first commit
This commit is contained in:
11
app_vue/node_modules/@webassemblyjs/ast/lib/clone.js
generated
vendored
Normal file
11
app_vue/node_modules/@webassemblyjs/ast/lib/clone.js
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.cloneNode = cloneNode;
|
||||
|
||||
function cloneNode(n) {
|
||||
// $FlowIgnore
|
||||
return Object.assign({}, n);
|
||||
}
|
Reference in New Issue
Block a user