@lwc/template-compiler 2.13.3 → 2.14.1
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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -49,7 +49,7 @@ const { code, warnings } = compile(`<template><h1>Hello World!</h1></template>`,
|
|
|
49
49
|
**Options:**
|
|
50
50
|
|
|
51
51
|
- `experimentalComputedMemberExpression` (boolean, optional, `false` by default) - set to `true` to enable computed member expression in the template, eg: `{list[0].name}`.
|
|
52
|
-
- `experimentalDynamicDirective` (boolean, optional, `false` by default) - set to `true` to allow
|
|
52
|
+
- `experimentalDynamicDirective` (boolean, optional, `false` by default) - set to `true` to allow the usage of `lwc:dynamic` directives in the template.
|
|
53
53
|
- `preserveHtmlComments` (boolean, optional, `false` by default) - set to `true` to disable the default behavior of stripping HTML comments.
|
|
54
54
|
|
|
55
55
|
**Return:**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lwc/template-compiler",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.14.1",
|
|
4
4
|
"description": "Template compiler package",
|
|
5
5
|
"homepage": "https://lwc.dev/",
|
|
6
6
|
"repository": {
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
},
|
|
27
27
|
"//": "Currently can't upgrade estree-walker to v3.0.0 because it dropped CommonJS support: https://git.io/JXguS",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@lwc/errors": "2.
|
|
30
|
-
"@lwc/shared": "2.
|
|
29
|
+
"@lwc/errors": "2.14.1",
|
|
30
|
+
"@lwc/shared": "2.14.1",
|
|
31
31
|
"acorn": "~8.7.1",
|
|
32
32
|
"astring": "~1.8.3",
|
|
33
33
|
"estree-walker": "~2.0.2",
|