We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e9a05 commit 8785c6cCopy full SHA for 8785c6c
2 files changed
testsuite/tsconfig.json
@@ -3,6 +3,7 @@
3
"compilerOptions": {
4
"rootDir": ".",
5
"outDir": "./js",
6
+ "moduleResolution": "nodenext",
7
"paths": {
8
"#js/*": ["../mjs/*"],
9
"#source/*": ["../components/mjs/*"],
ts/input/tex/newcommand/NewcommandUtil.ts
@@ -363,8 +363,7 @@ export const NewcommandUtil = {
363
if (handlers.get(HandlerType.DELIMITER).applicable(cs)) {
364
//
365
// This will hide the delimiter that is in a later mapping
366
- // by forcing the parser to jump directly to the fallback
367
- // handler.
+ // by forcing the parser to skip any additional maps.
368
369
this.addDelimiter(parser, cs, null);
370
}
0 commit comments