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,734 +0,0 @@
1
- # Partial Templates
2
-
3
-
4
-
5
- Partial templates let you define reusable UI chunks once and render them anywhere. This is especially powerful with HTMX, Turbo, or any AJAX-style partial response pattern.
6
-
7
-
8
-
9
- ## Table of Contents
10
-
11
-
12
-
13
- - [Defining Partials](#defining-partials)
14
-
15
- - [Rendering Partials by Name](#rendering-partials-by-name)
16
-
17
- - [Nested Partials](#nested-partials)
18
-
19
- - [Partials with Context](#partials-with-context)
20
-
21
- - [Partials with Include](#partials-with-include)
22
-
23
- - [Rendering Partials Programmatically](#rendering-partials-programmatically)
24
-
25
- - [Express Partial Rendering](#express-partial-rendering)
26
-
27
- - [Common Pitfalls](#common-pitfalls)
28
-
29
-
30
-
31
- ---
32
-
33
-
34
-
35
- ## Defining Partials
36
-
37
-
38
-
39
- Use `{% partialdef %}` to define a named partial inside any template:
40
-
41
-
42
-
43
- ```html
44
-
45
- <!-- views/home.html -->
46
-
47
- {% partialdef card %}
48
-
49
- <div class="card">
50
-
51
- <h3>{{ title|default:"Untitled" }}</h3>
52
-
53
- <p>{{ body|truncatewords:30 }}</p>
54
-
55
- {% if featured %}<em>Featured</em>{% endif %}
56
-
57
- </div>
58
-
59
- {% endpartialdef %}
60
-
61
-
62
-
63
- {% for entry in entries %}
64
-
65
- {% partial card with title=entry.title body=entry.body featured=entry.featured %}
66
-
67
- {% endfor %}
68
-
69
- ```
70
-
71
-
72
-
73
- ### Inline Partials
74
-
75
-
76
-
77
- A `{% partialdef %}` block renders its body inline where it is defined **and** registers itself for later use:
78
-
79
-
80
-
81
- ```html
82
-
83
- {% partialdef notice %}
84
-
85
- <div class="alert">{{ message }}</div>
86
-
87
- {% endpartialdef %}
88
-
89
- ```
90
-
91
-
92
-
93
- This means you get immediate output and a reusable partial in one declaration.
94
-
95
-
96
-
97
- Use the `inline` option explicitly:
98
-
99
-
100
-
101
- ```html
102
-
103
- {% partialdef greeting inline %}
104
-
105
- Hello {{ name }}!
106
-
107
- {% endpartialdef %}
108
-
109
- <!-- Above line ALSO outputs "Hello World!" when rendered -->
110
-
111
- ```
112
-
113
-
114
-
115
- ## Rendering Partials by Name
116
-
117
-
118
-
119
- Once defined, you can render a partial by name from your routes using the `view#partial` syntax:
120
-
121
-
122
-
123
- === "CommonJS"
124
-
125
-
126
-
127
- ```javascript
128
-
129
- const express = require('express');
130
-
131
- const miki = require('miki-template');
132
-
133
-
134
-
135
- const app = express();
136
-
137
- miki.setupExpress(app, { extension: 'html', views: './views' });
138
-
139
-
140
-
141
- app.get('/card/:id', (req, res) =>
142
-
143
- res.render(`home#card`, { title: 'Hello', body: 'World...', featured: true })
144
-
145
- );
146
-
147
- ```
148
-
149
-
150
-
151
- === "ES Modules"
152
-
153
-
154
-
155
- ```javascript
156
-
157
- import express from 'express';
158
-
159
- import miki from 'miki-template';
160
-
161
-
162
-
163
- const app = express();
164
-
165
- miki.setupExpress(app, { extension: 'html', views: './views' });
166
-
167
-
168
-
169
- app.get('/card/:id', (req, res) =>
170
-
171
- res.render(`home#card`, { title: 'Hello', body: 'World...', featured: true })
172
-
173
- );
174
-
175
- ```
176
-
177
-
178
-
179
- The syntax is `viewName#partialName`. The engine resolves the file, extracts the named partial, and renders only that block.
180
-
181
-
182
-
183
- **Real-world HTMX example:**
184
-
185
-
186
-
187
- ```html
188
-
189
- <!-- views/products.html -->
190
-
191
- {% partialdef product_card %}
192
-
193
- <div class="product-card" id="product-{{ product.id }}">
194
-
195
- <img src="{{ product.image|static }}" alt="{{ product.name }}">
196
-
197
- <h3>{{ product.name|capfirst }}</h3>
198
-
199
- <p class="price">${{ product.price|floatformat:2 }}</p>
200
-
201
- <button hx-post="/cart/add/{{ product.id }}" hx-swap="outerHTML">
202
-
203
- Add to Cart
204
-
205
- </button>
206
-
207
- </div>
208
-
209
- {% endpartialdef %}
210
-
211
-
212
-
213
- {% for product in products %}
214
-
215
- {% partial product_card with product=product %}
216
-
217
- {% endfor %}
218
-
219
- ```
220
-
221
-
222
-
223
- ```javascript
224
-
225
- // The entire page renders all cards
226
-
227
- app.get('/shop', (req, res) =>
228
-
229
- res.render('products', { products: catalog })
230
-
231
- );
232
-
233
-
234
-
235
- // HTMX swaps just one card after an action
236
-
237
- app.post('/cart/add/:id', (req, res) =>
238
-
239
- res.render('products#product_card', {
240
-
241
- product: catalog.find(p => p.id == req.params.id)
242
-
243
- })
244
-
245
- );
246
-
247
- ```
248
-
249
-
250
-
251
- ## Nested Partials
252
-
253
-
254
-
255
- Partials can call other partials:
256
-
257
-
258
-
259
- ```html
260
-
261
- {% partialdef header %}
262
-
263
- <div class="card-header">
264
-
265
- <h3>{{ title }}</h3>
266
-
267
- </div>
268
-
269
- {% endpartialdef %}
270
-
271
-
272
-
273
- {% partialdef card %}
274
-
275
- <div class="card">
276
-
277
- {% partial header with title=title %}
278
-
279
- <p>{{ body }}</p>
280
-
281
- </div>
282
-
283
- {% endpartialdef %}
284
-
285
- ```
286
-
287
-
288
-
289
- ## Partials with Context
290
-
291
-
292
-
293
- By default, partials inherit the parent context. Use `with` to pass explicit values:
294
-
295
-
296
-
297
- ```html
298
-
299
- {% partial card with title="Hello" body="World" %}
300
-
301
- ```
302
-
303
-
304
-
305
- You can also pass context variables:
306
-
307
-
308
-
309
- ```html
310
-
311
- {% partial card with title=entry.title body=entry.body %}
312
-
313
- ```
314
-
315
-
316
-
317
- ## Partials with Include
318
-
319
-
320
-
321
- You can include a partial from another template file using the `#partialName` syntax:
322
-
323
-
324
-
325
- ```html
326
-
327
- {% include "header.html#partial_name" %}
328
-
329
- ```
330
-
331
-
332
-
333
- This loads `header.html`, registers all its partials, and renders only the named one.
334
-
335
-
336
-
337
- **Real-world navigation include:**
338
-
339
-
340
-
341
- ```html
342
-
343
- <!-- views/nav.html -->
344
-
345
- {% partialdef navigation %}
346
-
347
- <nav>
348
-
349
- {% for link in links %}
350
-
351
- <a href="{{ link.url }}" class="{% if link.active %}current{% endif %}">{{ link.label }}</a>
352
-
353
- {% endfor %}
354
-
355
- </nav>
356
-
357
- {% endpartialdef %}
358
-
359
- ```
360
-
361
-
362
-
363
- ```html
364
-
365
- <!-- In any template -->
366
-
367
- {% include "nav.html#navigation" with links=nav_links %}
368
-
369
- ```
370
-
371
-
372
-
373
- ## Rendering Partials Programmatically
374
-
375
-
376
-
377
- ### renderPartialFromSource
378
-
379
-
380
-
381
- Render a named partial from a template source string:
382
-
383
-
384
-
385
- === "CommonJS"
386
-
387
-
388
-
389
- ```javascript
390
-
391
- const { renderPartialFromSource } = require('miki-template');
392
-
393
-
394
-
395
- const source = `{% partialdef card %}<div>{{ title }}</div>{% endpartialdef %}`;
396
-
397
- const html = renderPartialFromSource(source, 'card', { title: 'Hello' });
398
-
399
- ```
400
-
401
-
402
-
403
- === "ES Modules"
404
-
405
-
406
-
407
- ```javascript
408
-
409
- import { renderPartialFromSource } from 'miki-template';
410
-
411
-
412
-
413
- const source = `{% partialdef card %}<div>{{ title }}</div>{% endpartialdef %}`;
414
-
415
- const html = renderPartialFromSource(source, 'card', { title: 'Hello' });
416
-
417
- ```
418
-
419
-
420
-
421
- ### renderPartialFromFile
422
-
423
-
424
-
425
- Render a named partial from a template file:
426
-
427
-
428
-
429
- === "CommonJS"
430
-
431
-
432
-
433
- ```javascript
434
-
435
- const { renderPartialFromFile } = require('miki-template');
436
-
437
-
438
-
439
- const html = renderPartialFromFile('home', 'card', { title: 'Hello' }, { views: './views' });
440
-
441
- ```
442
-
443
-
444
-
445
- === "ES Modules"
446
-
447
-
448
-
449
- ```javascript
450
-
451
- import { renderPartialFromFile } from 'miki-template';
452
-
453
-
454
-
455
- const html = renderPartialFromFile('home', 'card', { title: 'Hello' }, { views: './views' });
456
-
457
- ```
458
-
459
-
460
-
461
- ### compiled.renderPartial
462
-
463
-
464
-
465
- Render a partial from a compiled template:
466
-
467
-
468
-
469
- === "CommonJS"
470
-
471
-
472
-
473
- ```javascript
474
-
475
- const { compile } = require('miki-template');
476
-
477
-
478
-
479
- const compiled = compile('<h1>{{ title }}</h1>', { views: './templates' });
480
-
481
- const html = compiled.renderPartial('card', { title: 'Hello' });
482
-
483
- ```
484
-
485
-
486
-
487
- === "ES Modules"
488
-
489
-
490
-
491
- ```javascript
492
-
493
- import { compile } from 'miki-template';
494
-
495
-
496
-
497
- const compiled = compile('<h1>{{ title }}</h1>', { views: './templates' });
498
-
499
- const html = compiled.renderPartial('card', { title: 'Hello' });
500
-
501
- ```
502
-
503
-
504
-
505
- ### compiled.renderBlock
506
-
507
-
508
-
509
- Render a single block from a compiled template — useful for AJAX responses:
510
-
511
-
512
-
513
- === "CommonJS"
514
-
515
-
516
-
517
- ```javascript
518
-
519
- const { compile } = require('miki-template');
520
-
521
-
522
-
523
- const compiled = compile(childTemplate, { views: './templates' });
524
-
525
- const html = compiled.renderBlock('content', context);
526
-
527
- ```
528
-
529
-
530
-
531
- === "ES Modules"
532
-
533
-
534
-
535
- ```javascript
536
-
537
- import { compile } from 'miki-template';
538
-
539
-
540
-
541
- const compiled = compile(childTemplate, { views: './templates' });
542
-
543
- const html = compiled.renderBlock('content', context);
544
-
545
- ```
546
-
547
-
548
-
549
- ## Express Partial Rendering
550
-
551
-
552
-
553
- ### res.render with `#partial`
554
-
555
-
556
-
557
- When using `setupExpress()`, you can render partials directly:
558
-
559
-
560
-
561
- === "CommonJS"
562
-
563
-
564
-
565
- ```javascript
566
-
567
- app.get('/card/:id', (req, res) =>
568
-
569
- res.render(`home#card`, { title: 'Hello', body: '...' })
570
-
571
- );
572
-
573
- ```
574
-
575
-
576
-
577
- === "ES Modules"
578
-
579
-
580
-
581
- ```javascript
582
-
583
- app.get('/card/:id', (req, res) =>
584
-
585
- res.render(`home#card`, { title: 'Hello', body: '...' })
586
-
587
- );
588
-
589
- ```
590
-
591
-
592
-
593
- ### res.renderPartial middleware
594
-
595
-
596
-
597
- If you don't want to patch `res.render`, add the partial renderer middleware instead:
598
-
599
-
600
-
601
- === "CommonJS"
602
-
603
-
604
-
605
- ```javascript
606
-
607
- const express = require('express');
608
-
609
- const miki = require('miki-template');
610
-
611
-
612
-
613
- const app = express();
614
-
615
- app.use(miki.expressPartialRenderer());
616
-
617
-
618
-
619
- app.get('/card', (req, res) =>
620
-
621
- res.renderPartial('home#card', { user: req.user })
622
-
623
- );
624
-
625
- ```
626
-
627
-
628
-
629
- === "ES Modules"
630
-
631
-
632
-
633
- ```javascript
634
-
635
- import express from 'express';
636
-
637
- import miki from 'miki-template';
638
-
639
-
640
-
641
- const app = express();
642
-
643
- app.use(miki.expressPartialRenderer());
644
-
645
-
646
-
647
- app.get('/card', (req, res) =>
648
-
649
- res.renderPartial('home#card', { user: req.user })
650
-
651
- );
652
-
653
- ```
654
-
655
-
656
-
657
- ## Partial API Reference
658
-
659
-
660
-
661
- ### renderPartialFromSource(fileContent, partialName, contextObj, options, filePath?)
662
-
663
-
664
-
665
- Render a named partial from a template source string.
666
-
667
-
668
-
669
- | Parameter | Type | Description |
670
-
671
- |-----------|------|-------------|
672
-
673
- | `fileContent` | `string` | Template source string |
674
-
675
- | `partialName` | `string` | Name of the partial to render |
676
-
677
- | `contextObj` | `object` | Variables to inject |
678
-
679
- | `options` | `object` | Options |
680
-
681
- | `filePath` | `string?` | Optional file path for error messages |
682
-
683
-
684
-
685
- ### renderPartialFromFile(fileName, partialName, contextObj, options)
686
-
687
-
688
-
689
- Render a named partial from a template file.
690
-
691
-
692
-
693
- | Parameter | Type | Description |
694
-
695
- |-----------|------|-------------|
696
-
697
- | `fileName` | `string` | Template file name (without extension) |
698
-
699
- | `partialName` | `string` | Name of the partial to render |
700
-
701
- | `contextObj` | `object` | Variables to inject |
702
-
703
- | `options` | `object` | Options including `views` directories |
704
-
705
-
706
-
707
- ## Common Pitfalls
708
-
709
-
710
-
711
- | Issue | Symptom | Fix |
712
-
713
- |-------|---------|-----|
714
-
715
- | Missing partial name | `{% partial %}` renders nothing | Ensure the name matches a defined `partialdef`. |
716
-
717
- | Variable not found | Appears empty | Variables are resolved in the current context; use `with` to pass explicit values. |
718
-
719
- | Inline vs non-inline confusion | Duplicate output | Use `inline` only when you want immediate rendering at the declaration site. |
720
-
721
- | Partial leaks across includes | Unexpected partials available | `include "file#partial"` isolates partials; `include "file"` (full) makes all partials available. |
722
-
723
-
724
-
725
- ## Next Steps
726
-
727
-
728
-
729
- - [Template Inheritance](./template-inheritance.md)
730
-
731
- - [Tags: partialdef and partial](./tags.md#partial-tags)
732
-
733
- - [API Reference: renderPartial](../api/render-partial.md)
734
-