Set impliedNodeFormat on sourceFile we get from host to ensure the field is set correctly - #50977
Conversation
commented
Oct 31, 2022
|
TypeScript Bot (@typescript-bot) cherry-pick this to release-4.9 |
|
Heya Daniel Rosenwasser (@DanielRosenwasser), I've started to run the task to cherry-pick this into |
commented
Oct 31, 2022
|
Hey Daniel Rosenwasser (@DanielRosenwasser), I've opened #51363 for you. |
commented
Oct 31, 2022
|
I don't know if this will work after-the-fact but TypeScript Bot (@typescript-bot) user test tsserver |
|
Heya Daniel Rosenwasser (@DanielRosenwasser), I've started to run the diff-based user code test suite (tsserver) on this PR at 4bd8b9b. You can monitor the build here. |
|
Heya Daniel Rosenwasser (@DanielRosenwasser), I've started to run the diff-based top-repos suite (tsserver) on this PR at 4bd8b9b. You can monitor the build here. |
This fixes issue with using same source file between two programs when impliedNodeFormat was different in tsbuild mode.
Fixes #50872