hot-hook icon indicating copy to clipboard operation
hot-hook copied to clipboard

🪝 Simple HMR for NodeJS + ESM

Results 2 hot-hook issues
Sort by recently updated
recently updated
newest added

Hi, I'm the developer of [Adonis AutoSwagger](https://github.com/ad-on-is/adonis-autoswagger) I've recently implemented autogeneration for adonisJS validators. However, when `node ace serve --hmr` is used, it breaks the functionality of my library. ```...

## Problem As of today the `DynamicImportChecker` will look for an `import` with a specific specifier (the module specifier) meaning that imports using a dynamic value as specifier are not...