microsoft / tslib

Runtime library for TypeScript helpers.
BSD Zero Clause License
1.25k stars 126 forks source link

"./" to "./*" in packages.json #176

Closed naushadnizarali closed 2 years ago

naushadnizarali commented 2 years ago

(node:27404) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at {APPPATH}\node_modules\tslib\package.json. Update this package.json to use a subpath pattern like "./*". (Use node --trace-deprecation ... to show where the warning was created)

In my node_modules I changed the above and it works. It has to be fixed

Neizan93 commented 2 years ago

This thread has been repeated many times, it is already fixed. There is only one step we are still waiting. We need that https://github.com/DanielRosenwasser creates a release with current main branch.

oliverkierepka commented 2 years ago

Ok, nice. looking forward to see this being released.

DanielRosenwasser commented 2 years ago

Should be out now.