UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

12 lines (10 loc) 729 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var api_1 = require("./api"); Object.defineProperty(exports, "compileContract", { enumerable: true, get: function () { return api_1.compileContract; } }); Object.defineProperty(exports, "getSemanticDiagnostics", { enumerable: true, get: function () { return api_1.getSemanticDiagnostics; } }); var scan_1 = require("./scan"); Object.defineProperty(exports, "scan", { enumerable: true, get: function () { return scan_1.scan; } }); var createContext_1 = require("./createContext"); Object.defineProperty(exports, "COMPILER_OPTIONS", { enumerable: true, get: function () { return createContext_1.COMPILER_OPTIONS; } }); //# sourceMappingURL=index.js.map