miki-template 2.3.1 → 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 (159) hide show
  1. package/package.json +45 -1
  2. package/.eslintrc.json +0 -16
  3. package/.github/release-notes/v1.3.1.md +0 -55
  4. package/.github/release-notes/v1.3.3.md +0 -77
  5. package/.github/release-notes/v1.3.7.md +0 -20
  6. package/.github/workflows/ci.yml +0 -42
  7. package/.github/workflows/docs.yml +0 -107
  8. package/.github/workflows/release.yml +0 -107
  9. package/AGENT.md +0 -71
  10. package/API_REFERENCE.md +0 -341
  11. package/CHANGELOG.md +0 -173
  12. package/CODE_OF_CONDUCT.md +0 -14
  13. package/CONTRIBUTING.md +0 -27
  14. package/ROADMAP.md +0 -40
  15. package/assets/banner.png +0 -0
  16. package/assets/logo.png +0 -0
  17. package/benchmarks/ejs-results.json +0 -17
  18. package/benchmarks/ejs.js +0 -38
  19. package/benchmarks/handlebars-results.json +0 -17
  20. package/benchmarks/handlebars.js +0 -45
  21. package/benchmarks/miki-results.json +0 -17
  22. package/benchmarks/miki.js +0 -39
  23. package/benchmarks/pug-results.json +0 -17
  24. package/benchmarks/pug.js +0 -38
  25. package/benchmarks/report.json +0 -17
  26. package/benchmarks/run.js +0 -81
  27. package/benchmarks/stress.mjs +0 -647
  28. package/benchmarks/templates/large.dtpl +0 -7
  29. package/benchmarks/templates/medium.dtpl +0 -3
  30. package/benchmarks/templates/small.dtpl +0 -7
  31. package/context/component.md +0 -109
  32. package/context/prd.md +0 -131
  33. package/context/project-structure.md +0 -33
  34. package/dir/base.html +0 -23
  35. package/dir/cmpnt.html +0 -11
  36. package/dir/footer.html +0 -3
  37. package/dir/home.html +0 -80
  38. package/dir/index.html +0 -80
  39. package/dir/navbar.html +0 -9
  40. package/docs/api/async-render.md +0 -170
  41. package/docs/api/cache.md +0 -174
  42. package/docs/api/compile.md +0 -256
  43. package/docs/api/context-processors.md +0 -154
  44. package/docs/api/filters.md +0 -437
  45. package/docs/api/finder.md +0 -188
  46. package/docs/api/helpers.md +0 -106
  47. package/docs/api/i18n.md +0 -314
  48. package/docs/api/index.md +0 -108
  49. package/docs/api/libraries.md +0 -414
  50. package/docs/api/render-partial.md +0 -162
  51. package/docs/api/render.md +0 -184
  52. package/docs/api/security.md +0 -290
  53. package/docs/api/setup-express.md +0 -152
  54. package/docs/api/tags.md +0 -268
  55. package/docs/assets/banner.png +0 -0
  56. package/docs/assets/logo.png +0 -0
  57. package/docs/filter.md +0 -0
  58. package/docs/guide/advanced-usage.md +0 -794
  59. package/docs/guide/async-rendering.md +0 -616
  60. package/docs/guide/context-processors.md +0 -514
  61. package/docs/guide/custom-filters.md +0 -622
  62. package/docs/guide/custom-tags.md +0 -542
  63. package/docs/guide/filters.md +0 -1314
  64. package/docs/guide/getting-started.md +0 -204
  65. package/docs/guide/installation.md +0 -190
  66. package/docs/guide/partial-templates.md +0 -734
  67. package/docs/guide/quick-start.md +0 -444
  68. package/docs/guide/security.md +0 -690
  69. package/docs/guide/tags.md +0 -1566
  70. package/docs/guide/template-discovery.md +0 -340
  71. package/docs/guide/template-inheritance.md +0 -546
  72. package/docs/guide/what-is-miki-template.md +0 -28
  73. package/docs/guide/why-miki-template.md +0 -75
  74. package/docs/index.md +0 -86
  75. package/docs/integrations/elysia.md +0 -80
  76. package/docs/integrations/express.md +0 -219
  77. package/docs/integrations/fastify.md +0 -79
  78. package/docs/integrations/hono.md +0 -80
  79. package/docs/integrations/index.md +0 -68
  80. package/docs/integrations/koa.md +0 -90
  81. package/docs/integrations/nestjs.md +0 -80
  82. package/docs/integrations/tsed.md +0 -83
  83. package/docs/performance.md +0 -74
  84. package/eslint.config.mjs +0 -42
  85. package/ex.mjs +0 -36
  86. package/live-test/integrations/elysia-example.js +0 -16
  87. package/live-test/integrations/express-example.js +0 -24
  88. package/live-test/integrations/fastify-example.js +0 -20
  89. package/live-test/integrations/hono-example.js +0 -16
  90. package/live-test/integrations/koa-example.js +0 -30
  91. package/live-test/integrations/nestjs-example.js +0 -25
  92. package/live-test/integrations/smoke-test.js +0 -166
  93. package/live-test/integrations/tsed-example.js +0 -23
  94. package/live-test/package-lock.json +0 -1150
  95. package/live-test/package.json +0 -13
  96. package/live-test/packages/product/templates/product/detail.html +0 -7
  97. package/live-test/server.js +0 -38
  98. package/live-test/templates/app_templates/detail.html +0 -6
  99. package/live-test/views/base.html +0 -8
  100. package/live-test/views/child.html +0 -7
  101. package/live-test/views/home.html +0 -17
  102. package/live-test/views/index.html +0 -1
  103. package/miki-template-extension/.github/workflows/ci.yml +0 -116
  104. package/miki-template-extension/.vscodeignore +0 -7
  105. package/miki-template-extension/CHANGELOG.md +0 -99
  106. package/miki-template-extension/LICENSE +0 -21
  107. package/miki-template-extension/README.md +0 -273
  108. package/miki-template-extension/extension.js +0 -1013
  109. package/miki-template-extension/icon.png +0 -0
  110. package/miki-template-extension/icon.svg +0 -10
  111. package/miki-template-extension/miki-template-1.7.1.vsix +0 -0
  112. package/miki-template-extension/package.json +0 -280
  113. package/miki-template-extension/snippets/miki-template.json +0 -717
  114. package/miki-template-extension/syntaxes/language-configuration.json +0 -114
  115. package/miki-template-extension/syntaxes/miki-template.tmLanguage.json +0 -355
  116. package/miki-template-extension/tests/grammar-tests.json +0 -162
  117. package/miki-template-extension/tests/run-grammar-tests.js +0 -82
  118. package/mkdocs.yml +0 -195
  119. package/overrides/main.html +0 -26
  120. package/requirements-docs.txt +0 -2
  121. package/sample-app/package-lock.json +0 -901
  122. package/sample-app/package.json +0 -9
  123. package/sample-app/server.js +0 -14
  124. package/sample-app/views/index.html +0 -1
  125. package/scripts/build-vsix.js +0 -129
  126. package/scripts/build-vsix.ps1 +0 -15
  127. package/snippets/miki-template.json +0 -177
  128. package/src/asyncRender.js +0 -21
  129. package/src/types.d.ts +0 -107
  130. package/syntaxes/language-configuration.json +0 -26
  131. package/syntaxes/miki-template.tmLanguage.json +0 -146
  132. package/tests/asyncRender.test.js +0 -17
  133. package/tests/base.html +0 -6
  134. package/tests/child.html +0 -3
  135. package/tests/context_processors.test.js +0 -13
  136. package/tests/esm.test.mjs +0 -61
  137. package/tests/filters.test.js +0 -263
  138. package/tests/finder-appdirs.test.js +0 -19
  139. package/tests/finder.test.js +0 -17
  140. package/tests/fixtures/views/nested/index.html +0 -1
  141. package/tests/fixtures/views/partial.html +0 -1
  142. package/tests/fixtures/views/sub/deepfile.html +0 -1
  143. package/tests/fixtures/views-appdirs/product/site/detail.html +0 -1
  144. package/tests/include_security.test.js +0 -9
  145. package/tests/integration/README.md +0 -32
  146. package/tests/integration/features.test.cjs +0 -1681
  147. package/tests/integration/features.test.mjs +0 -1697
  148. package/tests/integration/finder.esm.test.mjs +0 -13
  149. package/tests/integration/partial-render.test.cjs +0 -13
  150. package/tests/integration/templates/base.miki +0 -6
  151. package/tests/integration/templates/child.miki +0 -6
  152. package/tests/integration/templates/index.html +0 -17
  153. package/tests/lexer.test.js +0 -45
  154. package/tests/parser.test.js +0 -57
  155. package/tests/partial.html +0 -1
  156. package/tests/partialdef.test.js +0 -79
  157. package/tests/production_checks.js +0 -57
  158. package/tests/security.test.js +0 -28
  159. package/tests/tags.test.js +0 -233
