0ada23a5fb
In a more specific scenario: Considering people use a custom TypeScript compiler host with `NGC`, they _could_ expect only posix paths in methods like `writeFile`. This at first glance sounds like a trivial issue that should be just fixed by the actual compiler host, but usually TypeScript internal API's just pass around posix normalized paths, and therefore it would be good to follow the same standards when passing JSON genfiles to the `CompilerHost`. For normal TypeScript files (and TS genfiles), this is already consistent because those will be handled by the actual TypeScript `Program` (see `emitCallback`). PR Close #27062 |
||
---|---|---|
.. | ||
BUILD.bazel | ||
compiler_host_spec.ts | ||
inline_resources_spec.ts | ||
lower_expressions_spec.ts | ||
metadata_reader_spec.ts | ||
nocollapse_hack_spec.ts | ||
node_emitter_spec.ts | ||
program_spec.ts | ||
r3_metadata_transform_spec.ts | ||
r3_transform_spec.ts |