Rachel Church

Results 1 comments of Rachel Church

Running into the same issue. The underlying implementation will need to utilize the `createIncrementalProgram` and `createIncrementalCompilerHost` methods instead of `createProgram` and `createCompilerHost` to build the [incremental ts programs](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-6.html#apis-to-support---build-and---incremental). See https://github.com/microsoft/TypeScript/pull/31432...