Skip to content

Commit 61b4454

Browse files
perf: Disable jPath tracking to avoid Matcher overhead in fxp 5.5.x
1 parent db6d716 commit 61b4454

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/common/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ export const parserConfig: X2jOptions = {
107107
ignorePiTags: true,
108108
ignoreDeclaration: true,
109109
attributeNamePrefix: '@',
110+
jPath: false,
110111
transformTagName: (name) => name.toLowerCase(),
111112
transformAttributeName: (name) => name.toLowerCase(),
112113
}

0 commit comments

Comments
 (0)