Skip to content

Commit 8785c6c

Browse files
committed
Replace moduleResolution and fix comment as requested in review
1 parent 93e9a05 commit 8785c6c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

testsuite/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"compilerOptions": {
44
"rootDir": ".",
55
"outDir": "./js",
6+
"moduleResolution": "nodenext",
67
"paths": {
78
"#js/*": ["../mjs/*"],
89
"#source/*": ["../components/mjs/*"],

ts/input/tex/newcommand/NewcommandUtil.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,7 @@ export const NewcommandUtil = {
363363
if (handlers.get(HandlerType.DELIMITER).applicable(cs)) {
364364
//
365365
// This will hide the delimiter that is in a later mapping
366-
// by forcing the parser to jump directly to the fallback
367-
// handler.
366+
// by forcing the parser to skip any additional maps.
368367
//
369368
this.addDelimiter(parser, cs, null);
370369
}

0 commit comments

Comments
 (0)