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.
Files changed (160) hide show
  1. package/README.md +17 -5
  2. package/package.json +45 -1
  3. package/.eslintrc.json +0 -16
  4. package/.github/release-notes/v1.3.1.md +0 -55
  5. package/.github/release-notes/v1.3.3.md +0 -77
  6. package/.github/release-notes/v1.3.7.md +0 -20
  7. package/.github/workflows/ci.yml +0 -42
  8. package/.github/workflows/docs.yml +0 -107
  9. package/.github/workflows/release.yml +0 -107
  10. package/AGENT.md +0 -71
  11. package/API_REFERENCE.md +0 -341
  12. package/CHANGELOG.md +0 -173
  13. package/CODE_OF_CONDUCT.md +0 -14
  14. package/CONTRIBUTING.md +0 -27
  15. package/ROADMAP.md +0 -40
  16. package/assets/banner.png +0 -0
  17. package/assets/logo.png +0 -0
  18. package/benchmarks/ejs-results.json +0 -17
  19. package/benchmarks/ejs.js +0 -38
  20. package/benchmarks/handlebars-results.json +0 -17
  21. package/benchmarks/handlebars.js +0 -45
  22. package/benchmarks/miki-results.json +0 -17
  23. package/benchmarks/miki.js +0 -39
  24. package/benchmarks/pug-results.json +0 -17
  25. package/benchmarks/pug.js +0 -38
  26. package/benchmarks/report.json +0 -17
  27. package/benchmarks/run.js +0 -81
  28. package/benchmarks/stress.mjs +0 -647
  29. package/benchmarks/templates/large.dtpl +0 -7
  30. package/benchmarks/templates/medium.dtpl +0 -3
  31. package/benchmarks/templates/small.dtpl +0 -7
  32. package/context/component.md +0 -109
  33. package/context/prd.md +0 -131
  34. package/context/project-structure.md +0 -33
  35. package/dir/base.html +0 -23
  36. package/dir/cmpnt.html +0 -11
  37. package/dir/footer.html +0 -3
  38. package/dir/home.html +0 -80
  39. package/dir/index.html +0 -80
  40. package/dir/navbar.html +0 -9
  41. package/docs/api/async-render.md +0 -170
  42. package/docs/api/cache.md +0 -174
  43. package/docs/api/compile.md +0 -256
  44. package/docs/api/context-processors.md +0 -154
  45. package/docs/api/filters.md +0 -437
  46. package/docs/api/finder.md +0 -188
  47. package/docs/api/helpers.md +0 -106
  48. package/docs/api/i18n.md +0 -314
  49. package/docs/api/index.md +0 -108
  50. package/docs/api/libraries.md +0 -414
  51. package/docs/api/render-partial.md +0 -162
  52. package/docs/api/render.md +0 -184
  53. package/docs/api/security.md +0 -290
  54. package/docs/api/setup-express.md +0 -152
  55. package/docs/api/tags.md +0 -268
  56. package/docs/assets/banner.png +0 -0
  57. package/docs/assets/logo.png +0 -0
  58. package/docs/filter.md +0 -0
  59. package/docs/guide/advanced-usage.md +0 -794
  60. package/docs/guide/async-rendering.md +0 -616
  61. package/docs/guide/context-processors.md +0 -514
  62. package/docs/guide/custom-filters.md +0 -622
  63. package/docs/guide/custom-tags.md +0 -542
  64. package/docs/guide/filters.md +0 -1314
  65. package/docs/guide/getting-started.md +0 -204
  66. package/docs/guide/installation.md +0 -190
  67. package/docs/guide/partial-templates.md +0 -734
  68. package/docs/guide/quick-start.md +0 -444
  69. package/docs/guide/security.md +0 -690
  70. package/docs/guide/tags.md +0 -1566
  71. package/docs/guide/template-discovery.md +0 -340
  72. package/docs/guide/template-inheritance.md +0 -546
  73. package/docs/guide/what-is-miki-template.md +0 -28
  74. package/docs/guide/why-miki-template.md +0 -75
  75. package/docs/index.md +0 -86
  76. package/docs/integrations/elysia.md +0 -80
  77. package/docs/integrations/express.md +0 -219
  78. package/docs/integrations/fastify.md +0 -79
  79. package/docs/integrations/hono.md +0 -80
  80. package/docs/integrations/index.md +0 -68
  81. package/docs/integrations/koa.md +0 -90
  82. package/docs/integrations/nestjs.md +0 -80
  83. package/docs/integrations/tsed.md +0 -83
  84. package/docs/performance.md +0 -74
  85. package/eslint.config.mjs +0 -42
  86. package/ex.mjs +0 -36
  87. package/live-test/integrations/elysia-example.js +0 -16
  88. package/live-test/integrations/express-example.js +0 -24
  89. package/live-test/integrations/fastify-example.js +0 -20
  90. package/live-test/integrations/hono-example.js +0 -16
  91. package/live-test/integrations/koa-example.js +0 -30
  92. package/live-test/integrations/nestjs-example.js +0 -25
  93. package/live-test/integrations/smoke-test.js +0 -166
  94. package/live-test/integrations/tsed-example.js +0 -23
  95. package/live-test/package-lock.json +0 -1150
  96. package/live-test/package.json +0 -13
  97. package/live-test/packages/product/templates/product/detail.html +0 -7
  98. package/live-test/server.js +0 -38
  99. package/live-test/templates/app_templates/detail.html +0 -6
  100. package/live-test/views/base.html +0 -8
  101. package/live-test/views/child.html +0 -7
  102. package/live-test/views/home.html +0 -17
  103. package/live-test/views/index.html +0 -1
  104. package/miki-template-extension/.github/workflows/ci.yml +0 -116
  105. package/miki-template-extension/.vscodeignore +0 -7
  106. package/miki-template-extension/CHANGELOG.md +0 -99
  107. package/miki-template-extension/LICENSE +0 -21
  108. package/miki-template-extension/README.md +0 -273
  109. package/miki-template-extension/extension.js +0 -1013
  110. package/miki-template-extension/icon.png +0 -0
  111. package/miki-template-extension/icon.svg +0 -10
  112. package/miki-template-extension/miki-template-1.7.1.vsix +0 -0
  113. package/miki-template-extension/package.json +0 -280
  114. package/miki-template-extension/snippets/miki-template.json +0 -717
  115. package/miki-template-extension/syntaxes/language-configuration.json +0 -114
  116. package/miki-template-extension/syntaxes/miki-template.tmLanguage.json +0 -355
  117. package/miki-template-extension/tests/grammar-tests.json +0 -162
  118. package/miki-template-extension/tests/run-grammar-tests.js +0 -82
  119. package/mkdocs.yml +0 -195
  120. package/overrides/main.html +0 -26
  121. package/requirements-docs.txt +0 -2
  122. package/sample-app/package-lock.json +0 -901
  123. package/sample-app/package.json +0 -9
  124. package/sample-app/server.js +0 -14
  125. package/sample-app/views/index.html +0 -1
  126. package/scripts/build-vsix.js +0 -129
  127. package/scripts/build-vsix.ps1 +0 -15
  128. package/snippets/miki-template.json +0 -177
  129. package/src/asyncRender.js +0 -21
  130. package/src/types.d.ts +0 -107
  131. package/syntaxes/language-configuration.json +0 -26
  132. package/syntaxes/miki-template.tmLanguage.json +0 -146
  133. package/tests/asyncRender.test.js +0 -17
  134. package/tests/base.html +0 -6
  135. package/tests/child.html +0 -3
  136. package/tests/context_processors.test.js +0 -13
  137. package/tests/esm.test.mjs +0 -61
  138. package/tests/filters.test.js +0 -263
  139. package/tests/finder-appdirs.test.js +0 -19
  140. package/tests/finder.test.js +0 -17
  141. package/tests/fixtures/views/nested/index.html +0 -1
  142. package/tests/fixtures/views/partial.html +0 -1
  143. package/tests/fixtures/views/sub/deepfile.html +0 -1
  144. package/tests/fixtures/views-appdirs/product/site/detail.html +0 -1
  145. package/tests/include_security.test.js +0 -9
  146. package/tests/integration/README.md +0 -32
  147. package/tests/integration/features.test.cjs +0 -1681
  148. package/tests/integration/features.test.mjs +0 -1697
  149. package/tests/integration/finder.esm.test.mjs +0 -13
  150. package/tests/integration/partial-render.test.cjs +0 -13
  151. package/tests/integration/templates/base.miki +0 -6
  152. package/tests/integration/templates/child.miki +0 -6
  153. package/tests/integration/templates/index.html +0 -17
  154. package/tests/lexer.test.js +0 -45
  155. package/tests/parser.test.js +0 -57
  156. package/tests/partial.html +0 -1
  157. package/tests/partialdef.test.js +0 -79
  158. package/tests/production_checks.js +0 -57
  159. package/tests/security.test.js +0 -28
  160. 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>
@@ -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
- }