Skip to content

Commit 92ed38c

Browse files
Fix nuxt explicit plugin dependency (#282)
The nuxt transpiler had an update and requires `@babel/plugin-proposal-private-property-in-object` to be added explicitely now.
1 parent 450bc75 commit 92ed38c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/scala/io/shiftleft/js2cpg/preprocessing/TranspilingEnvironment.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ trait TranspilingEnvironment {
5353
"@babel/preset-typescript" -> "7.18.6",
5454
"@babel/plugin-proposal-class-properties" -> "7.18.6",
5555
"@babel/plugin-proposal-private-methods" -> "7.18.6",
56+
"@babel/plugin-proposal-private-property-in-object" -> "7.21.11",
5657
"@babel/plugin-proposal-object-rest-spread" -> "7.20.2",
5758
"@babel/plugin-proposal-nullish-coalescing-operator" -> "7.18.6",
5859
"@babel/plugin-transform-runtime" -> "7.19.6",

0 commit comments

Comments
 (0)