arcanis / ts-pnp

Transparently adds support for Plug'n'Play to TypeScript
67 stars 9 forks source link

Does not surface errors in dependencies #9

Open gausie opened 3 years ago

gausie commented 3 years ago

pnp.resolveToUnqualified(...) can result in very important package-x tried to access package-y, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound. errors, but these are swallowed by the catch (error) {} blocks