babel-plugin-minify-infinity
Advanced tools
Comparing version 0.3.0-alpha.5ee3078e to 0.3.0-alpha.636ae276
"use strict"; | ||
module.exports = function ({ types: t }) { | ||
const INFINITY = t.binaryExpression("/", t.numericLiteral(1), t.numericLiteral(0)); | ||
module.exports = function (_ref) { | ||
var t = _ref.types; | ||
var INFINITY = t.binaryExpression("/", t.numericLiteral(1), t.numericLiteral(0)); | ||
return { | ||
@@ -6,0 +8,0 @@ name: "minify-infinity", |
{ | ||
"name": "babel-plugin-minify-infinity", | ||
"version": "0.3.0-alpha.5ee3078e", | ||
"version": "0.3.0-alpha.636ae276", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
1685
29