UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

8 lines (6 loc) 340 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getDebugInfo = void 0; const DebugInfoProcessor_1 = require("./DebugInfoProcessor"); exports.getDebugInfo = (context, contractInfo) => new DebugInfoProcessor_1.DebugInfoProcessor(context, contractInfo).process(); //# sourceMappingURL=getDebugInfo.js.map