Possibly missing properties in the ts.server.protocol.CompilerOptions
interface
#57232
Closed
6 tasks done
Labels
Needs Investigation
This issue needs a team member to investigate its status.
π Search Terms
"server", "protocol", "CompilerOptions"
β Viability Checklist
β Suggestion
Just wanted to draw your attention that the
ts.server.protocol.CompilerOptions
interface is missing recently added properties that are present ints.CompilerOptions
. LikeallowImportingTsExtensions
,resolvePackageJsonExports
,resolvePackageJsonImports
,allowArbitraryExtensions
, etc. Probably there are more:TypeScript/src/server/protocol.ts
Lines 3665 to 3670 in 8c34b56
TypeScript/src/server/protocol.ts
Lines 3713 to 3720 in 8c34b56
π Motivating Example
Similar to: #56785 (comment)
@andrewbranch Could you take a look, please? Perhaps it is worth adding these too?
π» Use Cases
Index signature covers them all. So this is not a problem. Only felt like those should be explicitly defined.
By the way, deprecated options like
suppressExcessPropertyErrors
,suppressImplicitAnyIndexErrors
most probably have to be removed fromts.server.protocol.CompilerOptions
in TypeScript 5.5.TypeScript/src/server/protocol.ts
Lines 3724 to 3729 in 8c34b56
The text was updated successfully, but these errors were encountered: