miki-template 2.3.0 → 2.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -5
- package/package.json +45 -1
- package/.eslintrc.json +0 -16
- package/.github/release-notes/v1.3.1.md +0 -55
- package/.github/release-notes/v1.3.3.md +0 -77
- package/.github/release-notes/v1.3.7.md +0 -20
- package/.github/workflows/ci.yml +0 -42
- package/.github/workflows/docs.yml +0 -107
- package/.github/workflows/release.yml +0 -107
- package/AGENT.md +0 -71
- package/API_REFERENCE.md +0 -341
- package/CHANGELOG.md +0 -173
- package/CODE_OF_CONDUCT.md +0 -14
- package/CONTRIBUTING.md +0 -27
- package/ROADMAP.md +0 -40
- package/assets/banner.png +0 -0
- package/assets/logo.png +0 -0
- package/benchmarks/ejs-results.json +0 -17
- package/benchmarks/ejs.js +0 -38
- package/benchmarks/handlebars-results.json +0 -17
- package/benchmarks/handlebars.js +0 -45
- package/benchmarks/miki-results.json +0 -17
- package/benchmarks/miki.js +0 -39
- package/benchmarks/pug-results.json +0 -17
- package/benchmarks/pug.js +0 -38
- package/benchmarks/report.json +0 -17
- package/benchmarks/run.js +0 -81
- package/benchmarks/stress.mjs +0 -647
- package/benchmarks/templates/large.dtpl +0 -7
- package/benchmarks/templates/medium.dtpl +0 -3
- package/benchmarks/templates/small.dtpl +0 -7
- package/context/component.md +0 -109
- package/context/prd.md +0 -131
- package/context/project-structure.md +0 -33
- package/dir/base.html +0 -23
- package/dir/cmpnt.html +0 -11
- package/dir/footer.html +0 -3
- package/dir/home.html +0 -80
- package/dir/index.html +0 -80
- package/dir/navbar.html +0 -9
- package/docs/api/async-render.md +0 -170
- package/docs/api/cache.md +0 -174
- package/docs/api/compile.md +0 -256
- package/docs/api/context-processors.md +0 -154
- package/docs/api/filters.md +0 -437
- package/docs/api/finder.md +0 -188
- package/docs/api/helpers.md +0 -106
- package/docs/api/i18n.md +0 -314
- package/docs/api/index.md +0 -108
- package/docs/api/libraries.md +0 -414
- package/docs/api/render-partial.md +0 -162
- package/docs/api/render.md +0 -184
- package/docs/api/security.md +0 -290
- package/docs/api/setup-express.md +0 -152
- package/docs/api/tags.md +0 -268
- package/docs/assets/banner.png +0 -0
- package/docs/assets/logo.png +0 -0
- package/docs/filter.md +0 -0
- package/docs/guide/advanced-usage.md +0 -794
- package/docs/guide/async-rendering.md +0 -616
- package/docs/guide/context-processors.md +0 -514
- package/docs/guide/custom-filters.md +0 -622
- package/docs/guide/custom-tags.md +0 -542
- package/docs/guide/filters.md +0 -1314
- package/docs/guide/getting-started.md +0 -204
- package/docs/guide/installation.md +0 -190
- package/docs/guide/partial-templates.md +0 -734
- package/docs/guide/quick-start.md +0 -444
- package/docs/guide/security.md +0 -690
- package/docs/guide/tags.md +0 -1566
- package/docs/guide/template-discovery.md +0 -340
- package/docs/guide/template-inheritance.md +0 -546
- package/docs/guide/what-is-miki-template.md +0 -28
- package/docs/guide/why-miki-template.md +0 -75
- package/docs/index.md +0 -86
- package/docs/integrations/elysia.md +0 -80
- package/docs/integrations/express.md +0 -219
- package/docs/integrations/fastify.md +0 -79
- package/docs/integrations/hono.md +0 -80
- package/docs/integrations/index.md +0 -68
- package/docs/integrations/koa.md +0 -90
- package/docs/integrations/nestjs.md +0 -80
- package/docs/integrations/tsed.md +0 -83
- package/docs/performance.md +0 -74
- package/eslint.config.mjs +0 -42
- package/ex.mjs +0 -36
- package/live-test/integrations/elysia-example.js +0 -16
- package/live-test/integrations/express-example.js +0 -24
- package/live-test/integrations/fastify-example.js +0 -20
- package/live-test/integrations/hono-example.js +0 -16
- package/live-test/integrations/koa-example.js +0 -30
- package/live-test/integrations/nestjs-example.js +0 -25
- package/live-test/integrations/smoke-test.js +0 -166
- package/live-test/integrations/tsed-example.js +0 -23
- package/live-test/package-lock.json +0 -1150
- package/live-test/package.json +0 -13
- package/live-test/packages/product/templates/product/detail.html +0 -7
- package/live-test/server.js +0 -38
- package/live-test/templates/app_templates/detail.html +0 -6
- package/live-test/views/base.html +0 -8
- package/live-test/views/child.html +0 -7
- package/live-test/views/home.html +0 -17
- package/live-test/views/index.html +0 -1
- package/miki-template-extension/.github/workflows/ci.yml +0 -116
- package/miki-template-extension/.vscodeignore +0 -7
- package/miki-template-extension/CHANGELOG.md +0 -99
- package/miki-template-extension/LICENSE +0 -21
- package/miki-template-extension/README.md +0 -273
- package/miki-template-extension/extension.js +0 -1013
- package/miki-template-extension/icon.png +0 -0
- package/miki-template-extension/icon.svg +0 -10
- package/miki-template-extension/miki-template-1.7.1.vsix +0 -0
- package/miki-template-extension/package.json +0 -280
- package/miki-template-extension/snippets/miki-template.json +0 -717
- package/miki-template-extension/syntaxes/language-configuration.json +0 -114
- package/miki-template-extension/syntaxes/miki-template.tmLanguage.json +0 -355
- package/miki-template-extension/tests/grammar-tests.json +0 -162
- package/miki-template-extension/tests/run-grammar-tests.js +0 -82
- package/mkdocs.yml +0 -195
- package/overrides/main.html +0 -26
- package/requirements-docs.txt +0 -2
- package/sample-app/package-lock.json +0 -901
- package/sample-app/package.json +0 -9
- package/sample-app/server.js +0 -14
- package/sample-app/views/index.html +0 -1
- package/scripts/build-vsix.js +0 -129
- package/scripts/build-vsix.ps1 +0 -15
- package/snippets/miki-template.json +0 -177
- package/src/asyncRender.js +0 -21
- package/src/types.d.ts +0 -107
- package/syntaxes/language-configuration.json +0 -26
- package/syntaxes/miki-template.tmLanguage.json +0 -146
- package/tests/asyncRender.test.js +0 -17
- package/tests/base.html +0 -6
- package/tests/child.html +0 -3
- package/tests/context_processors.test.js +0 -13
- package/tests/esm.test.mjs +0 -61
- package/tests/filters.test.js +0 -263
- package/tests/finder-appdirs.test.js +0 -19
- package/tests/finder.test.js +0 -17
- package/tests/fixtures/views/nested/index.html +0 -1
- package/tests/fixtures/views/partial.html +0 -1
- package/tests/fixtures/views/sub/deepfile.html +0 -1
- package/tests/fixtures/views-appdirs/product/site/detail.html +0 -1
- package/tests/include_security.test.js +0 -9
- package/tests/integration/README.md +0 -32
- package/tests/integration/features.test.cjs +0 -1681
- package/tests/integration/features.test.mjs +0 -1697
- package/tests/integration/finder.esm.test.mjs +0 -13
- package/tests/integration/partial-render.test.cjs +0 -13
- package/tests/integration/templates/base.miki +0 -6
- package/tests/integration/templates/child.miki +0 -6
- package/tests/integration/templates/index.html +0 -17
- package/tests/lexer.test.js +0 -45
- package/tests/parser.test.js +0 -57
- package/tests/partial.html +0 -1
- package/tests/partialdef.test.js +0 -79
- package/tests/production_checks.js +0 -57
- package/tests/security.test.js +0 -28
- package/tests/tags.test.js +0 -233
|
Binary file
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" width="128" height="128">
|
|
3
|
-
<rect width="128" height="128" rx="16" fill="#0c4a6e"/>
|
|
4
|
-
<path d="M24 28h56v8H24zM24 52h56v8H24zM24 76h40v8H24z" fill="#fff" opacity="0.9"/>
|
|
5
|
-
<path d="M24 100h24v8H24z" fill="#7dd3fc"/>
|
|
6
|
-
<text x="92" y="36" font-family="monospace" font-size="11" fill="#7dd3fc">%}</text>
|
|
7
|
-
<text x="92" y="60" font-family="monospace" font-size="11" fill="#7dd3fc">%}</text>
|
|
8
|
-
<text x="92" y="84" font-family="monospace" font-size="11" fill="#7dd3fc">%}</text>
|
|
9
|
-
<text x="40" y="108" font-family="monospace" font-size="11" fill="#0c4a6e">{%</text>
|
|
10
|
-
</svg>
|
|
Binary file
|
|
@@ -1,280 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "miki-template",
|
|
3
|
-
"displayName": "miki template",
|
|
4
|
-
"description": "The ultimate Django & miki-template VS Code extension. Syntax highlighting, intelligent completions, hover docs, validation, go-to-definition, inlay hints, color decorations, code actions, and more.",
|
|
5
|
-
"version": "1.7.1",
|
|
6
|
-
"engines": {
|
|
7
|
-
"vscode": "^1.75.0"
|
|
8
|
-
},
|
|
9
|
-
"main": "./extension.js",
|
|
10
|
-
"scripts": {
|
|
11
|
-
"test": "npm run test:grammar && npm run lint",
|
|
12
|
-
"test:grammar": "node tests/run-grammar-tests.js",
|
|
13
|
-
"lint": "eslint extension.js || echo 'ESLint not installed'",
|
|
14
|
-
"validate": "node -e \"JSON.parse(require('fs').readFileSync('package.json'))\" && echo 'package.json valid'",
|
|
15
|
-
"package": "rm -f *.vsix && vsce package --no-dependencies",
|
|
16
|
-
"publish": "vsce publish",
|
|
17
|
-
"watch": "npm run package && code --install-extension miki-template-*.vsix"
|
|
18
|
-
},
|
|
19
|
-
"categories": [
|
|
20
|
-
"Programming Languages",
|
|
21
|
-
"Snippets",
|
|
22
|
-
"Formatters",
|
|
23
|
-
"Extension Packs"
|
|
24
|
-
],
|
|
25
|
-
"keywords": [
|
|
26
|
-
"django",
|
|
27
|
-
"django-template",
|
|
28
|
-
"template",
|
|
29
|
-
"miki",
|
|
30
|
-
"miki-template",
|
|
31
|
-
"html",
|
|
32
|
-
"express",
|
|
33
|
-
"templating",
|
|
34
|
-
"syntax-highlighting",
|
|
35
|
-
"snippets",
|
|
36
|
-
"autocomplete",
|
|
37
|
-
"hover",
|
|
38
|
-
"intellisense",
|
|
39
|
-
"code-actions",
|
|
40
|
-
"color-decorations",
|
|
41
|
-
"inlay-hints",
|
|
42
|
-
"bracket-matching"
|
|
43
|
-
],
|
|
44
|
-
"activationEvents": [
|
|
45
|
-
"onLanguage:miki-template",
|
|
46
|
-
"onLanguage:django-html",
|
|
47
|
-
"workspaceContains:**/*.miki",
|
|
48
|
-
"workspaceContains:**/*.django"
|
|
49
|
-
],
|
|
50
|
-
"contributes": {
|
|
51
|
-
"languages": [
|
|
52
|
-
{
|
|
53
|
-
"id": "miki-template",
|
|
54
|
-
"aliases": ["miki-template", "miki", "miki template", "django-template"],
|
|
55
|
-
"extensions": [".miki", ".miki-template"],
|
|
56
|
-
"firstLine": "^#\\?\\s*.*django",
|
|
57
|
-
"configuration": "./language-configuration.json"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"id": "django-html",
|
|
61
|
-
"aliases": ["Django HTML", "django-html", "django template"],
|
|
62
|
-
"extensions": [".django", ".dj"],
|
|
63
|
-
"configuration": "./language-configuration.json"
|
|
64
|
-
}
|
|
65
|
-
],
|
|
66
|
-
"grammars": [
|
|
67
|
-
{
|
|
68
|
-
"language": "miki-template",
|
|
69
|
-
"scopeName": "text.html.miki",
|
|
70
|
-
"path": "./syntaxes/miki-template.tmLanguage.json",
|
|
71
|
-
"embeddedLanguages": {
|
|
72
|
-
"text.html.basic": "html",
|
|
73
|
-
"meta.tag.any.html": "html",
|
|
74
|
-
"meta.tag.style.html": "css",
|
|
75
|
-
"meta.tag.script.html": "javascript",
|
|
76
|
-
"source.css": "css",
|
|
77
|
-
"source.js": "javascript"
|
|
78
|
-
}
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"language": "django-html",
|
|
82
|
-
"scopeName": "text.html.django",
|
|
83
|
-
"path": "./syntaxes/miki-template.tmLanguage.json",
|
|
84
|
-
"embeddedLanguages": {
|
|
85
|
-
"text.html.basic": "html",
|
|
86
|
-
"meta.tag.any.html": "html",
|
|
87
|
-
"meta.tag.style.html": "css",
|
|
88
|
-
"meta.tag.script.html": "javascript",
|
|
89
|
-
"source.css": "css",
|
|
90
|
-
"source.js": "javascript"
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
],
|
|
94
|
-
"snippets": [
|
|
95
|
-
{
|
|
96
|
-
"language": "miki-template",
|
|
97
|
-
"path": "./snippets/miki-template.json"
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"language": "django-html",
|
|
101
|
-
"path": "./snippets/miki-template.json"
|
|
102
|
-
}
|
|
103
|
-
],
|
|
104
|
-
"commands": [
|
|
105
|
-
{
|
|
106
|
-
"command": "miki-template.validateAll",
|
|
107
|
-
"title": "Validate All Templates",
|
|
108
|
-
"category": "miki-template"
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"command": "miki-template.insertFilter",
|
|
112
|
-
"title": "Wrap Selection with Filter",
|
|
113
|
-
"category": "miki-template"
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
"command": "miki-template.wrapInBlock",
|
|
117
|
-
"title": "Wrap Selection in Block",
|
|
118
|
-
"category": "miki-template"
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"command": "miki-template.wrapInFor",
|
|
122
|
-
"title": "Wrap Selection in For Loop",
|
|
123
|
-
"category": "miki-template"
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
"command": "miki-template.wrapInIf",
|
|
127
|
-
"title": "Wrap Selection in If Condition",
|
|
128
|
-
"category": "miki-template"
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"command": "miki-template.addPrettierIgnore",
|
|
132
|
-
"title": "Add prettier-ignore Comment",
|
|
133
|
-
"category": "miki-template"
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"command": "miki-template.goToNextBlock",
|
|
137
|
-
"title": "Go to Next Block",
|
|
138
|
-
"category": "miki-template"
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"command": "miki-template.goToPrevBlock",
|
|
142
|
-
"title": "Go to Previous Block",
|
|
143
|
-
"category": "miki-template"
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
"command": "miki-template.previewTemplate",
|
|
147
|
-
"title": "Preview Template",
|
|
148
|
-
"category": "miki-template"
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
"command": "miki-template.showOutline",
|
|
152
|
-
"title": "Show Template Outline",
|
|
153
|
-
"category": "miki-template"
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
"command": "miki-template.findBlockReferences",
|
|
157
|
-
"title": "Find Block References",
|
|
158
|
-
"category": "miki-template"
|
|
159
|
-
}
|
|
160
|
-
],
|
|
161
|
-
"keybindings": [
|
|
162
|
-
{
|
|
163
|
-
"command": "miki-template.insertFilter",
|
|
164
|
-
"key": "ctrl+shift+f",
|
|
165
|
-
"mac": "cmd+shift+f",
|
|
166
|
-
"when": "editorTextFocus && (languageId == 'miki-template' || languageId == 'django-html')"
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
"command": "miki-template.goToNextBlock",
|
|
170
|
-
"key": "ctrl+shift+.",
|
|
171
|
-
"mac": "cmd+shift+.",
|
|
172
|
-
"when": "editorTextFocus && (languageId == 'miki-template' || languageId == 'django-html')"
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
"command": "miki-template.goToPrevBlock",
|
|
176
|
-
"key": "ctrl+shift+,",
|
|
177
|
-
"mac": "cmd+shift+,",
|
|
178
|
-
"when": "editorTextFocus && (languageId == 'miki-template' || languageId == 'django-html')"
|
|
179
|
-
}
|
|
180
|
-
],
|
|
181
|
-
"configuration": {
|
|
182
|
-
"title": "miki-template",
|
|
183
|
-
"type": "object",
|
|
184
|
-
"properties": {
|
|
185
|
-
"miki-template.enableValidation": {
|
|
186
|
-
"type": "boolean",
|
|
187
|
-
"default": true,
|
|
188
|
-
"description": "Enable template validation (unclosed tags, extends placement)."
|
|
189
|
-
},
|
|
190
|
-
"miki-template.enableCompletions": {
|
|
191
|
-
"type": "boolean",
|
|
192
|
-
"default": true,
|
|
193
|
-
"description": "Enable intelligent tag and filter completions."
|
|
194
|
-
},
|
|
195
|
-
"miki-template.enableHover": {
|
|
196
|
-
"type": "boolean",
|
|
197
|
-
"default": true,
|
|
198
|
-
"description": "Enable hover documentation for tags and filters."
|
|
199
|
-
},
|
|
200
|
-
"miki-template.enableColorDecorations": {
|
|
201
|
-
"type": "boolean",
|
|
202
|
-
"default": true,
|
|
203
|
-
"description": "Highlight color values (hex, rgb, rgba, hsl) in templates."
|
|
204
|
-
},
|
|
205
|
-
"miki-template.enableCodeActions": {
|
|
206
|
-
"type": "boolean",
|
|
207
|
-
"default": true,
|
|
208
|
-
"description": "Enable quick fix actions for common issues."
|
|
209
|
-
},
|
|
210
|
-
"miki-template.enableInlayHints": {
|
|
211
|
-
"type": "boolean",
|
|
212
|
-
"default": true,
|
|
213
|
-
"description": "Show inline parameter hints for filters."
|
|
214
|
-
},
|
|
215
|
-
"miki-template.enableBracketHighlight": {
|
|
216
|
-
"type": "boolean",
|
|
217
|
-
"default": true,
|
|
218
|
-
"description": "Highlight matching tag brackets."
|
|
219
|
-
},
|
|
220
|
-
"miki-template.enableSmartPaste": {
|
|
221
|
-
"type": "boolean",
|
|
222
|
-
"default": true,
|
|
223
|
-
"description": "Smart paste handling for HTML content."
|
|
224
|
-
},
|
|
225
|
-
"miki-template.formatOnSave": {
|
|
226
|
-
"type": "boolean",
|
|
227
|
-
"default": false,
|
|
228
|
-
"description": "Format document on save (requires Prettier extension)."
|
|
229
|
-
},
|
|
230
|
-
"miki-template.formatter": {
|
|
231
|
-
"type": "string",
|
|
232
|
-
"default": "prettier",
|
|
233
|
-
"enum": ["prettier", "none"],
|
|
234
|
-
"description": "Formatter to use for miki-template files."
|
|
235
|
-
}
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
},
|
|
239
|
-
"emmet": {
|
|
240
|
-
"includeLanguages": {
|
|
241
|
-
"miki-template": "html",
|
|
242
|
-
"django-html": "html"
|
|
243
|
-
},
|
|
244
|
-
"syntaxProfiles": {
|
|
245
|
-
"miki-template": {
|
|
246
|
-
"tag-case": "lower",
|
|
247
|
-
"attr-case": "lower"
|
|
248
|
-
},
|
|
249
|
-
"django-html": {
|
|
250
|
-
"tag-case": "lower",
|
|
251
|
-
"attr-case": "lower"
|
|
252
|
-
}
|
|
253
|
-
}
|
|
254
|
-
},
|
|
255
|
-
"extensionDependencies": ["esbenp.prettier-vscode"],
|
|
256
|
-
"publisher": "alainmiki",
|
|
257
|
-
"repository": {
|
|
258
|
-
"type": "git",
|
|
259
|
-
"url": "https://github.com/alainmiki/miki-template.git"
|
|
260
|
-
},
|
|
261
|
-
"bugs": {
|
|
262
|
-
"url": "https://github.com/alainmiki/miki-template/issues"
|
|
263
|
-
},
|
|
264
|
-
"license": "MIT",
|
|
265
|
-
"icon": "icon.png",
|
|
266
|
-
"galleryBanner": {
|
|
267
|
-
"color": "#092c3e",
|
|
268
|
-
"theme": "dark"
|
|
269
|
-
},
|
|
270
|
-
"pricing": "Free",
|
|
271
|
-
"localInfo": [
|
|
272
|
-
{
|
|
273
|
-
"locale": "en",
|
|
274
|
-
"value": {
|
|
275
|
-
"marketplace.publisher": "alainmiki",
|
|
276
|
-
"marketplace.buyMeACoffee": "alainmiki"
|
|
277
|
-
}
|
|
278
|
-
}
|
|
279
|
-
]
|
|
280
|
-
}
|