Hacker News new | ask | show | jobs
by jatins 1612 days ago
I wonder how would that work. Typescript has pretty advanced types like Template Literal Types[0]. Wouldn't ReScript need to support all those types? Or maybe it just resorts to `any` equivalent if I can't map a TS type to ReScript type.

[0] https://www.typescriptlang.org/docs/handbook/2/template-lite...