UNPKG

js-ast-parser

Version:
11 lines 269 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Block = void 0; class Block { constructor() { this.body = []; this.functionBlock = false; } } exports.Block = Block; //# sourceMappingURL=Block.js.map