@babel/plugin-proposal-decorators 8.0.0-alpha.15 → 8.0.0-alpha.17
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/lib/index.js +2 -2
- package/package.json +8 -8
package/lib/index.js
CHANGED
|
@@ -156,7 +156,7 @@ const visitor = {
|
|
|
156
156
|
};
|
|
157
157
|
|
|
158
158
|
var index = declare((api, options) => {
|
|
159
|
-
api.assertVersion("8.0.0-alpha.
|
|
159
|
+
api.assertVersion("8.0.0-alpha.17");
|
|
160
160
|
const {
|
|
161
161
|
version
|
|
162
162
|
} = options;
|
|
@@ -167,7 +167,7 @@ var index = declare((api, options) => {
|
|
|
167
167
|
visitor: visitor
|
|
168
168
|
};
|
|
169
169
|
} else if (!version || version === "2018-09" || version === "2021-12" || version === "2022-03" || version === "2023-01" || version === "2023-05" || version === "2023-11") {
|
|
170
|
-
api.assertVersion("8.0.0-alpha.
|
|
170
|
+
api.assertVersion("8.0.0-alpha.17");
|
|
171
171
|
return createClassFeaturePlugin({
|
|
172
172
|
name: "proposal-decorators",
|
|
173
173
|
api,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@babel/plugin-proposal-decorators",
|
|
3
|
-
"version": "8.0.0-alpha.
|
|
3
|
+
"version": "8.0.0-alpha.17",
|
|
4
4
|
"author": "The Babel Team (https://babel.dev/team)",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"decorators"
|
|
21
21
|
],
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@babel/helper-create-class-features-plugin": "^8.0.0-alpha.
|
|
24
|
-
"@babel/helper-plugin-utils": "^8.0.0-alpha.
|
|
25
|
-
"@babel/plugin-syntax-decorators": "^8.0.0-alpha.
|
|
23
|
+
"@babel/helper-create-class-features-plugin": "^8.0.0-alpha.17",
|
|
24
|
+
"@babel/helper-plugin-utils": "^8.0.0-alpha.17",
|
|
25
|
+
"@babel/plugin-syntax-decorators": "^8.0.0-alpha.17"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"@babel/core": "^8.0.0-alpha.
|
|
28
|
+
"@babel/core": "^8.0.0-alpha.17"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@babel/core": "^8.0.0-alpha.
|
|
32
|
-
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.
|
|
33
|
-
"@babel/traverse": "^8.0.0-alpha.
|
|
31
|
+
"@babel/core": "^8.0.0-alpha.17",
|
|
32
|
+
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.17",
|
|
33
|
+
"@babel/traverse": "^8.0.0-alpha.17",
|
|
34
34
|
"array.prototype.concat": "^1.0.2",
|
|
35
35
|
"babel-plugin-polyfill-es-shims": "^0.10.4",
|
|
36
36
|
"object.getownpropertydescriptors": "^2.1.1"
|