@@ -1,414 +0,0 @@
1
- # Libraries API
2
-
3
-
4
-
5
- ## registerLibrary
6
-
7
-
8
-
9
- Register a library — a named bundle of filters, tags, and helpers.
10
-
11
-
12
-
13
- === "CommonJS"
14
-
15
-
16
-
17
- ```javascript
18
-
19
- const { registerLibrary } = require('miki-template');
20
-
21
-
22
-
23
- registerLibrary('mylib', {
24
-
25
- filters: {
26
-
27
- shout: (val) => String(val).toUpperCase() + '!'
28
-
29
- },
30
-
31
- tags: {
32
-
33
- hello: (tagContent, parser) => ({
34
-
35
- render: (context) => 'Hello!'
36
-
37
- })
38
-
39
- },
40
-
41
- helpers: {
42
-
43
- bold: (inner, context) => `<b>${inner}</b>`
44
-
45
- }
46
-
47
- });
48
-
49
- ```
50
-
51
-
52
-
53
- === "ES Modules"
54
-
55
-
56
-
57
- ```javascript
58
-
59
- import { registerLibrary } from 'miki-template';
60
-
61
-
62
-
63
- registerLibrary('mylib', {
64
-
65
- filters: {
66
-
67
- shout: (val) => String(val).toUpperCase() + '!'
68
-
69
- },
70
-
71
- tags: {
72
-
73
- hello: (tagContent, parser) => ({
74
-
75
- render: (context) => 'Hello!'
76
-
77
- })
78
-
79
- },
80
-
81
- helpers: {
82
-
83
- bold: (inner, context) => `<b>${inner}</b>`
84
-
85
- }
86
-
87
- });
88
-
89
- ```
90
-
91
-
92
-
93
- ## activateLibrary
94
-
95
-
96
-
97
- Activate a library so its filters and tags become available.
98
-
99
-
100
-
101
- === "CommonJS"
102
-
103
-
104
-
105
- ```javascript
106
-
107
- const { activateLibrary } = require('miki-template');
108
-
109
-
110
-
111
- activateLibrary('mylib');
112
-
113
- ```
114
-
115
-
116
-
117
- === "ES Modules"
118
-
119
-
120
-
121
- ```javascript
122
-
123
- import { activateLibrary } from 'miki-template';
124
-
125
-
126
-
127
- activateLibrary('mylib');
128
-
129
- ```
130
-
131
-
132
-
133
- Built-in libraries (`humanize`, `cache`, `lorem`, `markdown`, `i18n`) are auto-activated on import.
134
-
135
-
136
-
137
- ## unregisterLibrary
138
-
139
-
140
-
141
- === "CommonJS"
142
-
143
-
144
-
145
- ```javascript
146
-
147
- const { unregisterLibrary } = require('miki-template');
148
-
149
-
150
-
151
- // Unregister specific library
152
-
153
- unregisterLibrary('mylib');
154
-
155
-
156
-
157
- // Unregister all libraries
158
-
159
- unregisterLibrary();
160
-
161
- ```
162
-
163
-
164
-
165
- === "ES Modules"
166
-
167
-
168
-
169
- ```javascript
170
-
171
- import { unregisterLibrary } from 'miki-template';
172
-
173
-
174
-
175
- unregisterLibrary('mylib');
176
-
177
- ```
178
-
179
-
180
-
181
- ## hasLibrary
182
-
183
-
184
-
185
- === "CommonJS"
186
-
187
-
188
-
189
- ```javascript
190
-
191
- const { hasLibrary } = require('miki-template');
192
-
193
-
194
-
195
- if (hasLibrary('humanize')) {
196
-
197
- // library is registered
198
-
199
- }
200
-
201
- ```
202
-
203
-
204
-
205
- === "ES Modules"
206
-
207
-
208
-
209
- ```javascript
210
-
211
- import { hasLibrary } from 'miki-template';
212
-
213
-
214
-
215
- if (hasLibrary('humanize')) {
216
-
217
- // library is registered
218
-
219
- }
220
-
221
- ```
222
-
223
-
224
-
225
- ## getLibrary
226
-
227
-
228
-
229
- Retrieve a library by name.
230
-
231
-
232
-
233
- === "CommonJS"
234
-
235
-
236
-
237
- ```javascript
238
-
239
- const { getLibrary } = require('miki-template');
240
-
241
-
242
-
243
- const lib = getLibrary('humanize');
244
-
245
- console.log(Object.keys(lib.filters));
246
-
247
- ```
248
-
249
-
250
-
251
- === "ES Modules"
252
-
253
-
254
-
255
- ```javascript
256
-
257
- import { getLibrary } from 'miki-template';
258
-
259
-
260
-
261
- const lib = getLibrary('humanize');
262
-
263
- ```
264
-
265
-
266
-
267
- ## getLibraryNames
268
-
269
-
270
-
271
- === "CommonJS"
272
-
273
-
274
-
275
- ```javascript
276
-
277
- const { getLibraryNames } = require('miki-template');
278
-
279
-
280
-
281
- console.log(getLibraryNames());
282
-
283
- // ['humanize', 'cache', 'lorem']
284
-
285
- ```
286
-
287
-
288
-
289
- === "ES Modules"
290
-
291
-
292
-
293
- ```javascript
294
-
295
- import { getLibraryNames } from 'miki-template';
296
-
297
-
298
-
299
- console.log(getLibraryNames());
300
-
301
- ```
302
-
303
-
304
-
305
- ## registerLibraryFromPath
306
-
307
-
308
-
309
- Load a library from a JavaScript file on disk. The file must export `{ tags, filters, helpers }`.
310
-
311
-
312
-
313
- === "CommonJS"
314
-
315
-
316
-
317
- ```javascript
318
-
319
- const { registerLibraryFromPath } = require('miki-template');
320
-
321
-
322
-
323
- registerLibraryFromPath('mylib', './libs/mylib.js');
324
-
325
- ```
326
-
327
-
328
-
329
- === "ES Modules"
330
-
331
-
332
-
333
- ```javascript
334
-
335
- import { registerLibraryFromPath } from 'miki-template';
336
-
337
-
338
-
339
- await registerLibraryFromPath('mylib', './libs/mylib.mjs');
340
-
341
- ```
342
-
343
-
344
-
345
- ## Built-in Libraries
346
-
347
-
348
-
349
- ### humanize
350
-
351
-
352
-
353
- Provides natural formatting filters: `intcomma`, `intword`, `ordinal`, `naturalday`, `naturaltime`.
354
-
355
-
356
-
357
- | Filter | Description |
358
-
359
- |--------|-------------|
360
-
361
- | `intcomma` | `1234567` → `1,234,567` |
362
-
363
- | `intword` | `1234567` → `1.2M` |
364
-
365
- | `ordinal` | `1` → `1st`, `2` → `2nd` |
366
-
367
- | `naturalday` | Format dates as "today", "yesterday" |
368
-
369
- | `naturaltime` | Format times as "just now", "2 hours ago" |
370
-
371
- | `ordinal` | Convert numbers to ordinal (1st, 2nd, 3rd) |
372
-
373
-
374
-
375
- ### cache
376
-
377
-
378
-
379
- Provides `{% cache timeout key %}...{% endcache %}` tag for caching template fragments.
380
-
381
-
382
-
383
- ### lorem
384
-
385
-
386
-
387
- Provides `{% lorem count random_words %}` tag and `lorem` filter for placeholder text.
388
-
389
-
390
-
391
- ### markdown
392
-
393
-
394
-
395
- Provides `markdown` filter for Markdown→HTML conversion.
396
-
397
-
398
-
399
- ### i18n
400
-
401
-
402
-
403
- Provides `{% trans %}`, `{% blocktrans %}`, `{% language %}` tags and translation functions.
404
-
405
-
406
-
407
- ## Next Steps
408
-
409
-
410
-
411
- - [Advanced Usage: Libraries](../guide/advanced-usage.md#library-system)
412
-
413
- - [API Reference](../index.md)
414
-
@@ -1,162 +0,0 @@
1
- # renderPartialFromFile / renderPartialFromSource
2
-
3
-
4
-
5
- Render a named partial from a template file or source string.
6
-
7
-
8
-
9
- ## renderPartialFromFile
10
-
11
-
12
-
13
- Render a named partial from a template file.
14
-
15
-
16
-
17
- ```javascript
18
-
19
- renderPartialFromFile(fileName, partialName, contextObj, options)
20
-
21
- ```
22
-
23
-
24
-
25
- ### Parameters
26
-
27
-
28
-
29
- | Parameter | Type | Description |
30
-
31
- |-----------|------|-------------|
32
-
33
- | `fileName` | `string` | Template file name (without extension) |
34
-
35
- | `partialName` | `string` | Name of the partial to render |
36
-
37
- | `contextObj` | `object` | Variables to inject |
38
-
39
- | `options` | `object` | Options including `views` directories |
40
-
41
-
42
-
43
- ### Example
44
-
45
-
46
-
47
- === "CommonJS"
48
-
49
-
50
-
51
- ```javascript
52
-
53
- const { renderPartialFromFile } = require('miki-template');
54
-
55
-
56
-
57
- const html = renderPartialFromFile('home', 'card', { title: 'Hello' }, { views: './views' });
58
-
59
- ```
60
-
61
-
62
-
63
- === "ES Modules"
64
-
65
-
66
-
67
- ```javascript
68
-
69
- import { renderPartialFromFile } from 'miki-template';
70
-
71
-
72
-
73
- const html = renderPartialFromFile('home', 'card', { title: 'Hello' }, { views: './views' });
74
-
75
- ```
76
-
77
-
78
-
79
- ## renderPartialFromSource
80
-
81
-
82
-
83
- Render a named partial from a template source string.
84
-
85
-
86
-
87
- ```javascript
88
-
89
- renderPartialFromSource(fileContent, partialName, contextObj, options, filePath?)
90
-
91
- ```
92
-
93
-
94
-
95
- ### Parameters
96
-
97
-
98
-
99
- | Parameter | Type | Description |
100
-
101
- |-----------|------|-------------|
102
-
103
- | `fileContent` | `string` | Template source string |
104
-
105
- | `partialName` | `string` | Name of the partial to render |
106
-
107
- | `contextObj` | `object` | Variables to inject |
108
-
109
- | `options` | `object` | Options |
110
-
111
- | `filePath` | `string?` | Optional file path for error messages |
112
-
113
-
114
-
115
- ### Example
116
-
117
-
118
-
119
- === "CommonJS"
120
-
121
-
122
-
123
- ```javascript
124
-
125
- const { renderPartialFromSource } = require('miki-template');
126
-
127
-
128
-
129
- const source = `{% partialdef card %}<div>{{ title }}</div>{% endpartialdef %}`;
130
-
131
- const html = renderPartialFromSource(source, 'card', { title: 'Hello' });
132
-
133
- ```
134
-
135
-
136
-
137
- === "ES Modules"
138
-
139
-
140
-
141
- ```javascript
142
-
143
- import { renderPartialFromSource } from 'miki-template';
144
-
145
-
146
-
147
- const source = `{% partialdef card %}<div>{{ title }}</div>{% endpartialdef %}`;
148
-
149
- const html = renderPartialFromSource(source, 'card', { title: 'Hello' });
150
-
151
- ```
152
-
153
-
154
-
155
- ## Related
156
-
157
-
158
-
159
- - [render()](./render.md)
160
-
161
- - [compile()](./compile.md)
162
-