funtypes icon indicating copy to clipboard operation
funtypes copied to clipboard

Create a custom schema language

Open ForbesLindesay opened this issue 4 years ago • 0 comments

This is an alternative to https://github.com/ForbesLindesay/funtypes/issues/30

This could approximate a subset of TypeScript, and allow compiling a collection of files (connected via import statements) into a single TypeScript file (or separate .js/.d.ts) that would contain explicit interface definitions, and the code to call into the relevant funtypes.

ForbesLindesay avatar Sep 11 '20 04:09 ForbesLindesay