Ittai Baratz

Results 8 comments of Ittai Baratz

I got this issue as well with a recent nightly (2.0.0-nightly.428). ``` parcel build src/index.html --dist-dir ./dist --public-url=$PUBLIC_PATH --cache-dir ./.parcel-cache --detailed-report 🚨 Build failed. Error: Cannot read property 'hashReferences' of...

> @ittaibaratz Are you using `import foo from 'bundle-text:./something';` or `import foo from 'data-url:./something';` (like [here](https://github.com/parcel-bundler/parcel/issues/4145#issuecomment-674446661))? Or [inline script tags with imports](https://github.com/parcel-bundler/parcel/issues/4145#issuecomment-677915812)? Just trying to verify that there are not...

We are also facing this issue and converted one of our tests to JS until this is fixed. One thing we noticed is that the issue happens on the first...

@ahnpnl I've created a minimal reproduction here: https://github.com/ittaibaratz/ts-jest2615 If you run the "test" script, it may fail the first time, but pass once Jest cache is available. If you run...

@ahnpnl but we do have it set to `true`, or did you mean the opposite? https://github.com/ittaibaratz/ts-jest2615/blob/1607a897c1303869332119ff70d328c524a1d41f/tsconfig.json#L6 Actually I see the issue with both false and true..

@ahnpnl sure, how about that comment, https://github.com/microsoft/TypeScript/issues/44024#issuecomment-840088822 - Does it still apply to this issue?

For me gts 5.2.0 with https://github.com/google/gts/pull/654 fixes the problem. I think this bug can be closed.

We are running into the same issue with a similar setup: Lighthouse 11.1.0 / axe-core 4.8.1 / Headless Chrome: ![image](https://github.com/dequelabs/axe-core/assets/1454683/fe680708-b66e-41a1-8f1b-3de5d17e1f86) The app is behind authentication but I see the issue...