proload icon indicating copy to clipboard operation
proload copied to clipboard

Searches for and loads your tool's JavaScript configuration files with full support for CJS, ESM, TypeScript and more.

Results 6 proload issues
Sort by recently updated
recently updated
newest added

yaml-register behaves quite different from other register packages: esbuild-register, ts-node/register, tsconfig-paths/register, ... In convention, a package named foo-register should be able to be used with `node -r`, or a package...

Just sharing some notes for what I'd like to see happen for a v1.0. - [ ] Default to ESM loading, fallback to `require` (the inverse of the current setup)....

Hello, I've noticed movement in the ecosystem recently to consolidate around a convention to have configs inside of a directory. See: - https://dot-config.github.io/ - https://twitter.com/iansu/status/1126512410313891841 - https://www.youtube.com/watch?v=wYdnJPYFTIE - https://github.com/nodejs/tooling/issues/79 But...

Right now, the `resolve` method returns the location of the found config, and the `load` command returns its raw contents. For troubleshooting purposes on a large project, it would be...

When setting proload to external in esbuild, it fails to load. Reproduction : - `git clone https://github.com/Alexandre-Fernandez/esbuild-proload &&` - `cd esbuild-proload &&` - `npm i &&` - `npm run debug`...