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
Having default values and overrides depending on type of compile (e.g. bundle is slightly different to just plain which are also both slightly different from the runtime APIs)
Changing the ops to just supply a parsed JSON structure of compiler options.
The text was updated successfully, but these errors were encountered:
In my refactor of the compiler branch, I have all of the parsing and processing of the tsconfig, including the ignoring the options we ignore in Rust now.
This issue is for tracking purposes of something the core team is working on. Informed feedback is welcomed, but please think before commenting.
Moving tsconfig parsing out of compiler.ts requires a couple things:
The text was updated successfully, but these errors were encountered: