UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

29 lines (27 loc) 417 B
const BRANDED_NAME = { nameBrand: 0, }; export class DiagnosticScope { add() { return BRANDED_NAME; } addUnique() { return BRANDED_NAME; } set() { } get() { } getThis() { } getGlobal() { } setGlobal() { } pushAll() { } emit(_sb, _node, options, func) { func(options); } } //# sourceMappingURL=DiagnosticScope.js.map