babel-plugin-transform-vue-jsx
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -20,3 +20,3 @@ var esutils = require('esutils') | ||
return { | ||
inherits: require('babel-plugin-syntax-jsx'), | ||
inherits: require('@babel/plugin-syntax-jsx').default, | ||
visitor: { | ||
@@ -23,0 +23,0 @@ JSXNamespacedName (path) { |
{ | ||
"name": "babel-plugin-transform-vue-jsx", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Babel plugin for Vue 2.0 JSX", | ||
@@ -47,3 +47,3 @@ "main": "index.js", | ||
"babel-loader": "8.0.0-beta.0", | ||
"babel-plugin-syntax-jsx": "^6.18.0", | ||
"@babel/plugin-syntax-jsx": "^7.0.0-beta.40", | ||
"chai": "^4.1.2", | ||
@@ -50,0 +50,0 @@ "eslint": "^4.16.0", |
@@ -5,2 +5,7 @@ # babel-plugin-transform-vue-jsx [![CircleCI](https://img.shields.io/circleci/project/vuejs/babel-plugin-transform-vue-jsx.svg?maxAge=2592000)](https://circleci.com/gh/vuejs/babel-plugin-transform-vue-jsx) | ||
### Babel Compatibility Notes | ||
- If using Babel 7, use 4.x | ||
- If using Babel 6, use 3.x | ||
### Requirements | ||
@@ -7,0 +12,0 @@ |
Sorry, the diff of this file is too big to display
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
1512349
214