@neo-one/smart-contract-compiler
Version:
NEO•ONE TypeScript smart contract compiler.
33 lines (31 loc) • 564 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DiagnosticScope = void 0;
const BRANDED_NAME = {
nameBrand: 0,
};
class DiagnosticScope {
add() {
return BRANDED_NAME;
}
addUnique() {
return BRANDED_NAME;
}
set() {
}
get() {
}
getThis() {
}
getGlobal() {
}
setGlobal() {
}
pushAll() {
}
emit(_sb, _node, options, func) {
func(options);
}
}
exports.DiagnosticScope = DiagnosticScope;
//# sourceMappingURL=DiagnosticScope.js.map