Home
last modified time | relevance | path

Searched defs:allSupportedExtensions (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/compiler/
Dutilities.ts7037 …const allSupportedExtensions: readonly Extension[][] = [[Extension.Ts, Extension.Tsx, Extension.Dt… constant
7050 const builtins = needJsExtensions ? allSupportedExtensions : supportedTSExtensions; constant