@lwc/sfdc-lwc-compiler 13.2.16 → 13.2.18
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/__tests__/compile-apex-logging.spec.d.ts +1 -0
- package/dist/__tests__/compile-apex-logging.spec.js +725 -0
- package/dist/__tests__/compile-apex-logging.spec.js.map +1 -0
- package/dist/__tests__/compile-luvio.spec.js +0 -584
- package/dist/__tests__/compile-luvio.spec.js.map +1 -1
- package/dist/compile.d.ts +1 -0
- package/dist/compile.js.map +1 -1
- package/dist/compiler/compile.js +10 -4
- package/dist/compiler/compile.js.map +1 -1
- package/dist/compiler/plugins/apexLoggingRollupPlugin.d.ts +54 -0
- package/dist/compiler/plugins/apexLoggingRollupPlugin.js +208 -0
- package/dist/compiler/plugins/apexLoggingRollupPlugin.js.map +1 -0
- package/dist/compiler/plugins/luvioRollupPlugin.d.ts +0 -27
- package/dist/compiler/plugins/luvioRollupPlugin.js +0 -111
- package/dist/compiler/plugins/luvioRollupPlugin.js.map +1 -1
- package/dist/compiler/plugins/plugins.d.ts +2 -1
- package/dist/compiler/plugins/plugins.js +4 -1
- package/dist/compiler/plugins/plugins.js.map +1 -1
- package/package.json +30 -30
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lwc/sfdc-lwc-compiler",
|
|
3
3
|
"description": "LWC compiler for SFDC platform",
|
|
4
|
-
"version": "13.2.
|
|
4
|
+
"version": "13.2.18",
|
|
5
5
|
"main": "dist/main.js",
|
|
6
6
|
"typings": "dist/main.d.ts",
|
|
7
7
|
"files": [
|
|
@@ -20,50 +20,50 @@
|
|
|
20
20
|
"rollup@4.10.0": "Rollup pinned to 4.10.0 to address a incompatibility introduced in 4.11.0"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@babel/core": "7.
|
|
24
|
-
"@babel/parser": "7.
|
|
23
|
+
"@babel/core": "7.28.5",
|
|
24
|
+
"@babel/parser": "7.28.5",
|
|
25
25
|
"@babel/plugin-syntax-decorators": "7.27.1",
|
|
26
|
-
"@babel/preset-typescript": "7.
|
|
27
|
-
"@babel/traverse": "7.
|
|
28
|
-
"@babel/types": "7.
|
|
26
|
+
"@babel/preset-typescript": "7.28.5",
|
|
27
|
+
"@babel/traverse": "7.28.5",
|
|
28
|
+
"@babel/types": "7.28.5",
|
|
29
29
|
"@komaci/esm-generator": "260.31.0",
|
|
30
|
-
"@lwc/dev-server-plugin-lex": "13.2.
|
|
31
|
-
"@lwc/eslint-plugin-lwc": "3.
|
|
32
|
-
"@lwc/eslint-plugin-lwc-platform": "6.
|
|
33
|
-
"@lwc/metadata": "13.2.
|
|
34
|
-
"@lwc/sfdc-compiler-utils": "13.2.
|
|
35
|
-
"@rollup/plugin-babel": "^6.0
|
|
36
|
-
"@rollup/plugin-replace": "^6.0.
|
|
37
|
-
"@rollup/wasm-node": "4.
|
|
38
|
-
"@salesforce/eslint-config-lwc": "4.
|
|
39
|
-
"@salesforce/eslint-plugin-lightning": "2.0.0
|
|
40
|
-
"@swc/wasm": "1.
|
|
41
|
-
"astring": "~1.
|
|
30
|
+
"@lwc/dev-server-plugin-lex": "13.2.18",
|
|
31
|
+
"@lwc/eslint-plugin-lwc": "3.3.0",
|
|
32
|
+
"@lwc/eslint-plugin-lwc-platform": "6.3.0",
|
|
33
|
+
"@lwc/metadata": "13.2.18",
|
|
34
|
+
"@lwc/sfdc-compiler-utils": "13.2.18",
|
|
35
|
+
"@rollup/plugin-babel": "^6.1.0",
|
|
36
|
+
"@rollup/plugin-replace": "^6.0.3",
|
|
37
|
+
"@rollup/wasm-node": "4.52.5",
|
|
38
|
+
"@salesforce/eslint-config-lwc": "4.1.1",
|
|
39
|
+
"@salesforce/eslint-plugin-lightning": "2.0.0",
|
|
40
|
+
"@swc/wasm": "1.14.0",
|
|
41
|
+
"astring": "~1.9.0",
|
|
42
42
|
"doctrine": "~3.0.0",
|
|
43
|
-
"eslint": "~9.
|
|
44
|
-
"eslint-plugin-import": "~2.
|
|
45
|
-
"eslint-plugin-jest": "~
|
|
43
|
+
"eslint": "~9.38.0",
|
|
44
|
+
"eslint-plugin-import": "~2.32.0",
|
|
45
|
+
"eslint-plugin-jest": "~29.0.1",
|
|
46
46
|
"gray-matter": "~4.0.3",
|
|
47
47
|
"line-column": "~1.0.2",
|
|
48
|
-
"magic-string": "~0.30.
|
|
48
|
+
"magic-string": "~0.30.21",
|
|
49
49
|
"markdown-it": "~14.1.0",
|
|
50
|
-
"parse5-sax-parser": "~
|
|
51
|
-
"postcss": "~8.5.
|
|
52
|
-
"postcss-selector-parser": "~
|
|
53
|
-
"terser": "~5.
|
|
50
|
+
"parse5-sax-parser": "~8.0.0",
|
|
51
|
+
"postcss": "~8.5.6",
|
|
52
|
+
"postcss-selector-parser": "~7.1.0",
|
|
53
|
+
"terser": "~5.44.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@babel/eslint-parser": "^7.
|
|
56
|
+
"@babel/eslint-parser": "^7.28.5",
|
|
57
57
|
"@komaci/types": "260.31.0",
|
|
58
58
|
"@types/babel__core": "^7.20.5",
|
|
59
59
|
"@types/common-tags": "^1.8.4",
|
|
60
60
|
"@types/doctrine": "^0.0.9",
|
|
61
|
-
"@types/eslint": "^
|
|
61
|
+
"@types/eslint": "^9.6.1",
|
|
62
62
|
"@types/markdown-it": "^14.1.2",
|
|
63
|
-
"@types/node": "^24.
|
|
63
|
+
"@types/node": "^24.9.2",
|
|
64
64
|
"@types/parse5-sax-parser": "^7.0.0",
|
|
65
65
|
"cac": "^6.7.14",
|
|
66
|
-
"chalk": "^
|
|
66
|
+
"chalk": "^5.6.2"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
69
|
"@lwc/compiler": ">=8",
|