Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/types/uniqueSymbol/
DuniqueSymbolsDeclarationsErrors.ts21 export const classExpression = class { constant
/third_party/typescript/tests/baselines/reference/
DuniqueSymbolsDeclarationsErrors.js16 export const classExpression = class { class
/third_party/typescript/src/compiler/transformers/
DlegacyDecorators.ts271 const classExpression = factory.createClassExpression( constant
/third_party/typescript/src/services/refactors/
DconvertParamsToDestructuredObject.ts595 const classExpression = constructorDeclaration.parent; constant