Daniel Rosenwasser

Results 131 issues of Daniel Rosenwasser

An explicit license would be ideal to ensure that those writing tools around estree could do so without the risk of violating any copyright.

Hi there! 👋 TypeScript recently added some stricter checking around unconstrained generics being incompatible with emptyish object types. The changes are only in nightly versions of TypeScript right now, but...

Hi there! I work on the TypeScript team and was curious to see how well TypeScript's JS-type-checking mode would work on your project since it makes pretty good use of...

**Describe the bug** When the Properties pane isn't visible, the user cannot toggle it back into view while the Development Editor is currently visible. **To Reproduce** Steps to reproduce the...

type: bug

Recently, TypeScript has added a new resolution mode for Node ESM files. This mode is enabled when running with `--moduleResolution nodenext`. Under this mode, ESM files respect rules like the...

bug
help welcome
good first issue
parser

`forEachChild` is one of the core pieces of machinery we have for traversing nodes in our trees. It's coded using a fairly large `switch` statement; however, while reading up on...

Author: Team
For Uncommitted Bug

# Granular Resolutions https://github.com/microsoft/TypeScript/issues/50152 * Almost everyone using modules these days is using a resolution format called `node`. * Even if you're not using Node.js - for example, bundlers such...

Design Notes

This is a slightly experimental PR since I'm not that familiar with the codebase; however, an investigation on compiling ant-design uncovered that a lot of string literal type syntax nodes...