make install
make dev
process
is accessed by sanctuary but it doesn't exist, svelte
interprets it as a module and throws an error.module
: Apparently, the svelte compiler environment looks like
it's a node environment, therefore module
and module.exports
exists and sanctuary is misguided to execute the wrong code path.module.path
is undefined
- this
is the case in the svelte compiler environment while in node
module.path
is a string.svelte@next
repository
which isn't supported / released yet. I did'nt have the time to try to
reproduce the bug with the regular svelte
framework but I think it
will produce the same error because it also uses a compiler.