Jack Works
Jack Works
> > `cmd.exe` is very, very much in a maintenance mode and I just want to set expectations here. We maintain it, yes. We have a renewed interest in command-line...
> 1.1. importNow throws an exception if any dependency uses top-level-await. Is it possible to make those two APIs into one so the developer can decide if they want to...
If we do not want to expose it, we need to disable sync import totally 👀
@devsnek what if code runs like this? ```html import { setup } './something.js' setup() assert(already_setup) ``` And one-day "something.js" is starting to use TLA?
Hope the difference between the do expression and IIFE can be documented in the README
Is it possible to do both - constructor completed successfully check - prototype check
`~/.jsvu` on my computer is a folder. > `~/.jsvu/status.json` ```json { "os": "win64", "engines": [ "chakra", "hermes", "quickjs", "spidermonkey", "v8", "xs" ], "chakra": "1.11.23", "hermes": "0.7.1", "spidermonkey": "84.0b2", "v8": "8.9.7",...
sorry this still happens in 7.6.1
 I guess you should check `VU_HOST_DETAILS[vu][engine]` too
``` Using config "C:\Users\Jack\.eshost-config.json" Configuring jsvu host with name "ChakraCore" (type "ch") at "C:\Users\Jack\.jsvu\chakra.cmd" Configuring jsvu host with name "Hermes" (type "hermes") at "C:\Users\Jack\.jsvu\hermes.cmd" C:\Users\Jack\AppData\Roaming\npm\pnpm-global\4\node_modules\.pnpm\registry.npmjs.org\[email protected]\node_modules\eshost-cli\lib\host-manager.js:191 const version = status[engine] ||...