franktip
franktip
Hi, is it possible to have nearleyc produce an ECMAScript module, in which the the produced grammar is the default export? This would make it easier to use the generated...
I've been trying to analyze some code from the lumo project. Some of the code contains annotations, see e.g. https://github.com/anmonteiro/lumo/blob/master/src/js/util.js which contains code like: export function expandPath(somePath: string): string {...
Would it be possible to give the “codeql test” command an option to include externs and/or make this something that one can specify in a config file? Right now, the...