aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@webassemblyjs/ast/esm/index.js
blob: a073c70f68f684d4c21ab3e3027dc5ce370a1dcf (plain)
1
2
3
4
5
6
export * from "./nodes";
export { numberLiteralFromRaw, withLoc, withRaw, funcParam, indexLiteral, memIndexLiteral, instruction, objectInstruction } from "./node-helpers.js";
export { traverse } from "./traverse";
export { signatures } from "./signatures";
export { getSectionMetadata, getSectionMetadatas, sortSectionMetadata, orderedInsertNode, assertHasLoc, getEndOfSection, shiftSection, shiftLoc, isAnonymous, getUniqueNameGenerator, signatureForOpcode } from "./utils";
export { cloneNode } from "./clone";