babel-plugin-transform-react-jsx-source
Advanced tools
Comparing version 7.0.0-alpha.12 to 7.0.0-alpha.14
@@ -35,3 +35,6 @@ "use strict"; | ||
var fileNameIdentifier = path.scope.generateUidIdentifier(FILE_NAME_VAR); | ||
path.hub.file.scope.push({ id: fileNameIdentifier, init: t.stringLiteral(fileName) }); | ||
path.hub.file.scope.push({ | ||
id: fileNameIdentifier, | ||
init: t.stringLiteral(fileName) | ||
}); | ||
state.fileNameIdentifier = fileNameIdentifier; | ||
@@ -38,0 +41,0 @@ } |
{ | ||
"name": "babel-plugin-transform-react-jsx-source", | ||
"version": "7.0.0-alpha.12", | ||
"version": "7.0.0-alpha.14", | ||
"description": "Add a __source prop to all JSX Elements", | ||
@@ -12,7 +12,7 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-source", | ||
"dependencies": { | ||
"babel-plugin-syntax-jsx": "7.0.0-alpha.12" | ||
"babel-plugin-syntax-jsx": "7.0.0-alpha.14" | ||
}, | ||
"devDependencies": { | ||
"babel-helper-plugin-test-runner": "7.0.0-alpha.12" | ||
"babel-helper-plugin-test-runner": "7.0.0-alpha.14" | ||
} | ||
} |
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
2756
42
+ Addedbabel-plugin-syntax-jsx@7.0.0-alpha.14(transitive)
- Removedbabel-plugin-syntax-jsx@7.0.0-alpha.12(transitive)