babel-plugin-default-identifier
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -1,2 +0,2 @@ | ||
"use strict"; | ||
'use strict'; | ||
@@ -13,3 +13,3 @@ Object.defineProperty(exports, "__esModule", { | ||
if (name === 'default') { | ||
if (path.parent.type === 'ObjectProperty' && name === 'default') { | ||
path.node.name = "'default'"; | ||
@@ -16,0 +16,0 @@ } |
{ | ||
"name": "babel-plugin-default-identifier", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A Babel plugin to wrap the 'default' identifier with apostrophes", | ||
@@ -5,0 +5,0 @@ "author": { |
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
3315
13
57