@webassemblyjs/helper-module-context
Advanced tools
Comparing version 1.7.0-2 to 1.7.0-3
@@ -8,3 +8,2 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } | ||
// TODO(sven): add flow in here | ||
import { assert } from "mamacro"; | ||
export function moduleContextFromModuleAST(m) { | ||
@@ -11,0 +10,0 @@ var moduleContext = new ModuleContext(); |
@@ -9,4 +9,2 @@ "use strict"; | ||
var _mamacro = require("mamacro"); | ||
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } | ||
@@ -18,2 +16,3 @@ | ||
// TODO(sven): add flow in here | ||
function moduleContextFromModuleAST(m) { | ||
@@ -20,0 +19,0 @@ var moduleContext = new ModuleContext(); |
{ | ||
"name": "@webassemblyjs/helper-module-context", | ||
"version": "1.7.0-2", | ||
"version": "1.7.0-3", | ||
"description": "", | ||
@@ -18,3 +18,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@webassemblyjs/wast-parser": "1.7.0-2" | ||
"@webassemblyjs/wast-parser": "1.7.0-3" | ||
}, | ||
@@ -21,0 +21,0 @@ "publishConfig": { |
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
22500
803