Allow compiling #foo in obj without compiling private fields (#13172)

This commit is contained in:
Nicolò Ribaudo
2021-04-21 15:46:40 +02:00
parent 3c2b98ff06
commit 2fc288576e
45 changed files with 712 additions and 16 deletions

View File

@@ -393,7 +393,7 @@ __metadata:
languageName: node
linkType: hard
"@babel/helper-compilation-targets@workspace:^7.13.13, @babel/helper-compilation-targets@workspace:^7.13.16, @babel/helper-compilation-targets@workspace:^7.13.8, @babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets":
"@babel/helper-compilation-targets@workspace:^7.12.17, @babel/helper-compilation-targets@workspace:^7.13.13, @babel/helper-compilation-targets@workspace:^7.13.16, @babel/helper-compilation-targets@workspace:^7.13.8, @babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets":
version: 0.0.0-use.local
resolution: "@babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets"
dependencies:
@@ -1448,9 +1448,11 @@ __metadata:
resolution: "@babel/plugin-proposal-private-property-in-object@workspace:packages/babel-plugin-proposal-private-property-in-object"
dependencies:
"@babel/core": "workspace:*"
"@babel/helper-compilation-targets": "workspace:^7.12.17"
"@babel/helper-create-class-features-plugin": "workspace:^7.13.0"
"@babel/helper-plugin-test-runner": "workspace:*"
"@babel/helper-plugin-utils": "workspace:^7.13.0"
"@babel/plugin-syntax-private-property-in-object": "workspace:^7.13.0"
peerDependencies:
"@babel/core": ^7.0.0-0
languageName: unknown
@@ -1825,6 +1827,16 @@ __metadata:
languageName: unknown
linkType: soft
"@babel/plugin-syntax-private-property-in-object@workspace:^7.13.0, @babel/plugin-syntax-private-property-in-object@workspace:packages/babel-plugin-syntax-private-property-in-object":
version: 0.0.0-use.local
resolution: "@babel/plugin-syntax-private-property-in-object@workspace:packages/babel-plugin-syntax-private-property-in-object"
dependencies:
"@babel/helper-plugin-utils": "workspace:^7.12.13"
peerDependencies:
"@babel/core": ^7.0.0-0
languageName: unknown
linkType: soft
"@babel/plugin-syntax-record-and-tuple@workspace:*, @babel/plugin-syntax-record-and-tuple@workspace:^7.12.1, @babel/plugin-syntax-record-and-tuple@workspace:packages/babel-plugin-syntax-record-and-tuple":
version: 0.0.0-use.local
resolution: "@babel/plugin-syntax-record-and-tuple@workspace:packages/babel-plugin-syntax-record-and-tuple"