@lwc/template-compiler 8.10.0 → 8.10.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.
- package/dist/index.cjs.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +3 -3
package/dist/index.cjs.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2025 Salesforce, Inc.
|
|
3
3
|
*/
|
|
4
4
|
'use strict';
|
|
5
5
|
|
|
@@ -14699,5 +14699,5 @@ exports.generateScopeTokens = generateScopeTokens;
|
|
|
14699
14699
|
exports.kebabcaseToCamelcase = kebabcaseToCamelcase;
|
|
14700
14700
|
exports.parse = parse;
|
|
14701
14701
|
exports.toPropertyName = toPropertyName;
|
|
14702
|
-
/** version: 8.10.
|
|
14702
|
+
/** version: 8.10.2 */
|
|
14703
14703
|
//# sourceMappingURL=index.cjs.js.map
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2025 Salesforce, Inc.
|
|
3
3
|
*/
|
|
4
4
|
import { invariant, TemplateErrors, generateCompilerError, CompilerError, normalizeToDiagnostic, generateCompilerDiagnostic, ParserDiagnostics, DiagnosticLevel, CompilerMetrics } from '@lwc/errors';
|
|
5
5
|
import path from 'path';
|
|
@@ -14670,5 +14670,5 @@ function compile(source, filename, config) {
|
|
|
14670
14670
|
}
|
|
14671
14671
|
|
|
14672
14672
|
export { ElementDirectiveName, LWCDirectiveDomMode, LWCDirectiveRenderMode, LwcTagName, RootDirectiveName, TemplateDirectiveName, compile, compile as default, generateScopeTokens, kebabcaseToCamelcase, parse, toPropertyName };
|
|
14673
|
-
/** version: 8.10.
|
|
14673
|
+
/** version: 8.10.2 */
|
|
14674
14674
|
//# 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.10.
|
|
7
|
+
"version": "8.10.2",
|
|
8
8
|
"description": "Template compiler package",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"lwc"
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@lwc/errors": "8.10.
|
|
46
|
-
"@lwc/shared": "8.10.
|
|
45
|
+
"@lwc/errors": "8.10.2",
|
|
46
|
+
"@lwc/shared": "8.10.2",
|
|
47
47
|
"acorn": "~8.14.0",
|
|
48
48
|
"astring": "~1.9.0",
|
|
49
49
|
"he": "~1.2.0"
|