Reimplement as a tokenizer with GFM parity

This commit is contained in:
gsb
2026-04-30 07:09:19 +00:00
parent 005db2f431
commit d41716c8b2
28 changed files with 4798 additions and 1398 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = {
'^.+\\.tsx?$': ['ts-jest', {
tsconfig: {
strict: true,
target: 'ES2017',
target: 'ES2018',
module: 'CommonJS',
moduleResolution: 'node',
esModuleInterop: true,