UNPKG

@abaplint/transpiler

Version:
11 lines 413 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SourceFieldSymbolTranspiler = void 0; const _1 = require("."); class SourceFieldSymbolTranspiler { transpile(node, traversal) { return new _1.FieldSymbolTranspiler().transpile(node, traversal); } } exports.SourceFieldSymbolTranspiler = SourceFieldSymbolTranspiler; //# sourceMappingURL=source_field_symbol.js.map