babel-plugin-minify-infinity
Advanced tools
Comparing version 0.3.0-alpha.cf9a0da2 to 0.3.0-alpha.d9c99d3f
"use strict"; | ||
module.exports = function (_ref) { | ||
var t = _ref.types; | ||
var INFINITY = t.binaryExpression("/", t.numericLiteral(1), t.numericLiteral(0)); | ||
module.exports = function ({ types: t }) { | ||
const INFINITY = t.binaryExpression("/", t.numericLiteral(1), t.numericLiteral(0)); | ||
return { | ||
@@ -8,0 +6,0 @@ name: "minify-infinity", |
{ | ||
"name": "babel-plugin-minify-infinity", | ||
"version": "0.3.0-alpha.cf9a0da2", | ||
"version": "0.3.0-alpha.d9c99d3f", | ||
"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
1672
28