@babel/plugin-transform-typescript
Advanced tools
Comparing version 8.0.0-alpha.10 to 8.0.0-alpha.11
@@ -555,3 +555,3 @@ import { declare } from '@babel/helper-plugin-utils'; | ||
} = api; | ||
api.assertVersion("8.0.0-alpha.10"); | ||
api.assertVersion("8.0.0-alpha.11"); | ||
const JSX_PRAGMA_REGEX = /\*?\s*@jsx((?:Frag)?)\s+([^\s]+)/; | ||
@@ -558,0 +558,0 @@ const { |
{ | ||
"name": "@babel/plugin-transform-typescript", | ||
"version": "8.0.0-alpha.10", | ||
"version": "8.0.0-alpha.11", | ||
"description": "Transform TypeScript into ES.next", | ||
@@ -20,15 +20,15 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-annotate-as-pure": "^8.0.0-alpha.10", | ||
"@babel/helper-create-class-features-plugin": "^8.0.0-alpha.10", | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.10", | ||
"@babel/plugin-syntax-typescript": "^8.0.0-alpha.10" | ||
"@babel/helper-annotate-as-pure": "^8.0.0-alpha.11", | ||
"@babel/helper-create-class-features-plugin": "^8.0.0-alpha.11", | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.11", | ||
"@babel/plugin-syntax-typescript": "^8.0.0-alpha.11" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^8.0.0-alpha.10" | ||
"@babel/core": "^8.0.0-alpha.11" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^8.0.0-alpha.10", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.10", | ||
"@babel/traverse": "^8.0.0-alpha.10", | ||
"@babel/types": "^8.0.0-alpha.10" | ||
"@babel/core": "^8.0.0-alpha.11", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.11", | ||
"@babel/traverse": "^8.0.0-alpha.11", | ||
"@babel/types": "^8.0.0-alpha.11" | ||
}, | ||
@@ -35,0 +35,0 @@ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-typescript", |
Sorry, the diff of this file is not supported yet
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
200359