Jeroen Ooms
Jeroen Ooms
The Description `URL` field is allowed to have multiple URLs split only by a space. It is even allowed to have non urls in there (comments). Doing so leads to...
A cleaner pattern to distinguish between public tests and developer tests. Developer tests only run in CI or devtools, and can be used for tests that are not appropriate for...
Currently we always assume the import statements are always paths relative to the working dir. However in the case of submodules, the import statement is relative to the parent module...
Such that we can use - top level await https://stackoverflow.com/questions/52023157/how-would-one-enable-and-use-es6-modules-in-the-v8-javascript-engine - enable import of other modules