@webassemblyjs/ast
Advanced tools
Comparing version 1.8.5 to 1.9.0
@@ -131,6 +131,8 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
export function createPath(context) { | ||
var path = _extends({}, context); | ||
var path = _extends({}, context); // $FlowIgnore | ||
Object.assign(path, createPathOperations(path)); | ||
Object.assign(path, createPathOperations(path)); // $FlowIgnore | ||
return path; | ||
} |
@@ -138,6 +138,8 @@ "use strict"; | ||
function createPath(context) { | ||
var path = _extends({}, context); | ||
var path = _extends({}, context); // $FlowIgnore | ||
Object.assign(path, createPathOperations(path)); | ||
Object.assign(path, createPathOperations(path)); // $FlowIgnore | ||
return path; | ||
} |
{ | ||
"name": "@webassemblyjs/ast", | ||
"version": "1.8.5", | ||
"version": "1.9.0", | ||
"description": "AST utils for webassemblyjs", | ||
@@ -15,5 +15,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@webassemblyjs/helper-module-context": "1.8.5", | ||
"@webassemblyjs/helper-wasm-bytecode": "1.8.5", | ||
"@webassemblyjs/wast-parser": "1.8.5" | ||
"@webassemblyjs/helper-module-context": "1.9.0", | ||
"@webassemblyjs/helper-wasm-bytecode": "1.9.0", | ||
"@webassemblyjs/wast-parser": "1.9.0" | ||
}, | ||
@@ -28,8 +28,8 @@ "repository": { | ||
"devDependencies": { | ||
"@webassemblyjs/helper-test-framework": "1.8.5", | ||
"@webassemblyjs/helper-test-framework": "1.9.0", | ||
"array.prototype.flatmap": "^1.2.1", | ||
"dump-exports": "^0.1.0", | ||
"mamacro": "^0.0.3" | ||
"mamacro": "^0.0.7" | ||
}, | ||
"gitHead": "77bc195e9bb463b4fa4cbdb6291eed446d454d49" | ||
"gitHead": "0440b420888c1f7701eb9762ec657775506b87d8" | ||
} |
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
180476
34
+ Added@webassemblyjs/floating-point-hex-parser@1.9.0(transitive)
+ Added@webassemblyjs/helper-api-error@1.9.0(transitive)
+ Added@webassemblyjs/helper-code-frame@1.9.0(transitive)
+ Added@webassemblyjs/helper-fsm@1.9.0(transitive)
+ Added@webassemblyjs/helper-module-context@1.9.0(transitive)
+ Added@webassemblyjs/helper-wasm-bytecode@1.9.0(transitive)
+ Added@webassemblyjs/wast-parser@1.9.0(transitive)
+ Added@webassemblyjs/wast-printer@1.9.0(transitive)
- Removed@webassemblyjs/floating-point-hex-parser@1.8.5(transitive)
- Removed@webassemblyjs/helper-api-error@1.8.5(transitive)
- Removed@webassemblyjs/helper-code-frame@1.8.5(transitive)
- Removed@webassemblyjs/helper-fsm@1.8.5(transitive)
- Removed@webassemblyjs/helper-module-context@1.8.5(transitive)
- Removed@webassemblyjs/helper-wasm-bytecode@1.8.5(transitive)
- Removed@webassemblyjs/wast-parser@1.8.5(transitive)
- Removed@webassemblyjs/wast-printer@1.8.5(transitive)
- Removedmamacro@0.0.3(transitive)