You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently debugging the inference algorithm to understand it better. However, TS uses a lot of bitmasks, and reading the final code output is not as informative as it could be. TS source code also contains a lot of useful comments that could help during the debugging sessions.
The text was updated successfully, but these errors were encountered:
Declaration maps (--declarationMap) are source maps from .d.ts files to .ts files, while when we normally talk about βsource maps,β we mean source maps from .js files to .ts files (--sourceMap). Which one are you referring to @Andarist?
Suggestion
π Search Terms
source maps, enable, sourcemaps, declarationmap
β Viability Checklist
My suggestion meets these guidelines:
β Suggestion
It would be quite nice if
typescript
would be shipped with declaration maps. This could help with debugging TS itself.π Motivating Example
Debugging with https://replay.io/ .
π» Use Cases
I'm currently debugging the inference algorithm to understand it better. However, TS uses a lot of bitmasks, and reading the final code output is not as informative as it could be. TS source code also contains a lot of useful comments that could help during the debugging sessions.
The text was updated successfully, but these errors were encountered: