proposal-optional-types icon indicating copy to clipboard operation
proposal-optional-types copied to clipboard

Advanced types

Open Dan503 opened this issue 3 years ago • 1 comments

The proposal currently only covers extremely basic types.

What about things like TypeScript generics and utility types?

For the proposal to be worthwhile, developers need it to be just as good if not better than using TypeScript to handle our types.

Developers basically want TypeScript but without having to add a compiler step to their build process.

Dan503 avatar Mar 16 '22 15:03 Dan503

@Dan503 This is the old proposal, the recent stage 1 proposal is here: https://github.com/tc39/proposal-type-annotations

hax avatar Apr 05 '22 07:04 hax