@shieldsbetter/nearley-indentify
Version:
Adapts Nearley-compatible lexers to generate indent/dedent events.
12 lines (9 loc) • 341 B
JavaScript
process.on("unhandledRejection", (reason, p) => {
console.log("Unhandled Rejection at:", p, "reason:", reason);
// Application specific logging, throwing an error, or other logic here
});
require("./tokenization-tests");
require("./other-tests");
global.sbtest.sequence.then(() => {
global.sbtest.resultHandler.finalize();
});