lukeed / tsm

TypeScript Module Loader
MIT License
1.19k stars 19 forks source link

Deprecated hooks #34

Closed kran6a closed 2 years ago

kran6a commented 2 years ago

On the lastest node.js version the following error is thrown:

DeprecationWarning: Obsolete loader hook(s) supplied and will be ignored: getFormat, transformSource

Meaning some features will not work properly unless those hooks are moved into the new load hook.

TrySound commented 2 years ago

Not an error. Just a warning. This is because older versions are still supported along with new hooks. Shouldn't affect anything.

lukeed commented 2 years ago

Closing as duplicate of #12