Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DohApi.ts820 const illegalDecorators = getIllegalDecorators(node); constant
DutilitiesPublic.ts669 const illegalDecorators = getIllegalDecorators(node as HasIllegalDecorators); constant
/third_party/typescript/src/services/refactors/
DconvertParamsToDestructuredObject.ts656 illegalDecorators: undefined; property