UNPKG

@bitloops/bl-transpiler

Version:
12 lines 532 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.bitloopsIdentifierError = void 0; const index_js_1 = require("./index.js"); const bitloopsIdentifierError = (node, thisSymbolTable) => { const errors = []; if (!thisSymbolTable.has(node.getIdentifierName())) errors.push(new index_js_1.identifierValidationError(node.getIdentifierName(), node)); return errors; }; exports.bitloopsIdentifierError = bitloopsIdentifierError; //# sourceMappingURL=bitloopsIdentifierValidator.js.map