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 bar should provide another entry bar/register which has the same functionality.
If you approve of this behavior, I'm willing to provide a PR.
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 bar should provide another entry bar/register which has the same functionality.If you approve of this behavior, I'm willing to provide a PR.