Sandor
Sandor
I did already consider it (As I barely use 3pp packages, and this isnt published either), but that would require me to redo all the imports everywhere, so maybe next...
Also, me using top level await is currently blocked by ts-node and ts paths (which I can actually omit by using npm7 workspaces) but yeah deno would solve it.
as a heads up, @nbcarey's PR has been merged so you can use ```json { "$schema": "https://json.schemastore.org/mocharc" } ``` as your schema
I just use an `-S` after a `-D` in my script now, and even if this change would be implemented I would still do so, because since then I added...
Tbh, at this point I'm not even sure whats the difference between `-R` and just running `-S` again.
Wanted to try out NS today but this greeted me.
That's a non solution, it should work on Node 15. Could you please reopen the ticket and rename it so the title includes "on Node 15"? @csivaprasadc
Can confirm, rolled back to 1.5.* and caching started working
This would be extremely helpful in Angular too. ```html [(value)]="fooBehaviorSubject.value" ```
I encountered the problem too, and explored it a little further, for example in the case of nested lazy modules. Please check the description of this issue: https://github.com/scullyio/scully/issues/1347