@babel/plugin-syntax-typescript
Advanced tools
Comparing version 7.0.0-beta.32 to 7.0.0-beta.33
{ | ||
"name": "@babel/plugin-syntax-typescript", | ||
"version": "7.0.0-beta.32", | ||
"version": "7.0.0-beta.33", | ||
"description": "Allow parsing of TypeScript syntax", | ||
@@ -13,7 +13,7 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-typescript", | ||
"peerDependencies": { | ||
"@babel/core": "7.0.0-beta.32" | ||
"@babel/core": "7.0.0-beta.33" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.0.0-beta.32" | ||
"@babel/core": "7.0.0-beta.33" | ||
} | ||
} |
@@ -17,3 +17,3 @@ # @babel/plugin-syntax-typescript | ||
{ | ||
"plugins": ["@babel/syntax-typescript"] | ||
"plugins": ["@babel/plugin-syntax-typescript"] | ||
} | ||
@@ -25,3 +25,3 @@ ``` | ||
```sh | ||
babel --plugins @babel/syntax-typescript script.js | ||
babel --plugins @babel/plugin-syntax-typescript script.js | ||
``` | ||
@@ -33,4 +33,4 @@ | ||
require("@babel/core").transform("code", { | ||
plugins: ["@babel/syntax-typescript"] | ||
plugins: ["@babel/plugin-syntax-typescript"] | ||
}); | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1190