Kyle Herock

Results 27 issues of Kyle Herock

Closes #242 This adds support for custom ESM loaders options passed via `--experimental-loader` to node-dev. I accomplish this by passing the resolved loader path as a query string argument to...

This provides a better implementation for #285 by setting and reading the main script from process.env. This allows modules `require`d from threads to trigger reloads. I considered some alternative solutions...

This project currently uses the `resolve` package to resolve paths despite it being a plain Node.js application. Currently, this package doesn't really suffer from any major issues because of this...

This ports all library code and tests to ESM. I left test fixtures as CJS and moved all CJS-hook related things into the `require/` subfolder. I tried to keep everything...

It would be really nice if Portal-style SignPortals could use the same linking mechanisms as overworld-to-nether portals did for each other. This would include spawning another Nether Portal with a...

Suggestion

### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug Certain packages seem to care about the name of the folder that they reside...

bug