Closed
Description
Thanks to @pocketjoso we found out, that its impossible to adjust options for the require hook in the modern syntax. According to the http://calculist.org/blog/2012/06/29/static-module-resolution/
This import is resolved at compile time — that is, before the script starts executing. All the imports and exports of the declarative module dependency graph are resolved before execution.
It makes futile to adjust it right after the import. So have to look for another options :(
#6 (comment)
Metadata
Metadata
Assignees
Labels
No labels