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 Change the type of 'uriComponent' (passed to 'encodeURIComponent') from 'string' to 'string | number | boolean'. Fixes #18159 (#31103) 2019-04-26 13:07:14 -07:00
decoratorCallGeneric.ts Fixes #5104. 2015-10-12 17:38:55 -07:00
decoratorMetadata-jsdoc.ts Fix metadata serialization for invalid jsdoc types (#37836) 2020-04-08 12:06:40 -07:00
decoratorMetadata.ts Adds minimal support for 'this' types in decorator metadata, emitting 'Object' for now. 2015-11-19 09:53:32 -08:00
decoratorMetadataWithTypeOnlyImport.ts Emit fallback for decorator metadata for type only imports (#39337) 2020-07-02 11:39:27 -07:00
missingDecoratorType.ts Merged branch 'master' into resolveDecoratorAsCall 2015-06-23 15:26:34 -07:00