jspm / generator

JSPM Import Map Generator
Apache License 2.0
160 stars 20 forks source link

Enable strict typing mode #234

Open Bubblyworld opened 1 year ago

Bubblyworld commented 1 year ago

A few typescript-related improvements we could make:

I've fixed a few bugs now that basically came down to types not being respected, so I think this would be good for the codebase, and it would make refactoring a lot easier.

Bubblyworld commented 1 year ago

Another one: currently typescript is not inferring optional types on interfaces since we don't have strict null checks enabled, which is causing it to think there's dead code in resolve.ts, for instance.