Home
last modified time | relevance | path

Searched defs:classExpression (Results 1 – 5 of 5) 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.ts257 const classExpression = factory.createClassExpression( constant
DclassFields.ts1290 const classExpression = factory.updateClassExpression( constant
/third_party/typescript/src/services/refactors/
DconvertParamsToDestructuredObject.ts575 const classExpression = constructorDeclaration.parent; constant