Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DohApi.ts224 const renderDecorators: string[] | undefined = options.ets?.render?.decorator; constant
348 const renderDecorators: string[] | undefined = options?.ets?.render?.decorator; constant
378 const renderDecorators = compilerOptions.ets?.render?.decorator ?? ["Builder", "LocalBuilder"]; constant