cucumber-expressions
Advanced tools
Comparing version 8.2.0 to 8.2.1
@@ -7,15 +7,4 @@ "use strict"; | ||
var index_1 = __importDefault(require("./index")); | ||
(function (GLOBAL) { | ||
if (typeof define === 'function' && define.amd) { | ||
define(function () { return index_1.default; }); | ||
// Node and other CommonJS-like environments that support module.exports. | ||
} | ||
else if (typeof module !== 'undefined' && module.exports) { | ||
module.exports = index_1.default; | ||
// Browser. | ||
} | ||
else { | ||
GLOBAL.CucumberExpressions = index_1.default; | ||
} | ||
})(this); | ||
// @ts-ignore | ||
window.CucumberExpressions = index_1.default; | ||
//# sourceMappingURL=web.js.map |
{ | ||
"name": "cucumber-expressions", | ||
"version": "8.2.0", | ||
"version": "8.2.1", | ||
"description": "Cucumber Expressions - a simpler alternative to Regular Expressions", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
import CucumberExpressions from './index' | ||
declare var define: { (fn: () => void): () => void; amd: boolean } | ||
;(function(GLOBAL: any) { | ||
if (typeof define === 'function' && define.amd) { | ||
define(() => CucumberExpressions) | ||
// Node and other CommonJS-like environments that support module.exports. | ||
} else if (typeof module !== 'undefined' && module.exports) { | ||
module.exports = CucumberExpressions | ||
// Browser. | ||
} else { | ||
GLOBAL.CucumberExpressions = CucumberExpressions | ||
} | ||
})(this) | ||
// @ts-ignore | ||
window.CucumberExpressions = CucumberExpressions |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
636874
11020