knightedcodemonkey / duel

TypeScript dual packages.
MIT License
20 stars 4 forks source link

Remove `@knighted/specifier` and rewrite specifiers with `@knighted/module` instead. #45

Open knightedcodemonkey opened 3 months ago

knightedcodemonkey commented 3 months ago

No need to keep both dependencies around. Also look into transforming the specifiers before compiling with tsc. I think that will cause tsc to complain about not being able to resolve modules, so I should look into silencing those warnings, although it will be hard to distinguish errors from this package's rewrites, vs actual resolution errors in packages using this one.