finish path refactoring, add sourcemap + better trace support

This commit is contained in:
Jacky Zhao
2023-07-15 23:02:12 -07:00
parent ffb2c9ba57
commit 2c0f21a97d
36 changed files with 331 additions and 1170 deletions

View File

@@ -5,6 +5,7 @@
"DOM",
"DOM.Iterable"
],
"experimentalDecorators": true,
"module": "esnext",
"target": "esnext",
"moduleResolution": "node",