Closed CatchABus closed 1 year ago
This is a necessity to cleanup the mess in svelte-hmr. It goes along with my svelte-hmr refactoring: https://github.com/sveltejs/svelte-hmr/compare/master...CatchABus:svelte-hmr:svelte-native-ns8
svelte-hmr
By exposing this event handler, we'll be able to prevent HMR from intercepting methods like addEventListener/on.
addEventListener/on
This is a necessity to cleanup the mess in
svelte-hmr
. It goes along with mysvelte-hmr
refactoring: https://github.com/sveltejs/svelte-hmr/compare/master...CatchABus:svelte-hmr:svelte-native-ns8By exposing this event handler, we'll be able to prevent HMR from intercepting methods like
addEventListener/on
.