babel-plugin-transform-react-jsx-source
Advanced tools
Comparing version 7.0.0-alpha.1 to 7.0.0-alpha.3
@@ -32,3 +32,3 @@ "use strict"; | ||
if (!state.fileNameIdentifier) { | ||
var fileName = state.file.log.filename !== "unknown" ? state.file.log.filename : null; | ||
var fileName = state.file.opts.filename; | ||
@@ -35,0 +35,0 @@ var fileNameIdentifier = path.scope.generateUidIdentifier(FILE_NAME_VAR); |
{ | ||
"name": "babel-plugin-transform-react-jsx-source", | ||
"version": "7.0.0-alpha.1", | ||
"version": "7.0.0-alpha.3", | ||
"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.1" | ||
"babel-plugin-syntax-jsx": "7.0.0-alpha.3" | ||
}, | ||
"devDependencies": { | ||
"babel-helper-plugin-test-runner": "7.0.0-alpha.1" | ||
"babel-helper-plugin-test-runner": "7.0.0-alpha.3" | ||
} | ||
} |
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
2738
+ Addedbabel-plugin-syntax-jsx@7.0.0-alpha.3(transitive)
- Removedbabel-plugin-syntax-jsx@7.0.0-alpha.1(transitive)