unjs / nitro

Next Generation Server Toolkit. Create web servers with everything you need and deploy them wherever you prefer.
https://nitro.unjs.io
MIT License
5.89k stars 496 forks source link

refactor: remove dependency on `/runtime/internal/*` subpaths #2524

Closed pi0 closed 3 months ago

pi0 commented 3 months ago

This PR avoid imports from nitropack/runtime/* in order to allow completely avoid /* deps in v3.

Only a subset of internals exported from nitropack/runtime for internal usage of presets (although not necessary technically)