just-js / lo

it's JavaScript Jim, but not as we know it. :space_invader:
MIT License
241 stars 9 forks source link

Types: autogeneration ideas #41

Open lostrepo opened 4 months ago

lostrepo commented 4 months ago

Current dynamic type chains

Native lib types: lib/<name>/api.js => lib/apis.all.d.ts => globals.d.ts Imports: <some path>.d.ts or <some path>.js

Current type generation file

lib/types.js

Wants: