We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 450bc75 commit 92ed38cCopy full SHA for 92ed38c
src/main/scala/io/shiftleft/js2cpg/preprocessing/TranspilingEnvironment.scala
@@ -53,6 +53,7 @@ trait TranspilingEnvironment {
53
"@babel/preset-typescript" -> "7.18.6",
54
"@babel/plugin-proposal-class-properties" -> "7.18.6",
55
"@babel/plugin-proposal-private-methods" -> "7.18.6",
56
+ "@babel/plugin-proposal-private-property-in-object" -> "7.21.11",
57
"@babel/plugin-proposal-object-rest-spread" -> "7.20.2",
58
"@babel/plugin-proposal-nullish-coalescing-operator" -> "7.18.6",
59
"@babel/plugin-transform-runtime" -> "7.19.6",
0 commit comments