TypeScript/tests/cases/conformance/decorators
Josh Goldberg 905a1fea39
Corrected parsing for decorators on 'this' parameters (#43175)
* Corrected parsing for decorators on 'this' parameters

* Moved checking to parser and added a specific test

* Remove unrelated checker.ts blank line

* Missed some baseeline updates...
2021-04-07 11:21:28 -07:00
..
class Corrected parsing for decorators on 'this' parameters (#43175) 2021-04-07 11:21:28 -07:00
invalid Corrected parsing for decorators on 'this' parameters (#43175) 2021-04-07 11:21:28 -07:00
1.0lib-noErrors.ts
decoratorCallGeneric.ts
decoratorMetadata-jsdoc.ts Fix metadata serialization for invalid jsdoc types (#37836) 2020-04-08 12:06:40 -07:00
decoratorMetadata.ts
decoratorMetadataWithTypeOnlyImport.ts Emit fallback for decorator metadata for type only imports (#39337) 2020-07-02 11:39:27 -07:00
missingDecoratorType.ts