UNPKG

@stryke/capnp

Version:

A package to assist in running the Cap'n Proto compiler and creating Cap'n Proto serialization protocol schemas.

16 lines (10 loc) 444 B
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); var _class; var _chunkUSNT2KNTcjs = require('./chunk-USNT2KNT.cjs'); // src/types.ts var CodeGeneratorContext = (_class = class {constructor() { _class.prototype.__init.call(this); } static { _chunkUSNT2KNTcjs.__name.call(void 0, this, "CodeGeneratorContext"); } __init() {this.files = []} }, _class); exports.CodeGeneratorContext = CodeGeneratorContext;