@babel/plugin-syntax-import-attributes
Advanced tools
+1
-1
@@ -6,3 +6,3 @@ import { declare } from '@babel/helper-plugin-utils'; | ||
| }) => { | ||
| api.assertVersion("8.0.0-beta.0"); | ||
| api.assertVersion("8.0.0-beta.1"); | ||
| if (deprecatedAssertSyntax != null && typeof deprecatedAssertSyntax !== "boolean") { | ||
@@ -9,0 +9,0 @@ throw new Error("'deprecatedAssertSyntax' must be a boolean, if specified."); |
+5
-5
| { | ||
| "name": "@babel/plugin-syntax-import-attributes", | ||
| "version": "8.0.0-beta.0", | ||
| "version": "8.0.0-beta.1", | ||
| "description": "Allow parsing of the module attributes in the import statement", | ||
@@ -19,10 +19,10 @@ "repository": { | ||
| "dependencies": { | ||
| "@babel/helper-plugin-utils": "^8.0.0-beta.0" | ||
| "@babel/helper-plugin-utils": "^8.0.0-beta.1" | ||
| }, | ||
| "peerDependencies": { | ||
| "@babel/core": "^8.0.0-beta.0" | ||
| "@babel/core": "^8.0.0-beta.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^8.0.0-beta.0", | ||
| "@babel/helper-plugin-test-runner": "^8.0.0-beta.0" | ||
| "@babel/core": "^8.0.0-beta.1", | ||
| "@babel/helper-plugin-test-runner": "^8.0.0-beta.1" | ||
| }, | ||
@@ -29,0 +29,0 @@ "engines": { |