Ryan Cavanaugh

Results 27 issues of Ryan Cavanaugh

Update this file so that it is up-to-date with regard to new language features, especially around union types and ES6 features

Editing

Update this file so that it is up-to-date with regard to new language features, especially around union types and ES6 features

Editing

TypeScript 4.9 found something is wrong with this code, but it's unclear (to me) which line is wrong. This PR is a guess, do with it what you will. In...

# Bug Report ### 🔎 Search Terms cannot be named without a reference to symlink ### 🕗 Version & Regression Information - This is the behavior in every version I...

Bug
Domain: Declaration Emit
Rescheduled

## TypeScript Flag Deprecation Plan > (This is a proposal, but written in terms of a blog post for clarity) As we think about the long-term future of TypeScript and...

Suggestion
In Discussion
Fix Available

People don't understand the difference between these things: ``` ts export default class Foo {} /* or */ class Foo {} export = Foo; /* or */ export class Foo...

Docs

People keep posting different code in their examples versus in their playground links and it is very confusing. Also removed reference to workbench, which we intend to deprecate eventually.

Author: Team
For Uncommitted Bug

We just got a bug on TypeScript from someone who was working on some ESLint stuff and found that the TypeScript parser didn't support JSX Elements as Attribute Values. This...

Normative
Impl Reality
Proposal Living

### Acknowledgement - [X] I acknowledge that issues using this template may be closed without further explanation at the maintainer's discretion. ### Comment Following up from #58417 Note: This is...

Discussion