Jason Miller

Results 155 issues of Jason Miller

See https://github.com/facebook/jest/blob/e8b7f57e05e3c785c18a91556dcbc7212826a573/packages/jest-runtime/src/index.ts#L1501-L1578

`karmatic --debug` would run tests in Chrome's Debugger.

help wanted

`karmatic debug --dev-tools` (aliased as `--devtools`) would use Puppeteer to open DevTools. ### To Do - [ ] Can we also have this open the `/debug` endpoint to enable console...

help wanted

This will make it much easier for folks who switch between the two tools.

help wanted
good first issue

This should fix #99, and uses the newer Event API where supported (including workers).

It should be possible to apply a pre/pitching loader to all files that transforms `import.meta.url` to `__filename`. This would allow correct Worker URL creation (solving #31) using `URL`: ```js const...

enhancement

This library should be extended to support [Module Workers](https://web.dev/module-workers) and `import.meta.url`.

enhancement

Preact 7 actually makes MDL vastly easier to work with, because it no longer requires crazy DOM crawling code to evade the recycler. `preact-mdl` needs to release a new major...

When karma-webpack was switched to generating files on disk, only `commons.js` and `runtime.js` were configured to be served. This serves the rest of the contents of the output directory. This...