1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-28 07:14:35 +02:00
Files
misskey/packages/backend/src
Kagami Sascha Rosylight 9965bc8f94 Fix moduleNameMapper to not resolve .wasm.js to .wasm (#9894)
* Fix moduleNameMapper to not resolve `.wasm.js` to `.js`

Fixes #9767

Undici [tries to import `./llhttp/llhttp.wasm.js`](e155c6db5c/lib/client.js (L342)) which is currently broken by the (hacky) module name mapper.

* longer timeout value

* 30s

* 50s

* 60s to be safe

* Revert "60s to be safe"

This reverts commit f3e0f57962.

* 2cc98226ca revert?

* revert

* remove timeout

* detectOpenHandles

* Really solved?

* Revert "detectOpenHandles"

This reverts commit 29214bdff8.

* Add `coveragePathIgnorePatterns`

* Revert "Add `coveragePathIgnorePatterns`"

This reverts commit fcf8c6806b.

* Import jsonld dynamically

* remove import

* add comment

---------

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-02-12 17:18:31 +09:00
..
2022-12-03 19:42:05 +09:00
2023-02-09 11:46:08 +09:00
2023-02-12 10:36:43 +09:00
2022-12-25 14:22:23 +09:00
2023-02-09 10:50:53 +09:00
2023-01-12 21:02:26 +09:00
2022-12-03 19:42:05 +09:00
2021-11-12 02:02:25 +09:00
2023-02-09 11:46:08 +09:00
2022-12-10 15:45:30 +09:00
2023-02-07 19:50:38 +09:00
2023-01-21 13:14:55 +09:00