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 would (and perhaps you whoever is reading) would like to hack stuff in the compiler and get an immediate feedback in the UI. Currently F12 takes me to a .d.ts that takes a lot of context away from me and I need to open another window and look at the source elsewhere.
The text was updated successfully, but these errors were encountered:
This change now makes it impossible for me (or anyone) to easily load in a custom compiler by changing package.json and makes #236 probably impossible to implement.
It does seem like it in first look but its actually quite easy. We just need to run theirtypescriptServices.js a vm context can replace our ts with theirts.
Instead of using it from package.json
Motivations:
.d.ts
that takes a lot of context away from me and I need to open another window and look at the source elsewhere.The text was updated successfully, but these errors were encountered: