jsx-transform
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -120,3 +120,3 @@ /*! | ||
try { | ||
this.push(transform(buf.toString('utf8'), options)); | ||
this.push(fromString(buf.toString('utf8'), options)); | ||
next(); | ||
@@ -123,0 +123,0 @@ } catch (err) { |
{ | ||
"name": "jsx-transform", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "JSX transpiler. Desugar JSX into JavaScript. A standard and configurable implementation of JSX decoupled from React.", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
19866
7