You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first question that came to my mind was : what features are not supported but are supported by TypeScript ? Then i see that another issue is already open #3
Hi,
I have just discovered this project
First of all, it's interesting
The first question that came to my mind was : what features are not supported but are supported by TypeScript ? Then i see that another issue is already open #3
I think JSONC (JSON with Comments) should be listed in the related work section
AFAIU, Tyson will be typed, which will transpile into JSON which is not typed, which will be parsed by a program which will be probably be typed
I think this is not optimal to lose the type in the stream
How will you synchronise the program's type with Tyson's type ?
I feel comfortable with jsonc + JSON Schema or Yaml + schema
Note of humour https://xkcd.com/927/
The text was updated successfully, but these errors were encountered: