@invertase/babel-preset-react-native-syntax
Advanced tools
Comparing version 0.1.1 to 0.1.2
18
index.js
module.exports = function preset() { | ||
return { | ||
plugins: [ | ||
"syntax-jsx", | ||
"syntax-flow", | ||
"syntax-async-functions", | ||
"syntax-async-generators", | ||
"syntax-class-properties", | ||
"syntax-optional-chaining", | ||
"syntax-object-rest-spread", | ||
"syntax-exponentiation-operator", | ||
"syntax-trailing-function-commas", | ||
"@babel/syntax-jsx", | ||
"@babel/syntax-flow", | ||
"@babel/syntax-typescript", | ||
"@babel/syntax-class-properties", | ||
"@babel/syntax-async-generators", | ||
"@babel/syntax-optional-chaining", | ||
"@babel/syntax-object-rest-spread", | ||
"@babel/syntax-optional-catch-binding", | ||
"@babel/syntax-nullish-coalescing-operator" | ||
] | ||
} | ||
}; |
{ | ||
"name": "@invertase/babel-preset-react-native-syntax", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
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
3943