Define class elements in the correct order (#12723)

* Define class elements in the correct order

* Object.gOPDescriptors is not available on Node.js 6

* Handle numeric keys

* Update test

* Update fixtures
This commit is contained in:
Nicolò Ribaudo
2021-02-02 02:22:16 +01:00
committed by GitHub
parent 20664a430e
commit 60ef190d05
21 changed files with 273 additions and 104 deletions

View File

@@ -15,7 +15,6 @@
"main": "lib/index.js",
"dependencies": {
"@babel/helper-annotate-as-pure": "workspace:^7.10.4",
"@babel/helper-define-map": "workspace:^7.10.4",
"@babel/helper-function-name": "workspace:^7.10.4",
"@babel/helper-optimise-call-expression": "workspace:^7.10.4",
"@babel/helper-plugin-utils": "workspace:^7.10.4",