@lwc/template-compiler 8.17.0-alpha.0 → 8.17.0-alpha.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/dist/index.cjs.js +1 -2
- package/dist/index.js +1 -2
- package/package.json +4 -4
package/dist/index.cjs.js
CHANGED
|
@@ -8838,7 +8838,6 @@ function importDeclaration(specifiers, source, config) {
|
|
|
8838
8838
|
type: 'ImportDeclaration',
|
|
8839
8839
|
specifiers,
|
|
8840
8840
|
source,
|
|
8841
|
-
attributes: [],
|
|
8842
8841
|
...config,
|
|
8843
8842
|
};
|
|
8844
8843
|
}
|
|
@@ -14703,5 +14702,5 @@ exports.generateScopeTokens = generateScopeTokens;
|
|
|
14703
14702
|
exports.kebabcaseToCamelcase = kebabcaseToCamelcase;
|
|
14704
14703
|
exports.parse = parse;
|
|
14705
14704
|
exports.toPropertyName = toPropertyName;
|
|
14706
|
-
/** version: 8.
|
|
14705
|
+
/** version: 8.16.2 */
|
|
14707
14706
|
//# sourceMappingURL=index.cjs.js.map
|
package/dist/index.js
CHANGED
|
@@ -8814,7 +8814,6 @@ function importDeclaration(specifiers, source, config) {
|
|
|
8814
8814
|
type: 'ImportDeclaration',
|
|
8815
8815
|
specifiers,
|
|
8816
8816
|
source,
|
|
8817
|
-
attributes: [],
|
|
8818
8817
|
...config,
|
|
8819
8818
|
};
|
|
8820
8819
|
}
|
|
@@ -14674,5 +14673,5 @@ function compile(source, filename, config) {
|
|
|
14674
14673
|
}
|
|
14675
14674
|
|
|
14676
14675
|
export { ElementDirectiveName, LWCDirectiveDomMode, LWCDirectiveRenderMode, LwcTagName, RootDirectiveName, TemplateDirectiveName, compile, compile as default, generateScopeTokens, kebabcaseToCamelcase, parse, toPropertyName };
|
|
14677
|
-
/** version: 8.
|
|
14676
|
+
/** version: 8.16.2 */
|
|
14678
14677
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
|
|
5
5
|
],
|
|
6
6
|
"name": "@lwc/template-compiler",
|
|
7
|
-
"version": "8.17.0-alpha.
|
|
7
|
+
"version": "8.17.0-alpha.1",
|
|
8
8
|
"description": "Template compiler package",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"lwc"
|
|
@@ -46,15 +46,15 @@
|
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@lwc/errors": "8.17.0-alpha.
|
|
50
|
-
"@lwc/shared": "8.17.0-alpha.
|
|
49
|
+
"@lwc/errors": "8.17.0-alpha.1",
|
|
50
|
+
"@lwc/shared": "8.17.0-alpha.1",
|
|
51
51
|
"acorn": "~8.14.1",
|
|
52
52
|
"astring": "~1.9.0",
|
|
53
53
|
"he": "~1.2.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@parse5/tools": "^0.5.0",
|
|
57
|
-
"@types/estree": "1.0.
|
|
57
|
+
"@types/estree": "1.0.7",
|
|
58
58
|
"@types/he": "^1.2.3",
|
|
59
59
|
"estree-walker": "~3.0.3",
|
|
60
60
|
"parse5": "^7.2.1"
|