mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Convert builder state to mutable data, so that later we can create builder Program out of this
This commit is contained in:
@@ -13,7 +13,7 @@ namespace ts {
|
||||
/**
|
||||
* State corresponding to all the file references and shapes of the module etc
|
||||
*/
|
||||
const state = createBuilderState({
|
||||
const state = createBuilderStateOld({
|
||||
useCaseSensitiveFileNames: host.useCaseSensitiveFileNames(),
|
||||
createHash: host.createHash,
|
||||
onUpdateProgramInitialized,
|
||||
|
||||
Reference in New Issue
Block a user