TypeScript/tests/cases/conformance/decorators
Andrew Branch bfd5b2f7f0
Fix decorator metadata references to type-only-imported namespaces (#44915)
* Add test

* Fix metadata references to type-only-imported namespaces

* Use `!!` instead of `|| false`
2021-08-02 14:18:15 -07:00
..
class fix(45157): omit error after property declaration without semicolon (#45165) 2021-07-26 09:57:58 -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
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
decoratorMetadataWithTypeOnlyImport2.ts Fix decorator metadata references to type-only-imported namespaces (#44915) 2021-08-02 14:18:15 -07:00
missingDecoratorType.ts