babel-transform-roll20
Advanced tools
Comparing version 0.4.0 to 0.5.0
{ | ||
"name": "babel-transform-roll20", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "A babel transform tool for transpiling scripts for the Roll20 sandbox.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -153,3 +153,3 @@ const babelParser = require('@babel/parser') | ||
const moduleName = getModule(path) | ||
const exportName = `__export__${moduleName.slice(1, -1).replace(/[/-]/g, '_')}` | ||
const exportName = `__export__${moduleName.slice(1, -1).replace(/[/-.]/g, '_')}` | ||
@@ -156,0 +156,0 @@ exportBlock.__exports[exportName] = true |
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
24103