@webassemblyjs/ast
Advanced tools
Comparing version
@@ -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" | ||
} |
180476
-14.26%34
-2.86%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed