UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

20 lines 511 B
export class CodeContext { __identifier_count: number; /** * * @type {HashMap<NodeInstancePortReference,String>} * @private */ private __port_identifier_map; /** * @param {NodeInstance} node * @param {Port} port * @returns {string} */ getIdentifier(node: NodeInstance, port: Port): string; /** * @returns {string} new identifier to be used for a variable name etc. */ identifier(): string; } //# sourceMappingURL=CodeContext.d.ts.map