rainloreley / artnet-usbdmx-converter

Application which sends incoming ArtNet signals to any USBDMX Interface
MIT License
2 stars 1 forks source link

Unable to execute yarn on Raspberry Pi Zero #1

Open Allcrafter1 opened 5 months ago

Allcrafter1 commented 5 months ago

I copied the repository as the root user. Then I changed my directory and tried to run yarn. The log is the following:

root@raspberrypi:~/artnet-usbdmx-converter# yarn yarn install v1.22.19 [1/4] Resolving packages... [2/4] Fetching packages... [3/4] Linking dependencies... [4/4] Building fresh packages... [1/2] ⢀ es5-ext error /root/artnet-usbdmx-converter/node_modules/node-hid: Command failed. Exit code: 1 Command: prebuild-install --runtime napi || node-gyp rebuild Arguments: Directory: /root/artnet-usbdmx-converter/node_modules/node-hid Output: prebuild-install warn install No prebuilt binaries found (target=3 runtime=napi arch=arm libc= platform=linux) gyp info it worked if it ends with ok gyp info using node-gyp@9.3.0 gyp info using node@18.19.0 | linux | arm gyp info find Python using Python version 3.11.2 found at "/usr/bin/python3" gyp info spawn /usr/bin/python3 gyp info spawn args [ gyp info spawn args '/usr/share/nodejs/node-gyp/gyp/gyp_main.py', gyp info spawn args 'binding.gyp', gyp info spawn args '-f', gyp info spawn args 'make', gyp info spawn args '-I', gyp info spawn args '/root/artnet-usbdmx-converter/node_modules/node-hid/build/config.gypi', gyp info spawn args '-I', gyp info spawn args '/usr/share/nodejs/node-gyp/addon.gypi', gyp info spawn args '-I', gyp info spawn args '/usr/include/nodejs/common.gypi', gyp info spawn args '-Dlibrary=shared_library', gyp info spawn args '-Dvisibility=default', gyp info spawn args '-Dnode_root_dir=/usr/include/nodejs', gyp info spawn args '-Dnode_gyp_dir=/usr/share/nodejs/node-gyp', gyp info spawn args '-Dnode_lib_file=/usr/include/nodejs/<(target_arch)/node.lib', gyp info spawn args '-Dmodule_root_dir=/root/artnet-usbdmx-converter/node_modules/node-hid', gyp info spawn args '-Dnode_engine=v8', gyp info spawn args '--depth=.', gyp info spawn args '--no-parallel', gyp info spawn args '--generator-output', gyp info spawn args 'build', gyp info spawn args '-Goutput_dir=.' gyp info spawn args ] gyp info spawn make gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ] make: Entering directory '/root/artnet-usbdmx-converter/node_modules/node-hid/build' CC(target) Release/obj.target/hidapi/hidapi/libusb/hid.o AR(target) Release/obj.target/hidapi.a COPY Release/hidapi.a CXX(target) Release/obj.target/HID/src/HID.o SOLINK_MODULE(target) Release/obj.target/HID.node COPY Release/HID.node CC(target) Release/obj.target/hidapi-linux-hidraw/hidapi/linux/hid.o ../hidapi/linux/hid.c:44:10: fatal error: libudev.h: No such file or directory 44 | #include | ^~~ compilation terminated. make: *** [hidapi-linux-hidraw.target.mk:109: Release/obj.target/hidapi-linux-hidraw/hidapi/linux/hid.o] Error 1 make: Leaving directory '/root/artnet-usbdmx-converter/node_modules/node-hid/build' gyp ERR! build error gyp ERR! stack Error: make failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/share/nodejs/node-gyp/lib/build.js:203:23) gyp ERR! stack at ChildProcess.emit (node:events:517:28) gyp ERR! stack at ChildProcess._handle.onexit (node:internal/child_process:292:12) gyp ERR! System Linux 6.6.20+rpt-rpi-v6 gyp ERR! command "/usr/bin/node" "/usr/bin/node-gyp" "rebuild" gyp ERR! cwd /root/artnet-usbdmx-converter/node_modules/node-hid gyp ERR! node -v v18.19.0 gyp ERR! node-gyp -v v9.3.0 gyp ERR! not ok info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this

How should I install this?

Allcrafter1 commented 5 months ago

After running apt install libusb-1.0-0 libusb-1.0-0-dev libudev-dev

suggested by rainlorey

I get this Log while trying execute yarn make :

test/fixtures/wpt/encoding/legacy-mb-japanese/iso-2022-jp/iso2022jp-encode-form-errors-hangul.html test/fixtures/wpt/encoding/legacy-mb-japanese/iso-2022-jp/iso2022jp-decode-errors.html test/fixtures/wpt/encoding/legacy-mb-japanese/iso-2022-jp/iso2022jp-encode-href-errors-han.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/iso-2022-jp/iso2022jp-encode-href.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/iso-2022-jp/iso2022jp_chars.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/iso-2022-jp/iso2022jp-encode-href-errors-hangul.html test/fixtures/wpt/encoding/legacy-mb-japanese/iso-2022-jp/iso2022jp-decode.html test/fixtures/wpt/encoding/legacy-mb-japanese/iso-2022-jp/iso2022jp_errors.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/iso-2022-jp/iso2022jp-encode-form-csiso2022jp.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/iso-2022-jp/iso2022jp-encode-href-errors-hangul.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/iso-2022-jp/iso2022jp-encode-form.html test/fixtures/wpt/encoding/legacy-mb-japanese/iso-2022-jp/iso2022jp-encode-href.html test/fixtures/wpt/encoding/legacy-mb-japanese/iso-2022-jp/iso2022jp-encode-href-errors-misc.html test/fixtures/wpt/encoding/legacy-mb-japanese/iso-2022-jp/iso2022jp_errors.html test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/ test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-decode-shift-jis.html test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis_chars-ms932.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-encode-form-errors-han.html test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-encode-form-csshiftjis.html test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-decode-x-sjis.html test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis_chars-windows-31j.html test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-encode-href.html test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-encode-form-shift-jis.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-decode-sjis.html test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-encode-form-ms_kanji.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-encode-form.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis_chars-ms932.html test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-encode-form-csshiftjis.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-decode-csshiftjis.html test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-encode-form-ms_kanji.html test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-decode-ms_kanji.html test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-encode-form-x-sjis.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis_chars-shift-jis.html test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-encode-form-errors-misc.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-encoder.js test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis_chars-shift-jis.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-decode-ms932.html test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-decode.html test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis_chars-ms_kanji.html test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-encode-form-windows-31j.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-encode-form.html test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis_chars-sjis.html test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis_chars-x-sjis.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis_errors.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-encode-form-errors-han.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-encode-href.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/jis0208_index.js test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-encode-form-shift-jis.html test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-encode-form-errors-misc.html test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-decoder.js test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis_chars-windows-31j.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-encode-href-errors-hangul.html test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-encode-href-errors-misc.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis_chars.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis_chars-ms_kanji.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-encode-form-ms932.html test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis_chars-x-sjis.html test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-encode-form-errors-hangul.html test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis_chars-sjis.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-encode-href-errors-misc.html test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-encode-href-errors-han.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-encode-form-x-sjis.html test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-encode-form-errors-hangul.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-encode-form-sjis.html test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis_chars.html test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-encode-form-sjis.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis_chars-csshiftjis.html test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-encode-form-windows-31j.html test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-encode-href-errors-hangul.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-encode-href-errors-han.html test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-decode-errors.html test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-decode-windows-31j.html test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis-encode-form-ms932.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis_chars-csshiftjis.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/sjis_errors.html test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/ test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp-encode-href-errors-hangul.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp-encode-form-cseucpkdfmtjapanese.html test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp-encode-form-errors-hangul.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp-encode-form-errors-han.html test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp_errors.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp-encode-href-errors-misc.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp-encode-href-errors-han.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp-encode-form-errors-hangul.html test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp_chars-cseucpkdfmtjapanese.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp_chars-x-euc-jp.html test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp-encode-href-errors-misc.html test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp_chars-cseucpkdfmtjapanese.html test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp-decoder.js test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp-encode-form-cseucpkdfmtjapanese.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp-encode-href.html test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp-encode-form.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp-encode-href.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/jis0212_index.js test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp-encode-form.html test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp-encode-href-errors-hangul.html test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp-encode-form-x-euc-jp.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/jis0208_index.js test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp-decode-x-euc-jp.html test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp-encode-form-x-euc-jp.html test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp_chars.html test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp_chars.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp-encoder.js test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp-decode-cseucpkdfmtjapanese.html test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp-decode.html test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp_chars-x-euc-jp.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp-encode-form-errors-han.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp-encode-form-errors-misc.html test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp-decode-errors.html test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp-encode-form-errors-misc.html.headers test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp_errors.html test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/eucjp-encode-href-errors-han.html test/fixtures/wpt/encoding/bom-handling.html.headers test/fixtures/wpt/encoding/utf-32.html test/fixtures/wpt/encoding/eof-utf-8-two.html test/fixtures/wpt/encoding/eof-utf-8-one-ref.html test/fixtures/wpt/encoding/textdecoder-copy.any.js test/fixtures/wpt/encoding/api-basics.any.js test/fixtures/wpt/encoding/eof-utf-8-one.html test/fixtures/wpt/encoding/legacy-mb-tchinese/ test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/ test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-decode-big5-hkscs.html test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-encode-href-errors-hangul.html test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-enc-ascii.html.headers test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5_chars-big5-hkscs.html.headers test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-encode-href-errors-han.html test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-encode-form-big5-hkscs.html.headers test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-encode-form-errors-misc.html.headers test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-encode-form-errors-extBa.html test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-encode-form-errors-han.html.headers test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5_errors.html.headers test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-enc-ascii.html test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-encode-href-errors-misc.html.headers test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-encode-form-csbig5.html.headers test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-encode-form-x-x-big5.html.headers test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-encode-form.html test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-decode-csbig5.html test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-encode-form-errors-extBb.html.headers test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-decode-x-x-big5.html test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5_chars.html test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-decoder.js test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5_chars-cn-big5.html.headers test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-encode-href.html test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5_chars-csbig5.html.headers test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-encode-form-errors-hangul.html.headers test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-encode-form-errors-misc.html test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5_chars-big5-hkscs.html test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-encode-form-x-x-big5.html test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-encode-form-big5-hkscs.html test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5_chars_extra.html test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5_chars_extra.html.headers test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-encode-href.html.headers test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5_index.js test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-encode-form-errors-extBb.html test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-encode-href-errors-misc.html test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-encode-form-errors-han.html test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5_chars.html.headers test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-encode-form-cn-big5.html.headers test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5_chars-x-x-big5.html.headers test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-encode-form-cn-big5.html test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5_chars-x-x-big5.html test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-decode-errors.html test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-encode-href-errors-han.html.headers test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-encoder.js test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-encode-href-errors-hangul.html.headers test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5_chars-cn-big5.html test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-decode-extra.html test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-encode-form-errors-pua.html test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-encode-form-errors-hangul.html test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-encode-form-errors-extBa.html.headers test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-decode-cn-big5.html test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-encode-form-csbig5.html test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-decode.html test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5-encode-form.html.headers test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5_chars-csbig5.html test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/big5_errors.html test/fixtures/wpt/encoding/textdecoder-ignorebom.any.js test/fixtures/wpt/encoding/api-surrogates-utf8.any.js test/fixtures/wpt/encoding/eof-utf-8-three.html test/fixtures/wpt/encoding/eof-utf-8-three-ref.html test/fixtures/wpt/encoding/iso-2022-jp-encoder.html test/fixtures/wpt/encoding/single-byte-decoder.html test/fixtures/wpt/encoding/encodeInto.any.js test/fixtures/wpt/encoding/textdecoder-arguments.any.js test/fixtures/wpt/encoding/legacy-mb-korean/ test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/ test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-decode-korean.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-encode-form-errors-han.html.headers test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr_chars-ksc_5601.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-encode-form-ksc5601.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr_chars-iso-ir-149.html.headers test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-decode-ks_c_5601-1987.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-encode-form-ksc_5601.html.headers test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-encoder.js test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-encode-form-ks_c_5601-1987.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr_chars.html.headers test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-encode-form-ksc_5601.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr_chars-ksc5601.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr_chars-cseuckr.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-decode.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr_errors.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr_index.js test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-encode-href-errors-misc.html.headers test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-decode-windows-949.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-decode-cseuckr.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-encode-form.html.headers test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr_chars-windows-949.html.headers test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-encode-form-ks_c_5601-1989.html.headers test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr_chars-ks_c_5601-1989.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-encode-form-ks_c_5601-1989.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-encode-form-ksc5601.html.headers test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr_chars.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr_chars-ks_c_5601-1987.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-encode-form-errors-misc.html.headers test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-decode-iso-ir-149.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-encode-form-errors-han.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-encode-form-ks_c_5601-1987.html.headers test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-encode-form-iso-ir-149.html.headers test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr_chars-ksc5601.html.headers test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr_chars-csksc56011987.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-decode-csksc56011987.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-decode-ksc5601.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-encode-form-korean.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr_chars-ksc_5601.html.headers test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-encode-form-iso-ir-149.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-encode-href-errors-han.html.headers test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-encode-href-errors-misc.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-encode-form-cseuckr.html.headers test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-encode-href-errors-han.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr_chars-iso-ir-149.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-decode-ks_c_5601-1989.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-encode-form-csksc56011987.html.headers test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr_chars-ks_c_5601-1989.html.headers test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr_chars-windows-949.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-encode-form-errors-misc.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-encode-href.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-encode-form-cseuckr.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-encode-form.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr_chars-korean.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-decode-ksc_5601.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr_chars-ks_c_5601-1987.html.headers test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr_errors.html.headers test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-encode-form-windows-949.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-encode-form-csksc56011987.html test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr_chars-korean.html.headers test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-encode-form-windows-949.html.headers test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-decoder.js test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr_chars-csksc56011987.html.headers test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-encode-href.html.headers test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-encode-form-korean.html.headers test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr_chars-cseuckr.html.headers test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/euckr-decode-errors.html test/fixtures/wpt/encoding/remove-only-one-bom.html test/fixtures/wpt/encoding/eof-utf-8-two-ref.html test/fixtures/wpt/encoding/idlharness.any.js test/fixtures/wpt/encoding/textdecoder-byte-order-marks.any.js test/fixtures/wpt/encoding/unsupported-encodings.any.js test/fixtures/wpt/encoding/textdecoder-streaming.any.js test/fixtures/wpt/encoding/utf-32-from-win1252.html test/fixtures/wpt/encoding/gbk-encoder.html test/fixtures/wpt/encoding/textencoder-utf16-surrogates.any.js test/fixtures/wpt/encoding/gb18030-encoder.html test/fixtures/wpt/encoding/streams/ test/fixtures/wpt/encoding/streams/decode-incomplete-input.any.js test/fixtures/wpt/encoding/streams/encode-utf8.any.js test/fixtures/wpt/encoding/streams/decode-attributes.any.js test/fixtures/wpt/encoding/streams/decode-utf8.any.js test/fixtures/wpt/encoding/streams/decode-non-utf8.any.js test/fixtures/wpt/encoding/streams/resources/ test/fixtures/wpt/encoding/streams/resources/readable-stream-from-array.js test/fixtures/wpt/encoding/streams/resources/readable-stream-to-array.js test/fixtures/wpt/encoding/streams/readable-writable-properties.any.js test/fixtures/wpt/encoding/streams/decode-split-character.any.js test/fixtures/wpt/encoding/streams/decode-bad-chunks.any.js test/fixtures/wpt/encoding/streams/backpressure.any.js test/fixtures/wpt/encoding/streams/encode-bad-chunks.any.js test/fixtures/wpt/encoding/streams/realms.window.js test/fixtures/wpt/encoding/streams/decode-ignore-bom.any.js test/fixtures/wpt/encoding/textdecoder-fatal.any.js test/fixtures/wpt/encoding/bom-handling.html test/fixtures/wpt/WebCryptoAPI/ test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/ test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/aes_cbc_vectors.js test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/aes_ctr.https.any.js test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/aes.js test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/aes_gcm.https.any.js test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/aes_gcm_vectors.js test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/rsa.js test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/rsa_vectors.js test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/aes_ctr_vectors.js test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/aes_cbc.https.any.js test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/rsa_oaep.https.any.js test/fixtures/wpt/WebCryptoAPI/import_export/ test/fixtures/wpt/WebCryptoAPI/import_export/rsa_importKey.https.any.js test/fixtures/wpt/WebCryptoAPI/import_export/ec_importKey.https.any.js test/fixtures/wpt/WebCryptoAPI/import_export/symmetric_importKey.https.any.js test/fixtures/wpt/WebCryptoAPI/META.yml test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/ test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/hkdf_vectors.js test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/ecdh_bits.https.any.js test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/pbkdf2.js test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/hkdf.js test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/pbkdf2_vectors.js test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/hkdf.https.any.js test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/ecdh_keys.https.any.js test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/ecdh_keys.js test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/pbkdf2.https.any.js test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/ecdh_bits.js test/fixtures/wpt/WebCryptoAPI/digest/ test/fixtures/wpt/WebCryptoAPI/digest/digest.https.any.js test/fixtures/wpt/WebCryptoAPI/sign_verify/ test/fixtures/wpt/WebCryptoAPI/sign_verify/ecdsa_vectors.js test/fixtures/wpt/WebCryptoAPI/sign_verify/ecdsa.js test/fixtures/wpt/WebCryptoAPI/sign_verify/hmac.js test/fixtures/wpt/WebCryptoAPI/sign_verify/rsa_pss_vectors.js test/fixtures/wpt/WebCryptoAPI/sign_verify/rsa_pkcs_vectors.js test/fixtures/wpt/WebCryptoAPI/sign_verify/rsa_pss.https.any.js test/fixtures/wpt/WebCryptoAPI/sign_verify/hmac.https.any.js test/fixtures/wpt/WebCryptoAPI/sign_verify/rsa_pkcs.https.any.js test/fixtures/wpt/WebCryptoAPI/sign_verify/hmac_vectors.js test/fixtures/wpt/WebCryptoAPI/sign_verify/rsa.js test/fixtures/wpt/WebCryptoAPI/sign_verify/ecdsa.https.any.js test/fixtures/wpt/WebCryptoAPI/util/ test/fixtures/wpt/WebCryptoAPI/util/worker-report-crypto-subtle-presence.js test/fixtures/wpt/WebCryptoAPI/util/helpers.js test/fixtures/wpt/WebCryptoAPI/secure_context/ test/fixtures/wpt/WebCryptoAPI/secure_context/crypto-subtle-secure-context-available.https.sub.html test/fixtures/wpt/WebCryptoAPI/randomUUID.https.any.js test/fixtures/wpt/WebCryptoAPI/wrapKey_unwrapKey/ test/fixtures/wpt/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.https.any.js test/fixtures/wpt/WebCryptoAPI/getRandomValues.any.js test/fixtures/wpt/WebCryptoAPI/generateKey/ test/fixtures/wpt/WebCryptoAPI/generateKey/successes.js test/fixtures/wpt/WebCryptoAPI/generateKey/failures_AES-CBC.https.any.js test/fixtures/wpt/WebCryptoAPI/generateKey/successes_ECDH.https.any.js test/fixtures/wpt/WebCryptoAPI/generateKey/failures_AES-CTR.https.any.js test/fixtures/wpt/WebCryptoAPI/generateKey/successes_AES-KW.https.any.js test/fixtures/wpt/WebCryptoAPI/generateKey/failures_HMAC.https.any.js test/fixtures/wpt/WebCryptoAPI/generateKey/failures_ECDSA.https.any.js test/fixtures/wpt/WebCryptoAPI/generateKey/successes_RSA-OAEP.https.any.js test/fixtures/wpt/WebCryptoAPI/generateKey/failures.js test/fixtures/wpt/WebCryptoAPI/generateKey/failures_AES-KW.https.any.js test/fixtures/wpt/WebCryptoAPI/generateKey/failures_RSA-PSS.https.any.js test/fixtures/wpt/WebCryptoAPI/generateKey/successes_AES-GCM.https.any.js test/fixtures/wpt/WebCryptoAPI/generateKey/successes_AES-CBC.https.any.js test/fixtures/wpt/WebCryptoAPI/generateKey/failures_RSASSA-PKCS1-v1_5.https.any.js test/fixtures/wpt/WebCryptoAPI/generateKey/failures_ECDH.https.any.js test/fixtures/wpt/WebCryptoAPI/generateKey/successes_ECDSA.https.any.js test/fixtures/wpt/WebCryptoAPI/generateKey/successes_HMAC.https.any.js test/fixtures/wpt/WebCryptoAPI/generateKey/successes_RSA-PSS.https.any.js test/fixtures/wpt/WebCryptoAPI/generateKey/successes_RSASSA-PKCS1-v1_5.https.any.js test/fixtures/wpt/WebCryptoAPI/generateKey/successes_AES-CTR.https.any.js test/fixtures/wpt/WebCryptoAPI/generateKey/failures_AES-GCM.https.any.js test/fixtures/wpt/WebCryptoAPI/generateKey/failures_RSA-OAEP.https.any.js test/fixtures/wpt/WebCryptoAPI/historical.any.js test/fixtures/wpt/WebCryptoAPI/idlharness.https.any.js test/fixtures/wpt/WebCryptoAPI/README.md test/fixtures/wpt/interfaces/ test/fixtures/wpt/interfaces/url.idl test/fixtures/wpt/interfaces/console.idl test/fixtures/wpt/interfaces/html.idl test/fixtures/wpt/interfaces/WebCryptoAPI.idl test/fixtures/wpt/interfaces/performance-timeline.idl test/fixtures/wpt/interfaces/hr-time.idl test/fixtures/wpt/interfaces/user-timing.idl test/fixtures/wpt/interfaces/encoding.idl test/fixtures/wpt/interfaces/dom.idl test/fixtures/wpt/interfaces/streams.idl test/fixtures/wpt/interfaces/FileAPI.idl test/fixtures/wpt/resources/ test/fixtures/wpt/resources/LICENSE test/fixtures/wpt/resources/.htaccess test/fixtures/wpt/resources/META.yml test/fixtures/wpt/resources/test-only-api.js.headers test/fixtures/wpt/resources/idlharness.js test/fixtures/wpt/resources/testharness.js test/fixtures/wpt/resources/SVGAnimationTestCase-testharness.js test/fixtures/wpt/resources/testdriver-actions.js test/fixtures/wpt/resources/testdriver-vendor.js.headers test/fixtures/wpt/resources/readme.md test/fixtures/wpt/resources/.gitignore test/fixtures/wpt/resources/test-only-api.m.js test/fixtures/wpt/resources/testdriver.js test/fixtures/wpt/resources/sriharness.js test/fixtures/wpt/resources/testdriver-vendor.js test/fixtures/wpt/resources/test-only-api.js test/fixtures/wpt/resources/testharnessreport.js.headers test/fixtures/wpt/resources/testdriver.js.headers test/fixtures/wpt/resources/testharness.css.headers test/fixtures/wpt/resources/testharnessreport.js test/fixtures/wpt/resources/test-only-api.m.js.headers test/fixtures/wpt/resources/webidl2/ test/fixtures/wpt/resources/webidl2/LICENSE test/fixtures/wpt/resources/webidl2/.travis.yml test/fixtures/wpt/resources/webidl2/checker/ test/fixtures/wpt/resources/webidl2/checker/index.html test/fixtures/wpt/resources/webidl2/coverage.html test/fixtures/wpt/resources/webidl2/CHANGELOG.md test/fixtures/wpt/resources/webidl2/.gitignore test/fixtures/wpt/resources/webidl2/index.js test/fixtures/wpt/resources/webidl2/package-lock.json test/fixtures/wpt/resources/webidl2/package.json test/fixtures/wpt/resources/webidl2/lib/ test/fixtures/wpt/resources/webidl2/lib/webidl2.js.headers test/fixtures/wpt/resources/webidl2/lib/webidl2.js test/fixtures/wpt/resources/webidl2/lib/README.md test/fixtures/wpt/resources/webidl2/lib/writer.js test/fixtures/wpt/resources/webidl2/README.md test/fixtures/wpt/resources/idlharness.js.headers test/fixtures/wpt/resources/check-layout-th.js test/fixtures/wpt/resources/testharness.js.headers test/fixtures/wpt/wasm/ test/fixtures/wpt/wasm/jsapi/ test/fixtures/wpt/wasm/jsapi/global/ test/fixtures/wpt/wasm/jsapi/global/constructor.any.js test/fixtures/wpt/wasm/jsapi/global/toString.any.js test/fixtures/wpt/wasm/jsapi/global/valueOf.any.js test/fixtures/wpt/wasm/jsapi/global/value-get-set.any.js test/fixtures/wpt/wasm/jsapi/global/type.tentative.any.js test/fixtures/wpt/wasm/jsapi/META.yml test/fixtures/wpt/wasm/jsapi/exception/ test/fixtures/wpt/wasm/jsapi/exception/basic.tentative.any.js test/fixtures/wpt/wasm/jsapi/exception/constructor.tentative.any.js test/fixtures/wpt/wasm/jsapi/exception/is.tentative.any.js test/fixtures/wpt/wasm/jsapi/exception/toString.tentative.any.js test/fixtures/wpt/wasm/jsapi/exception/getArg.tentative.any.js test/fixtures/wpt/wasm/jsapi/memory/ test/fixtures/wpt/wasm/jsapi/memory/constructor-types.tentative.any.js test/fixtures/wpt/wasm/jsapi/memory/constructor.any.js test/fixtures/wpt/wasm/jsapi/memory/constructor-shared.tentative.any.js test/fixtures/wpt/wasm/jsapi/memory/buffer.any.js test/fixtures/wpt/wasm/jsapi/memory/toString.any.js test/fixtures/wpt/wasm/jsapi/memory/grow.any.js test/fixtures/wpt/wasm/jsapi/memory/assertions.js test/fixtures/wpt/wasm/jsapi/memory/type.tentative.any.js test/fixtures/wpt/wasm/jsapi/error-interfaces-no-symbol-tostringtag.js test/fixtures/wpt/wasm/jsapi/constructor/ test/fixtures/wpt/wasm/jsapi/constructor/instantiate.any.js test/fixtures/wpt/wasm/jsapi/constructor/multi-value.any.js test/fixtures/wpt/wasm/jsapi/constructor/validate.any.js test/fixtures/wpt/wasm/jsapi/constructor/compile.any.js test/fixtures/wpt/wasm/jsapi/constructor/instantiate-bad-imports.any.js test/fixtures/wpt/wasm/jsapi/constructor/toStringTag.any.js test/fixtures/wpt/wasm/jsapi/function/ test/fixtures/wpt/wasm/jsapi/function/table.tentative.any.js test/fixtures/wpt/wasm/jsapi/function/call.tentative.any.js test/fixtures/wpt/wasm/jsapi/function/constructor.tentative.any.js test/fixtures/wpt/wasm/jsapi/function/type.tentative.any.js test/fixtures/wpt/wasm/jsapi/interface.any.js test/fixtures/wpt/wasm/jsapi/tag/ test/fixtures/wpt/wasm/jsapi/tag/constructor.tentative.any.js test/fixtures/wpt/wasm/jsapi/tag/toString.tentative.any.js test/fixtures/wpt/wasm/jsapi/tag/type.tentative.any.js test/fixtures/wpt/wasm/jsapi/instanceTestFactory.js test/fixtures/wpt/wasm/jsapi/module/ test/fixtures/wpt/wasm/jsapi/module/imports.any.js test/fixtures/wpt/wasm/jsapi/module/constructor.any.js test/fixtures/wpt/wasm/jsapi/module/customSections.any.js test/fixtures/wpt/wasm/jsapi/module/toString.any.js test/fixtures/wpt/wasm/jsapi/module/exports.any.js test/fixtures/wpt/wasm/jsapi/instance/ test/fixtures/wpt/wasm/jsapi/instance/constructor-bad-imports.any.js test/fixtures/wpt/wasm/jsapi/instance/constructor.any.js test/fixtures/wpt/wasm/jsapi/instance/toString.any.js test/fixtures/wpt/wasm/jsapi/instance/constructor-caching.any.js test/fixtures/wpt/wasm/jsapi/instance/exports.any.js test/fixtures/wpt/wasm/jsapi/prototypes.any.js test/fixtures/wpt/wasm/jsapi/wasm-module-builder.js test/fixtures/wpt/wasm/jsapi/assertions.js test/fixtures/wpt/wasm/jsapi/table/ test/fixtures/wpt/wasm/jsapi/table/constructor-types.tentative.any.js test/fixtures/wpt/wasm/jsapi/table/constructor.any.js test/fixtures/wpt/wasm/jsapi/table/length.any.js test/fixtures/wpt/wasm/jsapi/table/toString.any.js test/fixtures/wpt/wasm/jsapi/table/grow.any.js test/fixtures/wpt/wasm/jsapi/table/assertions.js test/fixtures/wpt/wasm/jsapi/table/type.tentative.any.js test/fixtures/wpt/wasm/jsapi/table/get-set.any.js test/fixtures/wpt/wasm/jsapi/functions/ test/fixtures/wpt/wasm/jsapi/functions/incumbent.html test/fixtures/wpt/wasm/jsapi/functions/resources/ test/fixtures/wpt/wasm/jsapi/functions/resources/function/ test/fixtures/wpt/wasm/jsapi/functions/resources/function/resources/ test/fixtures/wpt/wasm/jsapi/functions/resources/function/resources/window-to-open.html test/fixtures/wpt/wasm/jsapi/functions/resources/function/function.html test/fixtures/wpt/wasm/jsapi/functions/resources/resources/ test/fixtures/wpt/wasm/jsapi/functions/resources/resources/window-to-open.html test/fixtures/wpt/wasm/jsapi/functions/resources/entry-incumbent.html test/fixtures/wpt/wasm/jsapi/functions/resources/relevant/ test/fixtures/wpt/wasm/jsapi/functions/resources/relevant/relevant.html test/fixtures/wpt/wasm/jsapi/functions/resources/relevant/resources/ test/fixtures/wpt/wasm/jsapi/functions/resources/relevant/resources/window-to-open.html test/fixtures/wpt/wasm/jsapi/functions/resources/window-to-open.html test/fixtures/wpt/wasm/jsapi/functions/resources/incumbent-incumbent.html test/fixtures/wpt/wasm/jsapi/functions/resources/current/ test/fixtures/wpt/wasm/jsapi/functions/resources/current/resources/ test/fixtures/wpt/wasm/jsapi/functions/resources/current/resources/window-to-open.html test/fixtures/wpt/wasm/jsapi/functions/resources/current/current.html test/fixtures/wpt/wasm/jsapi/functions/resources/README.md test/fixtures/wpt/wasm/jsapi/functions/entry-different-function-realm.html test/fixtures/wpt/wasm/jsapi/functions/helper.js test/fixtures/wpt/wasm/jsapi/functions/entry.html test/fixtures/wpt/wasm/jsapi/idlharness.any.js test/fixtures/wpt/wasm/jsapi/proto-from-ctor-realm.html test/fixtures/wpt/wasm/jsapi/bad-imports.js test/fixtures/wpt/wasm/webapi/ test/fixtures/wpt/wasm/webapi/origin.sub.any.js test/fixtures/wpt/wasm/webapi/wasm_stream_compile_test.html test/fixtures/wpt/wasm/webapi/rejected-arg.any.js test/fixtures/wpt/wasm/webapi/META.yml test/fixtures/wpt/wasm/webapi/invalid-args.any.js test/fixtures/wpt/wasm/webapi/esm-integration/ test/fixtures/wpt/wasm/webapi/esm-integration/resolve-export.js test/fixtures/wpt/wasm/webapi/esm-integration/wasm-js-cycle.tentative.html test/fixtures/wpt/wasm/webapi/esm-integration/js-wasm-cycle-errors.tentative.html test/fixtures/wpt/wasm/webapi/esm-integration/module-parse-error.tentative.html test/fixtures/wpt/wasm/webapi/esm-integration/resources/ test/fixtures/wpt/wasm/webapi/esm-integration/resources/wasm-import-table.wasm test/fixtures/wpt/wasm/webapi/esm-integration/resources/js-wasm-cycle-function-error.js test/fixtures/wpt/wasm/webapi/esm-integration/resources/invalid-bytecode.wasm test/fixtures/wpt/wasm/webapi/esm-integration/resources/js-wasm-cycle-function-error.wasm test/fixtures/wpt/wasm/webapi/esm-integration/resources/wasm-import-table.js test/fixtures/wpt/wasm/webapi/esm-integration/resources/worker-helper.js test/fixtures/wpt/wasm/webapi/esm-integration/resources/log.js test/fixtures/wpt/wasm/webapi/esm-integration/resources/js-wasm-cycle.wasm test/fixtures/wpt/wasm/webapi/esm-integration/resources/worker.wasm test/fixtures/wpt/wasm/webapi/esm-integration/resources/wasm-import-from-wasm.wasm test/fixtures/wpt/wasm/webapi/esm-integration/resources/resolve-export.wasm test/fixtures/wpt/wasm/webapi/esm-integration/resources/js-wasm-cycle-value.js test/fixtures/wpt/wasm/webapi/esm-integration/resources/execute-start.wasm test/fixtures/wpt/wasm/webapi/esm-integration/resources/js-wasm-cycle-value.wasm test/fixtures/wpt/wasm/webapi/esm-integration/resources/wasm-import-memory.wasm test/fixtures/wpt/wasm/webapi/esm-integration/resources/wasm-export-i64-global.wasm test/fixtures/wpt/wasm/webapi/esm-integration/resources/invalid-module.wasm test/fixtures/wpt/wasm/webapi/esm-integration/resources/wasm-import-error-from-wasm.wasm test/fixtures/wpt/wasm/webapi/esm-integration/resources/js-wasm-cycle.js test/fixtures/wpt/wasm/webapi/esm-integration/resources/wasm-import-global.js test/fixtures/wpt/wasm/webapi/esm-integration/resources/js-wasm-cycle-memory.wasm test/fixtures/wpt/wasm/webapi/esm-integration/resources/js-wasm-cycle-global.js test/fixtures/wpt/wasm/webapi/esm-integration/resources/wasm-js-cycle.wasm test/fixtures/wpt/wasm/webapi/esm-integration/resources/wasm-import-global.wasm test/fixtures/wpt/wasm/webapi/esm-integration/resources/js-wasm-cycle-table.wasm test/fixtures/wpt/wasm/webapi/esm-integration/resources/wasm-import-func.js test/fixtures/wpt/wasm/webapi/esm-integration/resources/js-wasm-cycle-global.wasm test/fixtures/wpt/wasm/webapi/esm-integration/resources/exported-names.wasm test/fixtures/wpt/wasm/webapi/esm-integration/resources/worker.js test/fixtures/wpt/wasm/webapi/esm-integration/resources/js-wasm-cycle-memory.js test/fixtures/wpt/wasm/webapi/esm-integration/resources/wasm-js-cycle.js test/fixtures/wpt/wasm/webapi/esm-integration/resources/wasm-export-to-wasm.wasm test/fixtures/wpt/wasm/webapi/esm-integration/resources/wasm-import-func.wasm test/fixtures/wpt/wasm/webapi/esm-integration/resources/wasm-import-memory.js test/fixtures/wpt/wasm/webapi/esm-integration/resources/js-wasm-cycle-table.js test/fixtures/wpt/wasm/webapi/esm-integration/exported-names.tentative.html test/fixtures/wpt/wasm/webapi/esm-integration/worker.tentative.html test/fixtures/wpt/wasm/webapi/esm-integration/worker-import.tentative.html test/fixtures/wpt/wasm/webapi/esm-integration/js-wasm-cycle.tentative.html test/fixtures/wpt/wasm/webapi/esm-integration/wasm-import-wasm-export.tentative.html test/fixtures/wpt/wasm/webapi/esm-integration/wasm-to-wasm-link-error.tentative.html test/fixtures/wpt/wasm/webapi/esm-integration/invalid-bytecode.tentative.html test/fixtures/wpt/wasm/webapi/esm-integration/execute-start.tentative.html test/fixtures/wpt/wasm/webapi/esm-integration/wasm-import.tentative.html test/fixtures/wpt/wasm/webapi/esm-integration/resolve-export.tentative.html test/fixtures/wpt/wasm/webapi/status.any.js test/fixtures/wpt/wasm/webapi/invalid-code.any.js test/fixtures/wpt/wasm/webapi/resources/ test/fixtures/wpt/wasm/webapi/resources/incrementer.wasm.headers test/fixtures/wpt/wasm/webapi/resources/incrementer.no_mime_type.wasm test/fixtures/wpt/wasm/webapi/resources/incrementer.wasm test/fixtures/wpt/wasm/webapi/resources/incrementer.wrong_mime_type.wasm test/fixtures/wpt/wasm/webapi/resources/incrementer.wrong_mime_type.wasm.headers test/fixtures/wpt/wasm/webapi/modified-contenttype.any.js test/fixtures/wpt/wasm/webapi/contenttype.any.js test/fixtures/wpt/wasm/webapi/instantiateStreaming-bad-imports.any.js test/fixtures/wpt/wasm/webapi/wasm_stream_instantiate_test.html test/fixtures/wpt/wasm/webapi/idlharness.any.js test/fixtures/wpt/wasm/webapi/body.any.js test/fixtures/wpt/wasm/webapi/abort.any.js test/fixtures/wpt/wasm/webapi/empty-body.any.js test/fixtures/wpt/wasm/webapi/historical.any.js test/fixtures/wpt/wasm/webapi/instantiateStreaming.any.js test/fixtures/wpt/webidl/ test/fixtures/wpt/webidl/ecmascript-binding/ test/fixtures/wpt/webidl/ecmascript-binding/es-exceptions/ test/fixtures/wpt/webidl/ecmascript-binding/es-exceptions/DOMException-custom-bindings.any.js test/fixtures/wpt/webidl/ecmascript-binding/es-exceptions/DOMException-constructor-behavior.any.js test/fixtures/wpt/webidl/ecmascript-binding/es-exceptions/DOMException-constructor-and-prototype.any.js test/fixtures/wpt/webidl/ecmascript-binding/es-exceptions/DOMException-constants.any.js test/fixtures/wpt/webidl/ecmascript-binding/es-exceptions/exceptions.html test/fixtures/wpt/user-timing/ test/fixtures/wpt/user-timing/clear_all_marks.any.js test/fixtures/wpt/user-timing/clear_non_existent_mark.any.js test/fixtures/wpt/user-timing/user-timing-tojson.html test/fixtures/wpt/user-timing/clear_one_measure.any.js test/fixtures/wpt/user-timing/mark_exceptions.html test/fixtures/wpt/user-timing/buffered-flag.any.js test/fixtures/wpt/user-timing/user_timing_exists.any.js test/fixtures/wpt/user-timing/META.yml test/fixtures/wpt/user-timing/clearMeasures.html test/fixtures/wpt/user-timing/supported-usertiming-types.any.js test/fixtures/wpt/user-timing/invoke_with_timing_attributes.worker.js test/fixtures/wpt/user-timing/clear_non_existent_measure.any.js test/fixtures/wpt/user-timing/invoke_without_parameter.html test/fixtures/wpt/user-timing/measure_exceptions_navigation_timing.html test/fixtures/wpt/user-timing/case-sensitivity.any.js test/fixtures/wpt/user-timing/resources/ test/fixtures/wpt/user-timing/resources/webperftestharness.js test/fixtures/wpt/user-timing/resources/user-timing-helper.js test/fixtures/wpt/user-timing/resources/webperftestharnessextension.js test/fixtures/wpt/user-timing/mark.any.js test/fixtures/wpt/user-timing/entry_type.any.js test/fixtures/wpt/user-timing/measure_associated_with_navigation_timing.html test/fixtures/wpt/user-timing/invoke_with_timing_attributes.html test/fixtures/wpt/user-timing/mark-measure-feature-detection.html test/fixtures/wpt/user-timing/performance-measure-invalid.worker.js test/fixtures/wpt/user-timing/measure_syntax_err.any.js test/fixtures/wpt/user-timing/mark.html test/fixtures/wpt/user-timing/measure.html test/fixtures/wpt/user-timing/mark-errors.any.js test/fixtures/wpt/user-timing/clearMarks.html test/fixtures/wpt/user-timing/mark-measure-return-objects.any.js test/fixtures/wpt/user-timing/measure_navigation_timing.html test/fixtures/wpt/user-timing/measure-with-dict.any.js test/fixtures/wpt/user-timing/mark-entry-constructor.any.js test/fixtures/wpt/user-timing/clear_one_mark.any.js test/fixtures/wpt/user-timing/idlharness.any.js test/fixtures/wpt/user-timing/mark-l3.any.js test/fixtures/wpt/user-timing/clear_all_measures.any.js test/fixtures/wpt/user-timing/structured-serialize-detail.any.js test/fixtures/wpt/user-timing/measure-l3.any.js test/fixtures/wpt/user-timing/measure_exception.html test/fixtures/wpt/user-timing/measures.html test/fixtures/wpt/user-timing/measure-exceptions.html test/fixtures/wpt/webmessaging/ test/fixtures/wpt/webmessaging/broadcastchannel/ test/fixtures/wpt/webmessaging/broadcastchannel/basics.any.js test/fixtures/wpt/webmessaging/broadcastchannel/cross-partition.https.tentative.html test/fixtures/wpt/webmessaging/broadcastchannel/opaque-origin.html test/fixtures/wpt/webmessaging/broadcastchannel/ordering.html test/fixtures/wpt/webmessaging/broadcastchannel/service-worker.https.html test/fixtures/wpt/webmessaging/broadcastchannel/resources/ test/fixtures/wpt/webmessaging/broadcastchannel/resources/ordering.html test/fixtures/wpt/webmessaging/broadcastchannel/resources/cross-origin.html test/fixtures/wpt/webmessaging/broadcastchannel/resources/origin.html test/fixtures/wpt/webmessaging/broadcastchannel/resources/sandboxed.html test/fixtures/wpt/webmessaging/broadcastchannel/resources/worker.js test/fixtures/wpt/webmessaging/broadcastchannel/resources/service-worker.js test/fixtures/wpt/webmessaging/broadcastchannel/interface.any.js test/fixtures/wpt/webmessaging/broadcastchannel/workers.html test/fixtures/wpt/webmessaging/broadcastchannel/detached-iframe.html test/fixtures/wpt/webmessaging/broadcastchannel/blobs.html test/fixtures/wpt/webmessaging/broadcastchannel/cross-origin.html test/fixtures/wpt/webmessaging/broadcastchannel/origin.window.js test/fixtures/wpt/webmessaging/broadcastchannel/sandbox.html test/fixtures/wpt/dom/ test/fixtures/wpt/dom/abort/ test/fixtures/wpt/dom/abort/event.any.js test/fixtures/wpt/dom/abort/AbortSignal.any.js test/fixtures/wpt/url/ test/fixtures/wpt/url/urlsearchparams-get.any.js test/fixtures/wpt/url/urlencoded-parser.any.js test/fixtures/wpt/url/urlsearchparams-sort.any.js test/fixtures/wpt/url/url-tojson.any.js test/fixtures/wpt/url/url-setters-stripping.any.js test/fixtures/wpt/url/META.yml test/fixtures/wpt/url/failure.html test/fixtures/wpt/url/urlsearchparams-getall.any.js test/fixtures/wpt/url/urlsearchparams-stringifier.any.js test/fixtures/wpt/url/urlsearchparams-set.any.js test/fixtures/wpt/url/url-constructor.any.js test/fixtures/wpt/url/resources/ test/fixtures/wpt/url/resources/a-element-origin.js test/fixtures/wpt/url/resources/toascii.json test/fixtures/wpt/url/resources/percent-encoding.json test/fixtures/wpt/url/resources/setters_tests.json test/fixtures/wpt/url/resources/urltestdata.json test/fixtures/wpt/url/resources/a-element.js test/fixtures/wpt/url/urlsearchparams-append.any.js test/fixtures/wpt/url/percent-encoding.window.js test/fixtures/wpt/url/toascii.window.js test/fixtures/wpt/url/urlsearchparams-has.any.js test/fixtures/wpt/url/a-element.html test/fixtures/wpt/url/a-element-xhtml.xhtml test/fixtures/wpt/url/urlsearchparams-delete.any.js test/fixtures/wpt/url/url-origin.html test/fixtures/wpt/url/url-constructor.html test/fixtures/wpt/url/url-setters-a-area.window.js test/fixtures/wpt/url/data-uri-fragment.html test/fixtures/wpt/url/a-element-origin.html test/fixtures/wpt/url/idlharness.any.js test/fixtures/wpt/url/a-element-origin-xhtml.xhtml test/fixtures/wpt/url/url-setters.any.js test/fixtures/wpt/url/historical.any.js test/fixtures/wpt/url/url-searchparams.any.js test/fixtures/wpt/url/url-origin.any.js test/fixtures/wpt/url/urlsearchparams-constructor.any.js test/fixtures/wpt/url/README.md test/fixtures/wpt/url/urlsearchparams-foreach.any.js test/fixtures/wpt/.gitignore test/fixtures/wpt/hr-time/ test/fixtures/wpt/hr-time/unload-manual.html test/fixtures/wpt/hr-time/basic.any.js test/fixtures/wpt/hr-time/META.yml test/fixtures/wpt/hr-time/window-worker-timeOrigin.window.js test/fixtures/wpt/hr-time/resources/ test/fixtures/wpt/hr-time/resources/unload-a.html test/fixtures/wpt/hr-time/resources/unload-c.html test/fixtures/wpt/hr-time/resources/now_frame.html test/fixtures/wpt/hr-time/resources/unload.js test/fixtures/wpt/hr-time/resources/unload-b.html test/fixtures/wpt/hr-time/timeOrigin.html test/fixtures/wpt/hr-time/monotonic-clock.any.js test/fixtures/wpt/hr-time/timing-attack.html test/fixtures/wpt/hr-time/idlharness.any.js test/fixtures/wpt/hr-time/test_cross_frame_start.html test/fixtures/wpt/hr-time/performance-tojson.html test/fixtures/wpt/LICENSE.md test/fixtures/wpt/FileAPI/ test/fixtures/wpt/FileAPI/FileReaderSync.worker.js test/fixtures/wpt/FileAPI/unicode.html test/fixtures/wpt/FileAPI/blob/ test/fixtures/wpt/FileAPI/blob/Blob-constructor-endings.html test/fixtures/wpt/FileAPI/blob/Blob-constructor.any.js test/fixtures/wpt/FileAPI/blob/Blob-slice.any.js test/fixtures/wpt/FileAPI/blob/Blob-slice-overflow.any.js test/fixtures/wpt/FileAPI/blob/Blob-text.any.js test/fixtures/wpt/FileAPI/blob/Blob-constructor-dom.window.js test/fixtures/wpt/FileAPI/blob/Blob-constructor.html test/fixtures/wpt/FileAPI/blob/Blob-array-buffer.any.js test/fixtures/wpt/FileAPI/blob/Blob-stream.any.js test/fixtures/wpt/FileAPI/blob/Blob-slice-overflow.html test/fixtures/wpt/FileAPI/blob/Blob-slice.html test/fixtures/wpt/FileAPI/blob/Blob-in-worker.worker.js test/fixtures/wpt/FileAPI/file/ test/fixtures/wpt/FileAPI/file/send-file-formdata-utf-8.html test/fixtures/wpt/FileAPI/file/send-file-formdata.html test/fixtures/wpt/FileAPI/file/send-file-formdata-controls.tentative.html test/fixtures/wpt/FileAPI/file/send-file-form-iso-2022-jp.tentative.html test/fixtures/wpt/FileAPI/file/send-file-formdata-punctuation.tentative.html test/fixtures/wpt/FileAPI/file/send-file-form-punctuation.tentative.html test/fixtures/wpt/FileAPI/file/Worker-read-file-constructor.worker.js test/fixtures/wpt/FileAPI/file/send-file-form-windows-1252.html test/fixtures/wpt/FileAPI/file/send-file-form-x-user-defined.html test/fixtures/wpt/FileAPI/file/send-file-form-controls.html test/fixtures/wpt/FileAPI/file/send-file-form-iso-2022-jp.html test/fixtures/wpt/FileAPI/file/send-file-form-windows-1252.tentative.html test/fixtures/wpt/FileAPI/file/send-file-form-controls.tentative.html test/fixtures/wpt/FileAPI/file/send-file-form-x-user-defined.tentative.html test/fixtures/wpt/FileAPI/file/send-file-form-utf-8.html test/fixtures/wpt/FileAPI/file/send-file-form.html test/fixtures/wpt/FileAPI/file/File-constructor-endings.html test/fixtures/wpt/FileAPI/file/File-constructor.html test/fixtures/wpt/FileAPI/file/send-file-form-punctuation.html test/fixtures/wpt/FileAPI/META.yml test/fixtures/wpt/FileAPI/BlobURL/ test/fixtures/wpt/FileAPI/BlobURL/test2-manual.html test/fixtures/wpt/FileAPI/BlobURL/support/ test/fixtures/wpt/FileAPI/BlobURL/support/file_test2.txt test/fixtures/wpt/FileAPI/idlharness.html test/fixtures/wpt/FileAPI/historical.https.html test/fixtures/wpt/FileAPI/fileReader.html test/fixtures/wpt/FileAPI/progress-manual.html test/fixtures/wpt/FileAPI/url/ test/fixtures/wpt/FileAPI/url/url-lifetime.html test/fixtures/wpt/FileAPI/url/url-format.any.js test/fixtures/wpt/FileAPI/url/sandboxed-iframe.html test/fixtures/wpt/FileAPI/url/multi-global-origin-serialization.sub.html test/fixtures/wpt/FileAPI/url/url-in-tags-revoke.window.js test/fixtures/wpt/FileAPI/url/resources/ test/fixtures/wpt/FileAPI/url/resources/create-helper.html test/fixtures/wpt/FileAPI/url/resources/create-helper.js test/fixtures/wpt/FileAPI/url/resources/revoke-helper.js test/fixtures/wpt/FileAPI/url/resources/revoke-helper.html test/fixtures/wpt/FileAPI/url/resources/fetch-tests.js test/fixtures/wpt/FileAPI/url/url-charset.window.js test/fixtures/wpt/FileAPI/url/url-reload.window.js test/fixtures/wpt/FileAPI/url/url_xmlhttprequest_img.html test/fixtures/wpt/FileAPI/url/url_createobjecturl_file_img-manual.html test/fixtures/wpt/FileAPI/url/cross-global-revoke.sub.html test/fixtures/wpt/FileAPI/url/url-with-fetch.any.js test/fixtures/wpt/FileAPI/url/unicode-origin.sub.html test/fixtures/wpt/FileAPI/url/url-in-tags.window.js test/fixtures/wpt/FileAPI/url/url_createobjecturl_file-manual.html test/fixtures/wpt/FileAPI/url/url_xmlhttprequest_img-ref.html test/fixtures/wpt/FileAPI/url/url-with-xhr.any.js test/fixtures/wpt/FileAPI/idlharness-manual.html test/fixtures/wpt/FileAPI/idlharness.worker.js test/fixtures/wpt/FileAPI/FileReader/ test/fixtures/wpt/FileAPI/FileReader/progress_event_bubbles_cancelable.html test/fixtures/wpt/FileAPI/FileReader/test_securityerrors-manual.html test/fixtures/wpt/FileAPI/FileReader/test_notreadableerrors-manual.html test/fixtures/wpt/FileAPI/FileReader/workers.html test/fixtures/wpt/FileAPI/FileReader/test_errors-manual.html test/fixtures/wpt/FileAPI/FileReader/support/ test/fixtures/wpt/FileAPI/FileReader/support/file_test1.txt test/fixtures/wpt/FileAPI/filelist-section/ test/fixtures/wpt/FileAPI/filelist-section/filelist_selected_file-manual.html test/fixtures/wpt/FileAPI/filelist-section/filelist_multiple_selected_files-manual.html test/fixtures/wpt/FileAPI/filelist-section/filelist.html test/fixtures/wpt/FileAPI/filelist-section/support/ test/fixtures/wpt/FileAPI/filelist-section/support/upload.zip test/fixtures/wpt/FileAPI/filelist-section/support/upload.txt test/fixtures/wpt/FileAPI/reading-data-section/ test/fixtures/wpt/FileAPI/reading-data-section/filereader_error.html test/fixtures/wpt/FileAPI/reading-data-section/filereader_readAsDataURL.html test/fixtures/wpt/FileAPI/reading-data-section/filereader_file-manual.html test/fixtures/wpt/FileAPI/reading-data-section/filereader_readAsArrayBuffer.html test/fixtures/wpt/FileAPI/reading-data-section/filereader_readAsBinaryString.html test/fixtures/wpt/FileAPI/reading-data-section/filereader_readystate.html test/fixtures/wpt/FileAPI/reading-data-section/Determining-Encoding.html test/fixtures/wpt/FileAPI/reading-data-section/filereader_file_img-manual.html test/fixtures/wpt/FileAPI/reading-data-section/FileReader-event-handler-attributes.html test/fixtures/wpt/FileAPI/reading-data-section/filereader_events.any.js test/fixtures/wpt/FileAPI/reading-data-section/FileReader-multiple-reads.html test/fixtures/wpt/FileAPI/reading-data-section/filereader_readAsText.html test/fixtures/wpt/FileAPI/reading-data-section/filereader_abort.html test/fixtures/wpt/FileAPI/reading-data-section/filereader_result.html test/fixtures/wpt/FileAPI/reading-data-section/support/ test/fixtures/wpt/FileAPI/reading-data-section/support/blue-100x100.png test/fixtures/wpt/FileAPI/support/ test/fixtures/wpt/FileAPI/support/historical-serviceworker.js test/fixtures/wpt/FileAPI/support/Blob.js test/fixtures/wpt/FileAPI/support/document-domain-setter.sub.html test/fixtures/wpt/FileAPI/support/url-origin.html test/fixtures/wpt/FileAPI/support/send-file-form-helper.js test/fixtures/wpt/FileAPI/support/upload.txt test/fixtures/wpt/FileAPI/support/send-file-formdata-helper.js test/fixtures/wpt/FileAPI/support/incumbent.sub.html test/fixtures/wpt/common/ test/fixtures/wpt/common/rendering-utils.js test/fixtures/wpt/common/security-features/ test/fixtures/wpt/common/security-features/resources/ test/fixtures/wpt/common/security-features/resources/common.sub.js test/fixtures/wpt/common/security-features/resources/common.sub.js.headers test/fixtures/wpt/common/security-features/types.md test/fixtures/wpt/common/security-features/subresource/ test/fixtures/wpt/common/security-features/subresource/template/ test/fixtures/wpt/common/security-features/subresource/template/worker.js.template test/fixtures/wpt/common/security-features/subresource/template/document.html.template test/fixtures/wpt/common/security-features/subresource/template/shared-worker.js.template test/fixtures/wpt/common/security-features/subresource/template/image.css.template test/fixtures/wpt/common/security-features/subresource/template/script.js.template test/fixtures/wpt/common/security-features/subresource/template/svg.css.template test/fixtures/wpt/common/security-features/subresource/template/font.css.template test/fixtures/wpt/common/security-features/subresource/template/svg.embedded.template test/fixtures/wpt/common/security-features/subresource/template/static-import.js.template test/fixtures/wpt/common/security-features/scope/ test/fixtures/wpt/common/security-features/scope/template/ test/fixtures/wpt/common/security-features/scope/template/worker.js.template test/fixtures/wpt/common/security-features/scope/template/document.html.template test/fixtures/wpt/common/security-features/tools/ test/fixtures/wpt/common/security-features/tools/spec.src.json test/fixtures/wpt/common/security-features/tools/template/ test/fixtures/wpt/common/security-features/tools/template/spec_json.js.template test/fixtures/wpt/common/security-features/tools/template/disclaimer.template test/fixtures/wpt/common/security-features/tools/template/test.debug.html.template test/fixtures/wpt/common/security-features/tools/template/test.release.html.template test/fixtures/wpt/common/security-features/README.md test/fixtures/wpt/common/PrefixedLocalStorage.js test/fixtures/wpt/common/META.yml test/fixtures/wpt/common/blank-with-cors.html test/fixtures/wpt/common/text-plain.txt test/fixtures/wpt/common/utils.js.headers test/fixtures/wpt/common/reftest-wait.js test/fixtures/wpt/common/dummy.xml test/fixtures/wpt/common/third_party/ test/fixtures/wpt/common/third_party/reftest-analyzer.xhtml test/fixtures/wpt/common/get-host-info.sub.js.headers test/fixtures/wpt/common/test-setting-immutable-prototype.js test/fixtures/wpt/common/performance-timeline-utils.js test/fixtures/wpt/common/sab.js test/fixtures/wpt/common/domain-setter.sub.html test/fixtures/wpt/common/get-host-info.sub.js test/fixtures/wpt/common/PrefixedLocalStorage.js.headers test/fixtures/wpt/common/stringifiers.js.headers test/fixtures/wpt/common/window-name-setter.html test/fixtures/wpt/common/worklet-reftest.js.headers test/fixtures/wpt/common/utils.js test/fixtures/wpt/common/test-setting-immutable-prototype.js.headers test/fixtures/wpt/common/media.js.headers test/fixtures/wpt/common/stringifiers.js test/fixtures/wpt/common/square.png test/fixtures/wpt/common/dummy.xhtml test/fixtures/wpt/common/PrefixedPostMessage.js test/fixtures/wpt/common/worklet-reftest.js test/fixtures/wpt/common/object-association.js.headers test/fixtures/wpt/common/blank.html test/fixtures/wpt/common/subset-tests-by-key.js test/fixtures/wpt/common/object-association.js test/fixtures/wpt/common/subset-tests.js test/fixtures/wpt/common/performance-timeline-utils.js.headers test/fixtures/wpt/common/blank-with-cors.html.headers test/fixtures/wpt/common/README.md test/fixtures/wpt/common/media.js test/fixtures/wpt/common/arrays.js test/fixtures/wpt/common/PrefixedPostMessage.js.headers test/fixtures/wpt/common/reftest-wait.js.headers test/fixtures/wpt/performance-timeline/ test/fixtures/wpt/performance-timeline/performanceobservers.js test/fixtures/wpt/performance-timeline/META.yml test/fixtures/wpt/performance-timeline/webtiming-resolution.any.js test/fixtures/wpt/performance-timeline/po-mark-measure.any.js test/fixtures/wpt/performance-timeline/buffered-flag-observer.any.js test/fixtures/wpt/performance-timeline/po-disconnect-removes-observed-types.any.js test/fixtures/wpt/performance-timeline/worker-with-performance-observer.html test/fixtures/wpt/performance-timeline/case-sensitivity.any.js test/fixtures/wpt/performance-timeline/po-callback-mutate.any.js test/fixtures/wpt/performance-timeline/resources/ test/fixtures/wpt/performance-timeline/resources/worker-with-performance-observer.js test/fixtures/wpt/performance-timeline/resources/worker-invalid-entries.js test/fixtures/wpt/performance-timeline/resources/square.png test/fixtures/wpt/performance-timeline/resources/postmessage-entry.html test/fixtures/wpt/performance-timeline/multiple-buffered-flag-observers.any.js test/fixtures/wpt/performance-timeline/po-entries-sort.any.js test/fixtures/wpt/performance-timeline/po-disconnect.any.js test/fixtures/wpt/performance-timeline/performanceentry-tojson.any.js test/fixtures/wpt/performance-timeline/po-observe.html test/fixtures/wpt/performance-timeline/not-clonable.html test/fixtures/wpt/performance-timeline/po-getentries.any.js test/fixtures/wpt/performance-timeline/po-observe-repeated-type.any.js test/fixtures/wpt/performance-timeline/idlharness.any.js test/fixtures/wpt/performance-timeline/po-takeRecords.any.js test/fixtures/wpt/performance-timeline/supportedEntryTypes.any.js test/fixtures/wpt/performance-timeline/get-invalid-entries.html test/fixtures/wpt/performance-timeline/buffered-flag-after-timeout.any.js test/fixtures/wpt/performance-timeline/observer-buffered-false.any.js test/fixtures/wpt/performance-timeline/po-resource.html test/fixtures/wpt/performance-timeline/po-observe.any.js test/fixtures/wpt/performance-timeline/po-observe-type.any.js test/fixtures/wpt/html/ test/fixtures/wpt/html/webappapis/ test/fixtures/wpt/html/webappapis/timers/ test/fixtures/wpt/html/webappapis/timers/type-long-settimeout.html test/fixtures/wpt/html/webappapis/timers/type-long-setinterval.html test/fixtures/wpt/html/webappapis/timers/negative-setinterval.html test/fixtures/wpt/html/webappapis/timers/negative-settimeout.html test/fixtures/wpt/html/webappapis/timers/missing-timeout-setinterval.any.js test/fixtures/wpt/html/webappapis/timers/cleartimeout-clearinterval.any.js test/fixtures/wpt/html/webappapis/timers/negative-setinterval.any.js test/fixtures/wpt/html/webappapis/timers/type-long-settimeout.any.js test/fixtures/wpt/html/webappapis/timers/type-long-setinterval.any.js test/fixtures/wpt/html/webappapis/timers/negative-settimeout.any.js test/fixtures/wpt/html/webappapis/timers/evil-spec-example.html test/fixtures/wpt/html/webappapis/atob/ test/fixtures/wpt/html/webappapis/atob/base64.any.js test/fixtures/wpt/html/webappapis/microtask-queuing/ test/fixtures/wpt/html/webappapis/microtask-queuing/queue-microtask-exceptions.any.js test/fixtures/wpt/html/webappapis/microtask-queuing/queue-microtask.any.js test/fixtures/wpt/html/webappapis/microtask-queuing/queue-microtask.window.js test/fixtures/wpt/html/webappapis/structured-clone/ test/fixtures/wpt/html/webappapis/structured-clone/structured-clone.any.js test/fixtures/wpt/html/webappapis/structured-clone/structured-clone-battery-of-tests.js test/fixtures/wpt/html/webappapis/structured-clone/structured-clone-battery-of-tests-harness.js test/fixtures/wpt/html/webappapis/structured-clone/structured-clone-battery-of-tests-with-transferables.js test/fixtures/wpt/versions.json test/fixtures/wpt/streams/ test/fixtures/wpt/streams/readable-streams/ test/fixtures/wpt/streams/readable-streams/floating-point-total-queue-size.any.js test/fixtures/wpt/streams/readable-streams/default-reader.any.js test/fixtures/wpt/streams/readable-streams/patched-global.any.js test/fixtures/wpt/streams/readable-streams/constructor.any.js test/fixtures/wpt/streams/readable-streams/cancel.any.js test/fixtures/wpt/streams/readable-streams/garbage-collection.any.js test/fixtures/wpt/streams/readable-streams/bad-underlying-sources.any.js test/fixtures/wpt/streams/readable-streams/general.any.js test/fixtures/wpt/streams/readable-streams/bad-strategies.any.js test/fixtures/wpt/streams/readable-streams/reentrant-strategies.any.js test/fixtures/wpt/streams/readable-streams/count-queuing-strategy-integration.any.js test/fixtures/wpt/streams/readable-streams/tee.any.js test/fixtures/wpt/streams/readable-streams/async-iterator.any.js test/fixtures/wpt/streams/readable-streams/templated.any.js test/fixtures/wpt/streams/META.yml test/fixtures/wpt/streams/resources/ test/fixtures/wpt/streams/resources/rs-test-templates.js test/fixtures/wpt/streams/resources/rs-utils.js test/fixtures/wpt/streams/resources/recording-streams.js test/fixtures/wpt/streams/resources/test-utils.js test/fixtures/wpt/streams/transform-streams/ test/fixtures/wpt/streams/transform-streams/patched-global.any.js test/fixtures/wpt/streams/transform-streams/terminate.any.js test/fixtures/wpt/streams/transform-streams/lipfuzz.any.js test/fixtures/wpt/streams/transform-streams/flush.any.js test/fixtures/wpt/streams/transform-streams/general.any.js test/fixtures/wpt/streams/transform-streams/properties.any.js test/fixtures/wpt/streams/transform-streams/errors.any.js test/fixtures/wpt/streams/transform-streams/strategies.any.js test/fixtures/wpt/streams/transform-streams/backpressure.any.js test/fixtures/wpt/streams/transform-streams/reentrant-strategies.any.js test/fixtures/wpt/streams/queuing-strategies.any.js test/fixtures/wpt/streams/idlharness.any.js test/fixtures/wpt/streams/queuing-strategies-size-function-per-global.window.js test/fixtures/wpt/streams/readable-byte-streams/ test/fixtures/wpt/streams/readable-byte-streams/bad-buffers-and-views.any.js test/fixtures/wpt/streams/readable-byte-streams/enqueue-with-detached-buffer.window.js test/fixtures/wpt/streams/readable-byte-streams/construct-byob-request.any.js test/fixtures/wpt/streams/readable-byte-streams/general.any.js test/fixtures/wpt/streams/readable-byte-streams/non-transferable-buffers.any.js test/fixtures/wpt/streams/piping/ test/fixtures/wpt/streams/piping/flow-control.any.js test/fixtures/wpt/streams/piping/multiple-propagation.any.js test/fixtures/wpt/streams/piping/close-propagation-backward.any.js test/fixtures/wpt/streams/piping/transform-streams.any.js test/fixtures/wpt/streams/piping/close-propagation-forward.any.js test/fixtures/wpt/streams/piping/error-propagation-forward.any.js test/fixtures/wpt/streams/piping/then-interception.any.js test/fixtures/wpt/streams/piping/general.any.js test/fixtures/wpt/streams/piping/error-propagation-backward.any.js test/fixtures/wpt/streams/piping/throwing-options.any.js test/fixtures/wpt/streams/piping/pipe-through.any.js test/fixtures/wpt/streams/piping/abort.any.js test/fixtures/wpt/streams/writable-streams/ test/fixtures/wpt/streams/writable-streams/start.any.js test/fixtures/wpt/streams/writable-streams/write.any.js test/fixtures/wpt/streams/writable-streams/error.any.js test/fixtures/wpt/streams/writable-streams/floating-point-total-queue-size.any.js test/fixtures/wpt/streams/writable-streams/aborting.any.js test/fixtures/wpt/streams/writable-streams/constructor.any.js test/fixtures/wpt/streams/writable-streams/byte-length-queuing-strategy.any.js test/fixtures/wpt/streams/writable-streams/bad-underlying-sinks.any.js test/fixtures/wpt/streams/writable-streams/count-queuing-strategy.any.js test/fixtures/wpt/streams/writable-streams/general.any.js test/fixtures/wpt/streams/writable-streams/properties.any.js test/fixtures/wpt/streams/writable-streams/reentrant-strategy.any.js test/fixtures/wpt/streams/writable-streams/bad-strategies.any.js test/fixtures/wpt/streams/writable-streams/close.any.js test/fixtures/wpt/streams/transferable/ test/fixtures/wpt/streams/transferable/writable-stream.html test/fixtures/wpt/streams/transferable/service-worker.https.html test/fixtures/wpt/streams/transferable/resources/ test/fixtures/wpt/streams/transferable/resources/service-worker-iframe.html test/fixtures/wpt/streams/transferable/resources/receiving-shared-worker.js test/fixtures/wpt/streams/transferable/resources/echo-worker.js test/fixtures/wpt/streams/transferable/resources/create-wasm-module.js test/fixtures/wpt/streams/transferable/resources/deserialize-error-frame.html test/fixtures/wpt/streams/transferable/resources/sending-shared-worker.js test/fixtures/wpt/streams/transferable/resources/receiving-worker.js test/fixtures/wpt/streams/transferable/resources/echo-iframe.html test/fixtures/wpt/streams/transferable/resources/sending-worker.js test/fixtures/wpt/streams/transferable/resources/helpers.js test/fixtures/wpt/streams/transferable/resources/service-worker.js test/fixtures/wpt/streams/transferable/window.html test/fixtures/wpt/streams/transferable/shared-worker.html test/fixtures/wpt/streams/transferable/worker.html test/fixtures/wpt/streams/transferable/deserialize-error.window.js test/fixtures/wpt/streams/transferable/transform-stream.html test/fixtures/wpt/streams/transferable/readable-stream.html test/fixtures/wpt/streams/transferable/reason.html test/fixtures/wpt/streams/README.md test/fixtures/wpt/README.md test/fixtures/intrinsic-mutation.js test/fixtures/module-require-symlink/ test/fixtures/module-require-symlink/foo.js test/fixtures/module-require-symlink/node_modules/ test/fixtures/module-require-symlink/node_modules/bar/ test/fixtures/module-require-symlink/node_modules/bar/index.js test/fixtures/module-require-symlink/node_modules/dep1/ test/fixtures/module-require-symlink/node_modules/dep1/index.js test/fixtures/module-require-symlink/node_modules/dep1/node_modules/ test/fixtures/module-require-symlink/node_modules/dep1/node_modules/bar/ test/fixtures/module-require-symlink/node_modules/dep1/node_modules/bar/index.js test/fixtures/module-require-symlink/node_modules/dep2/ test/fixtures/module-require-symlink/node_modules/dep2/index.js test/fixtures/module-require-symlink/symlinked.js test/fixtures/pseudo-multimember-gzip.z test/fixtures/outside.txt test/fixtures/test-error-first-line-offset.js test/fixtures/x509-escaping/ test/fixtures/x509-escaping/alt-22-cert.pem test/fixtures/x509-escaping/alt-18-cert.pem test/fixtures/x509-escaping/alt-7-cert.pem test/fixtures/x509-escaping/info-4-cert.pem test/fixtures/x509-escaping/alt-26-cert.pem test/fixtures/x509-escaping/alt-16-cert.pem test/fixtures/x509-escaping/alt-12-cert.pem test/fixtures/x509-escaping/subj-5-cert.pem test/fixtures/x509-escaping/alt-3-cert.pem test/fixtures/x509-escaping/subj-6-cert.pem test/fixtures/x509-escaping/subj-3-cert.pem test/fixtures/x509-escaping/alt-27-cert.pem test/fixtures/x509-escaping/subj-7-cert.pem test/fixtures/x509-escaping/alt-20-cert.pem test/fixtures/x509-escaping/alt-13-cert.pem test/fixtures/x509-escaping/alt-28-cert.pem test/fixtures/x509-escaping/subj-0-cert.pem test/fixtures/x509-escaping/.gitignore test/fixtures/x509-escaping/alt-15-cert.pem test/fixtures/x509-escaping/alt-29-cert.pem test/fixtures/x509-escaping/alt-24-cert.pem test/fixtures/x509-escaping/alt-5-cert.pem test/fixtures/x509-escaping/alt-2-cert.pem test/fixtures/x509-escaping/server-key.pem test/fixtures/x509-escaping/alt-21-cert.pem test/fixtures/x509-escaping/alt-23-cert.pem test/fixtures/x509-escaping/alt-14-cert.pem test/fixtures/x509-escaping/alt-9-cert.pem test/fixtures/x509-escaping/google/ test/fixtures/x509-escaping/google/leaf0.pem test/fixtures/x509-escaping/google/leaf2.pem test/fixtures/x509-escaping/google/root.pem test/fixtures/x509-escaping/google/key.pem test/fixtures/x509-escaping/google/intermediate.pem test/fixtures/x509-escaping/google/leaf4.pem test/fixtures/x509-escaping/google/leaf3.pem test/fixtures/x509-escaping/google/leaf1.pem test/fixtures/x509-escaping/subj-9-cert.pem test/fixtures/x509-escaping/subj-2-cert.pem test/fixtures/x509-escaping/subj-8-cert.pem test/fixtures/x509-escaping/alt-11-cert.pem test/fixtures/x509-escaping/alt-10-cert.pem test/fixtures/x509-escaping/subj-1-cert.pem test/fixtures/x509-escaping/package.json test/fixtures/x509-escaping/alt-25-cert.pem test/fixtures/x509-escaping/alt-4-cert.pem test/fixtures/x509-escaping/info-2-cert.pem test/fixtures/x509-escaping/alt-30-cert.pem test/fixtures/x509-escaping/alt-19-cert.pem test/fixtures/x509-escaping/info-0-cert.pem test/fixtures/x509-escaping/alt-1-cert.pem test/fixtures/x509-escaping/alt-6-cert.pem test/fixtures/x509-escaping/alt-8-cert.pem test/fixtures/x509-escaping/alt-0-cert.pem test/fixtures/x509-escaping/create-certs.js test/fixtures/x509-escaping/info-1-cert.pem test/fixtures/x509-escaping/alt-17-cert.pem test/fixtures/x509-escaping/info-3-cert.pem test/fixtures/x509-escaping/subj-4-cert.pem test/fixtures/empty-with-bom.txt test/fixtures/inspector-global-function.js test/fixtures/print-intrinsic-mutation-name.js test/fixtures/exit.js test/fixtures/gc.js test/fixtures/.empty-repl-history-file test/fixtures/x.txt test/fixtures/print-chars-from-buffer.js test/fixtures/echo-close-check.js test/fixtures/document_with_cjs_and_esm_code_snippet.md test/fixtures/net-fd-passing-receiver.js test/fixtures/es-module-url/ test/fixtures/es-module-url/empty.js test/fixtures/es-module-url/native.mjs test/fixtures/syntax/ test/fixtures/syntax/good_syntax.js test/fixtures/syntax/good_syntax.mjs test/fixtures/syntax/bad_syntax.mjs test/fixtures/syntax/bad_syntax_shebang.js test/fixtures/syntax/good_syntax_shebang.js test/fixtures/syntax/illegal_if_not_wrapped.js test/fixtures/syntax/bad_syntax.js test/fixtures/url-searchparams.js test/fixtures/deprecated-userland-subclass.js test/fixtures/module-require/ test/fixtures/module-require/child/ test/fixtures/module-require/child/index.js test/fixtures/module-require/child/node_modules/ test/fixtures/module-require/child/node_modules/target.js test/fixtures/module-require/not-found/ test/fixtures/module-require/not-found/trailingSlash.js test/fixtures/module-require/not-found/node_modules/ test/fixtures/module-require/not-found/node_modules/module1/ test/fixtures/module-require/not-found/node_modules/module1/package.json test/fixtures/module-require/relative/ test/fixtures/module-require/relative/dot-slash.js test/fixtures/module-require/relative/index.js test/fixtures/module-require/relative/dot.js test/fixtures/module-require/parent/ test/fixtures/module-require/parent/index.js test/fixtures/module-require/parent/node_modules/ test/fixtures/module-require/parent/node_modules/target.js test/fixtures/doc_with_backticks_in_headings.md test/fixtures/cluster-preload-test.js test/fixtures/failmustcall1.js test/fixtures/destroy-stdin.js test/fixtures/deprecated.js test/fixtures/es-modules/ test/fixtures/es-modules/module-counter-by-type/ test/fixtures/es-modules/module-counter-by-type/index.js test/fixtures/es-modules/module-counter-by-type/package.json test/fixtures/es-modules/cjs-exports-invalid.mjs test/fixtures/es-modules/json-modules.mjs test/fixtures/es-modules/package-type-commonjs/ test/fixtures/es-modules/package-type-commonjs/index.js test/fixtures/es-modules/package-type-commonjs/package.json test/fixtures/es-modules/pjson-invalid/ test/fixtures/es-modules/pjson-invalid/package.json test/fixtures/es-modules/import-json-named-export.mjs test/fixtures/es-modules/es-note-error-3.mjs test/fixtures/es-modules/es-note-unexpected-export-1.cjs test/fixtures/es-modules/esm-snapshot-mutator.js test/fixtures/es-modules/loop.mjs test/fixtures/es-modules/package-cjs-named-error/ test/fixtures/es-modules/package-cjs-named-error/bare-import-double.mjs test/fixtures/es-modules/package-cjs-named-error/bare-import-single.mjs test/fixtures/es-modules/package-cjs-named-error/single-quote.mjs test/fixtures/es-modules/package-cjs-named-error/double-quote.mjs test/fixtures/es-modules/package-cjs-named-error/renamed-import.mjs test/fixtures/es-modules/package-cjs-named-error/json-hack/ test/fixtures/es-modules/package-cjs-named-error/json-hack/fail.js test/fixtures/es-modules/package-cjs-named-error/json-hack/package.json test/fixtures/es-modules/package-cjs-named-error/oh'no.cjs test/fixtures/es-modules/package-cjs-named-error/multi-line.mjs test/fixtures/es-modules/package-cjs-named-error/node_modules/ test/fixtures/es-modules/package-cjs-named-error/node_modules/deep-fail/ test/fixtures/es-modules/package-cjs-named-error/node_modules/deep-fail/index.js test/fixtures/es-modules/package-cjs-named-error/node_modules/deep-fail/package.json test/fixtures/es-modules/package-cjs-named-error/fail.cjs test/fixtures/es-modules/package-cjs-named-error/package.json test/fixtures/es-modules/package-cjs-named-error/escaped-single-quote.mjs test/fixtures/es-modules/package-cjs-named-error/json-hack.mjs test/fixtures/es-modules/pkgimports/ test/fixtures/es-modules/pkgimports/importbranch.js test/fixtures/es-modules/pkgimports/sub/ test/fixtures/es-modules/pkgimports/sub/x.js test/fixtures/es-modules/pkgimports/importer.js test/fixtures/es-modules/pkgimports/test.js test/fixtures/es-modules/pkgimports/package.json test/fixtures/es-modules/pkgimports/requirebranch.js test/fixtures/es-modules/wasm-dep.mjs test/fixtures/es-modules/esm-snapshot.js test/fixtures/es-modules/wasm-modules.mjs test/fixtures/es-modules/deprecated-folders-ignore/ test/fixtures/es-modules/deprecated-folders-ignore/node_modules/ test/fixtures/es-modules/deprecated-folders-ignore/node_modules/pkg/ test/fixtures/es-modules/deprecated-folders-ignore/node_modules/pkg/m.js test/fixtures/es-modules/deprecated-folders-ignore/node_modules/pkg/package.json test/fixtures/es-modules/deprecated-folders-ignore/package.json test/fixtures/es-modules/deprecated-folders-ignore/main.js test/fixtures/es-modules/es-note-error-4.cjs test/fixtures/es-modules/stateful.mjs test/fixtures/es-modules/cjs-file.cjs test/fixtures/es-modules/invalid-cjs.js test/fixtures/es-modules/package-without-pjson/ test/fixtures/es-modules/package-without-pjson/index.js test/fixtures/es-modules/es-note-error-4.mjs test/fixtures/es-modules/package-without-type/ test/fixtures/es-modules/package-without-type/index.js test/fixtures/es-modules/package-without-type/package.json test/fixtures/es-modules/builtin-imports-case.mjs test/fixtures/es-modules/process-exit.mjs test/fixtures/es-modules/conditional-exports.mjs test/fixtures/es-modules/mjs-file.mjs test/fixtures/es-modules/simple.wasm test/fixtures/es-modules/es-note-unexpected-import-3.cjs test/fixtures/es-modules/test-esm-ok.mjs test/fixtures/es-modules/es-note-error-2.cjs test/fixtures/es-modules/cjs-esm.js test/fixtures/es-modules/es-note-error-1.mjs test/fixtures/es-modules/import-invalid-pjson.mjs test/fixtures/es-modules/cjs-exports.mjs test/fixtures/es-modules/noext test/fixtures/es-modules/tla/ test/fixtures/es-modules/tla/unresolved-withexitcode.mjs test/fixtures/es-modules/tla/parent.mjs test/fixtures/es-modules/tla/process-exit.mjs test/fixtures/es-modules/tla/d.mjs test/fixtures/es-modules/tla/b.mjs test/fixtures/es-modules/tla/unresolved.mjs test/fixtures/es-modules/tla/unresolved-with-worker-process-exit.mjs test/fixtures/es-modules/tla/c.mjs test/fixtures/es-modules/tla/rejected-withexitcode.mjs test/fixtures/es-modules/tla/order.mjs test/fixtures/es-modules/tla/rejected.mjs test/fixtures/es-modules/tla/a.mjs test/fixtures/es-modules/cjs-esm-esm.js test/fixtures/es-modules/pjson-main/ test/fixtures/es-modules/pjson-main/main.mjs test/fixtures/es-modules/pjson-main/package.json test/fixtures/es-modules/json-cache/ test/fixtures/es-modules/json-cache/mod.cjs test/fixtures/es-modules/json-cache/test.json test/fixtures/es-modules/json-cache/another.cjs test/fixtures/es-modules/message.mjs test/fixtures/es-modules/conditional-exports.js test/fixtures/es-modules/exports-cases.js test/fixtures/es-modules/import-process-exit.mjs test/fixtures/es-modules/test-esm-comma,.mjs test/fixtures/es-modules/exports-cases3.js test/fixtures/es-modules/es-note-error-3.cjs test/fixtures/es-modules/file.ext test/fixtures/es-modules/es-note-unexpected-import-5.cjs test/fixtures/es-modules/symlink.mjs test/fixtures/es-modules/test-esm-double-encoding-native%20.mjs test/fixtures/es-modules/dep2.js test/fixtures/es-modules/es-note-unexpected-import-4.cjs test/fixtures/es-modules/self-deprecated-folders/ test/fixtures/es-modules/self-deprecated-folders/package.json test/fixtures/es-modules/self-deprecated-folders/main.js test/fixtures/es-modules/es-note-error-2.mjs test/fixtures/es-modules/import-invalid-ext.mjs test/fixtures/es-modules/es-note-error-1.cjs test/fixtures/es-modules/package-type-module/ test/fixtures/es-modules/package-type-module/noext-esm test/fixtures/es-modules/package-type-module/imports-unknownext.mjs test/fixtures/es-modules/package-type-module/index.js test/fixtures/es-modules/package-type-module/node_modules/ test/fixtures/es-modules/package-type-module/node_modules/dep/ test/fixtures/es-modules/package-type-module/node_modules/dep/dep.js test/fixtures/es-modules/package-type-module/esm.js test/fixtures/es-modules/package-type-module/package.json test/fixtures/es-modules/package-type-module/extension.unknown test/fixtures/es-modules/package-type-module/nested-default-type/ test/fixtures/es-modules/package-type-module/nested-default-type/module.js test/fixtures/es-modules/package-type-module/nested-default-type/package.json test/fixtures/es-modules/package-type-module/imports-noext.mjs test/fixtures/es-modules/package-type-module/cjs.js test/fixtures/es-modules/file.unknown test/fixtures/es-modules/exports-cases2.js test/fixtures/es-modules/es-note-unexpected-import-1.cjs test/fixtures/es-modules/dep1.js test/fixtures/es-modules/import-resolve-exports.mjs test/fixtures/es-modules/simple.wat test/fixtures/es-modules/pattern-trailing-slash.mjs test/fixtures/es-modules/cjs.js test/fixtures/es-modules/es-note-unexpected-export-2.cjs test/fixtures/es-modules/es-note-promiserej-import-2.cjs test/fixtures/utf8-bom-shebang-shebang.js test/fixtures/worker-data.cjs test/fixtures/async-error.js test/fixtures/shared-memory.wat test/fixtures/file-to-read-without-bom.txt test/fixtures/spawn_closed_stdio.py test/fixtures/es-module-specifiers/ test/fixtures/es-module-specifiers/package-type-commonjs/ test/fixtures/es-module-specifiers/package-type-commonjs/c.cjs test/fixtures/es-module-specifiers/package-type-commonjs/b.mjs test/fixtures/es-module-specifiers/package-type-commonjs/package.json test/fixtures/es-module-specifiers/package-type-commonjs/index.mjs test/fixtures/es-module-specifiers/package-type-commonjs/a.js test/fixtures/es-module-specifiers/node_modules/ test/fixtures/es-module-specifiers/node_modules/explicit-main/ test/fixtures/es-module-specifiers/node_modules/explicit-main/entry.mjs test/fixtures/es-module-specifiers/node_modules/explicit-main/package.json test/fixtures/es-module-specifiers/node_modules/implicit-main-type-commonjs/ test/fixtures/es-module-specifiers/node_modules/implicit-main-type-commonjs/entry.mjs test/fixtures/es-module-specifiers/node_modules/implicit-main-type-commonjs/package.json test/fixtures/es-module-specifiers/node_modules/implicit-main-type-module/ test/fixtures/es-module-specifiers/node_modules/implicit-main-type-module/entry.js test/fixtures/es-module-specifiers/node_modules/implicit-main-type-module/entry.mjs test/fixtures/es-module-specifiers/node_modules/implicit-main-type-module/package.json test/fixtures/es-module-specifiers/node_modules/implicit-main/ test/fixtures/es-module-specifiers/node_modules/implicit-main/entry.js test/fixtures/es-module-specifiers/node_modules/implicit-main/entry.mjs test/fixtures/es-module-specifiers/node_modules/implicit-main/package.json test/fixtures/es-module-specifiers/package.json test/fixtures/es-module-specifiers/dir-with-main/ test/fixtures/es-module-specifiers/dir-with-main/package.json test/fixtures/es-module-specifiers/dir-with-main/main.js test/fixtures/es-module-specifiers/index.mjs test/fixtures/es-module-specifiers/package-type-module/ test/fixtures/es-module-specifiers/package-type-module/c.cjs test/fixtures/es-module-specifiers/package-type-module/b.mjs test/fixtures/es-module-specifiers/package-type-module/index.js test/fixtures/es-module-specifiers/package-type-module/package.json test/fixtures/es-module-specifiers/package-type-module/a.js test/fixtures/test-fs-stat-sync-overflow.js test/fixtures/GH-7131/ test/fixtures/GH-7131/b.js test/fixtures/GH-7131/a.js test/fixtures/document_with_links.md test/fixtures/exports-function-with-param.js test/fixtures/a.js test/fixtures/registerExt2.test test/fixtures/document_with_special_heading.md test/fixtures/tools/ test/fixtures/tools/checkimports/ test/fixtures/tools/checkimports/maybe.cc test/fixtures/tools/checkimports/unsorted.cc test/fixtures/tools/checkimports/unused.cc test/fixtures/tools/checkimports/valid.cc test/fixtures/tools/checkimports/invalid.cc test/fixtures/require-empty-main/ test/fixtures/require-empty-main/index.js test/fixtures/require-empty-main/package.json test/fixtures/test-runner/ test/fixtures/test-runner/random.test.mjs test/fixtures/test-runner/index.js test/fixtures/test-runner/node_modules/ test/fixtures/test-runner/node_modules/test-nm.js test/fixtures/test-runner/index.test.js test/fixtures/test-runner/subdir/ test/fixtures/test-runner/subdir/subdir_test.js test/fixtures/test-runner/test/ test/fixtures/test-runner/test/random.cjs test/fixtures/cluster-preload.js test/fixtures/test-module-loading-globalpaths/ test/fixtures/test-module-loading-globalpaths/home-pkg-in-node_libraries/ test/fixtures/test-module-loading-globalpaths/home-pkg-in-node_libraries/.node_libraries/ test/fixtures/test-module-loading-globalpaths/home-pkg-in-node_libraries/.node_libraries/foo.js test/fixtures/test-module-loading-globalpaths/home-pkg-in-node_modules/ test/fixtures/test-module-loading-globalpaths/home-pkg-in-node_modules/.node_modules/ test/fixtures/test-module-loading-globalpaths/home-pkg-in-node_modules/.node_modules/foo.js test/fixtures/test-module-loading-globalpaths/home-pkg-in-both/ test/fixtures/test-module-loading-globalpaths/home-pkg-in-both/.node_libraries/ test/fixtures/test-module-loading-globalpaths/home-pkg-in-both/.node_libraries/foo.js test/fixtures/test-module-loading-globalpaths/home-pkg-in-both/.node_modules/ test/fixtures/test-module-loading-globalpaths/home-pkg-in-both/.node_modules/foo.js test/fixtures/test-module-loading-globalpaths/local-pkg/ test/fixtures/test-module-loading-globalpaths/local-pkg/test.js test/fixtures/test-module-loading-globalpaths/local-pkg/node_modules/ test/fixtures/test-module-loading-globalpaths/local-pkg/node_modules/foo.js test/fixtures/test-module-loading-globalpaths/node_path/ test/fixtures/test-module-loading-globalpaths/node_path/foo.js test/fixtures/rsa-oaep-test-vectors.js test/fixtures/warnings.js test/fixtures/icu-punycode-toascii.json test/fixtures/person.jpg test/fixtures/semicolon.js test/fixtures/repl-load-multiline.js test/fixtures/child_process_should_emit_error.js test/fixtures/file-to-read-with-bom.txt test/fixtures/recvfd.js test/fixtures/cjs-module-wrap.js test/fixtures/simple.wat test/fixtures/foo test/fixtures/registerExt.hello.world test/fixtures/keys/ test/fixtures/keys/rsa_private_pkcs8_bad.pem test/fixtures/keys/ca6-key.pem test/fixtures/keys/ec.cnf test/fixtures/keys/dsa_private_encrypted_1025.pem test/fixtures/keys/agent7.cnf test/fixtures/keys/ca4.cnf test/fixtures/keys/ec_p256_public.pem test/fixtures/keys/rsa_pss_private_2048_sha512_sha256_20.pem test/fixtures/keys/ca6-csr.pem test/fixtures/keys/ec10.pfx test/fixtures/keys/agent10-csr.pem test/fixtures/keys/agent8.cnf test/fixtures/keys/agent4-csr.pem test/fixtures/keys/dsa_private_1025.pem test/fixtures/keys/agent10-cert.pem test/fixtures/keys/ca2-cert.srl test/fixtures/keys/ec10-key.pem test/fixtures/keys/agent1-cert.pem test/fixtures/keys/fake-startcom-root-serial test/fixtures/keys/ca1-key.pem test/fixtures/keys/dherror.pem test/fixtures/keys/rsa_public_2048.pem test/fixtures/keys/ca6.cnf test/fixtures/keys/rsa_cert_foafssl_b.cnf test/fixtures/keys/agent3-key.pem test/fixtures/keys/ca2-cert.pem test/fixtures/keys/agent6-cert.pem test/fixtures/keys/rsa_public_sha1_signature_signedby_rsa_private.sha1 test/fixtures/keys/irrelevant_san_correct_subject-cert.pem test/fixtures/keys/fake-cnnic-root-cert.pem test/fixtures/keys/dsa_params.pem test/fixtures/keys/agent10.cnf test/fixtures/keys/ca1-cert.srl test/fixtures/keys/.gitattributes test/fixtures/keys/agent4.cnf test/fixtures/keys/agent2-csr.pem test/fixtures/keys/Makefile test/fixtures/keys/rsa_cert.cnf test/fixtures/keys/agent9.cnf test/fixtures/keys/ec10-cert.pem test/fixtures/keys/agent5-csr.pem test/fixtures/keys/dsa_public_1025.pem test/fixtures/keys/agent5-cert.pem test/fixtures/keys/fake-startcom-root-issued-certs/ test/fixtures/keys/fake-startcom-root-issued-certs/01.pem test/fixtures/keys/fake-startcom-root-issued-certs/02.pem test/fixtures/keys/fake-startcom-root-database.txt test/fixtures/keys/rsa_private.pem test/fixtures/keys/agent9-csr.pem test/fixtures/keys/ec-cert.pem test/fixtures/keys/rsa_pss_private_2048_sha1_sha1_20.pem test/fixtures/keys/ca2-crl.pem test/fixtures/keys/ca3.cnf test/fixtures/keys/agent3-csr.pem test/fixtures/keys/ca5-csr.pem test/fixtures/keys/ca5-cert.pem test/fixtures/keys/dh2048.pem test/fixtures/keys/agent10-key.pem test/fixtures/keys/ca3-cert.pem test/fixtures/keys/dsa1025.pem test/fixtures/keys/ca4-csr.pem test/fixtures/keys/ec_p384_private.pem test/fixtures/keys/x25519_public.pem test/fixtures/keys/agent8-cert.pem test/fixtures/keys/rsa_public_1024.pem test/fixtures/keys/ec_secp256k1_private.pem test/fixtures/keys/ca5.cnf test/fixtures/keys/fake-startcom-root-database.txt.attr.old test/fixtures/keys/x448_public.pem test/fixtures/keys/dsa_public.pem test/fixtures/keys/fake-startcom-root-cert.pem test/fixtures/keys/ec10-csr.pem test/fixtures/keys/rsa_cert_foafssl_b.crt test/fixtures/keys/rsa_cert_foafssl_b.exponent test/fixtures/keys/ca2-database.txt test/fixtures/keys/agent1.cnf test/fixtures/keys/agent8-csr.pem test/fixtures/keys/rsa_cert.crt test/fixtures/keys/rsa_public_4096.pem test/fixtures/keys/ec_p521_public.pem test/fixtures/keys/fake-startcom-root-serial.old test/fixtures/keys/agent1-key.pem test/fixtures/keys/fake-cnnic-root-cert.srl test/fixtures/keys/irrelevant_san_correct_subject-key.pem test/fixtures/keys/rsa_cert_foafssl_b.modulus test/fixtures/keys/ed448_public.pem test/fixtures/keys/fake-cnnic-root-key.pem test/fixtures/keys/ca6-cert.pem test/fixtures/keys/agent4-key.pem test/fixtures/keys/dh512.pem test/fixtures/keys/ca4-key.pem test/fixtures/keys/dh1024.pem test/fixtures/keys/agent5-key.pem test/fixtures/keys/agent8-key.pem test/fixtures/keys/agent3-cert.pem test/fixtures/keys/x25519_private.pem test/fixtures/keys/I_AM_THE_WALRUS_sha256_signature_signedby_rsa_private_b.sha256 test/fixtures/keys/rsa_private_2048.pem test/fixtures/keys/agent4-cert.pem test/fixtures/keys/rsa_pss_private_2048_sha256_sha256_16.pem test/fixtures/keys/agent1-csr.pem test/fixtures/keys/dns-cert1.cnf test/fixtures/keys/rsa_spkac.spkac test/fixtures/keys/agent1.pfx test/fixtures/keys/ca4-cert.pem test/fixtures/keys/ec-csr.pem test/fixtures/keys/dsa_private_pkcs8.pem test/fixtures/keys/agent2.cnf test/fixtures/keys/ca2-database.txt.attr.old test/fixtures/keys/selfsigned-no-keycertsign/ test/fixtures/keys/selfsigned-no-keycertsign/key.pem test/fixtures/keys/selfsigned-no-keycertsign/https_renew_cert.sh test/fixtures/keys/selfsigned-no-keycertsign/cert.pem test/fixtures/keys/selfsigned-no-keycertsign/cert.conf test/fixtures/keys/selfsigned-no-keycertsign/README.md test/fixtures/keys/fake-startcom-root-database.txt.attr test/fixtures/keys/ca2-database.txt.attr test/fixtures/keys/dsa_private.pem test/fixtures/keys/ca2.cnf test/fixtures/keys/ec_p256_private.pem test/fixtures/keys/fake-startcom-root-key.pem test/fixtures/keys/agent6.cnf test/fixtures/keys/rsa_private_1024.pem test/fixtures/keys/rsa_pss_public_2048_sha256_sha256_16.pem test/fixtures/keys/ca6-cert.srl test/fixtures/keys/incorrect_san_correct_subject-key.pem test/fixtures/keys/agent7-csr.pem test/fixtures/keys/agent9-cert.pem test/fixtures/keys/fake-cnnic-root.cnf test/fixtures/keys/ed25519_private.pem test/fixtures/keys/agent6-key.pem test/fixtures/keys/rsa_ca.crt test/fixtures/keys/agent10.pfx test/fixtures/keys/ca3-cert.srl test/fixtures/keys/rsa_private_4096.pem test/fixtures/keys/rsa_private_b.pem test/fixtures/keys/agent6.pfx test/fixtures/keys/rsa_cert.pfx test/fixtures/keys/incorrect_san_correct_subject-cert.pem test/fixtures/keys/rsa_spkac_invalid.spkac test/fixtures/keys/rsa_public_sha1_signature_signedby_rsa_private_pkcs8.sha1 test/fixtures/keys/x448_private.pem test/fixtures/keys/rsa_public.pem test/fixtures/keys/ca2-database.txt.old test/fixtures/keys/rsa_pss_private_2048.pem test/fixtures/keys/ec_secp256k1_public.pem test/fixtures/keys/dsa_private_encrypted.pem test/fixtures/keys/ca2-serial test/fixtures/keys/agent2-cert.pem test/fixtures/keys/agent5.cnf test/fixtures/keys/agent3.cnf test/fixtures/keys/ed25519_public.pem test/fixtures/keys/rsa_private_encrypted.pem test/fixtures/keys/ca2-key.pem test/fixtures/keys/ca3-key.pem test/fixtures/keys/ca5-key.pem test/fixtures/keys/ec.pfx test/fixtures/keys/ca3-csr.pem test/fixtures/keys/ec_p384_public.pem test/fixtures/keys/rsa_pss_public_2048_sha512_sha256_20.pem test/fixtures/keys/ec_p521_private.pem test/fixtures/keys/agent9-key.pem test/fixtures/keys/ca4-cert.srl test/fixtures/keys/rsa_public_b.pem test/fixtures/keys/ca1.cnf test/fixtures/keys/fake-startcom-root.cnf test/fixtures/keys/rsa_pss_public_2048_sha1_sha1_20.pem test/fixtures/keys/ca5-cert.srl test/fixtures/keys/agent7-cert.pem test/fixtures/keys/fake-startcom-root-database.txt.old test/fixtures/keys/ca1-cert.pem test/fixtures/keys/agent6-csr.pem test/fixtures/keys/rsa_private_pkcs8.pem test/fixtures/keys/agent7-key.pem test/fixtures/keys/agent2-key.pem test/fixtures/keys/ed448_private.pem test/fixtures/keys/ec-key.pem test/fixtures/keys/rsa_pss_public_2048.pem test/fixtures/assert-first-line.js test/fixtures/throws_error1.js test/fixtures/throws_error2.js test/fixtures/print-chars.js test/fixtures/test-init-native/ test/fixtures/test-init-native/fs.js test/fixtures/order_of_end_tags_5873.md test/fixtures/test-resolution-inspect-brk-main.ext test/fixtures/child-process-spawn-node.js test/fixtures/altdocs.md test/fixtures/throws_error5.js test/fixtures/policy/ test/fixtures/policy/main.mjs test/fixtures/policy/dep-policy.json test/fixtures/policy/crypto-default-encoding/ test/fixtures/policy/crypto-default-encoding/.gitattributes test/fixtures/policy/crypto-default-encoding/dep.js test/fixtures/policy/crypto-default-encoding/policy.json test/fixtures/policy/crypto-default-encoding/parent.js test/fixtures/policy/canonicalize.mjs test/fixtures/policy/dep.js test/fixtures/policy/multi-deps.js test/fixtures/policy/parent.js test/fixtures/policy/bad-main.mjs test/fixtures/policy/dependencies/ test/fixtures/policy/dependencies/dependencies-missing-export-policy.json test/fixtures/policy/dependencies/dependencies-redirect-policy.json test/fixtures/policy/dependencies/dependencies-missing-policy.json test/fixtures/policy/dependencies/dependencies-redirect-unknown-builtin-policy.json test/fixtures/policy/dependencies/dependencies-scopes-relative-specifier.json test/fixtures/policy/dependencies/dependencies-missing-policy-default-true.json test/fixtures/policy/dependencies/dependencies-scopes-policy.json test/fixtures/policy/dependencies/dependencies-redirect-builtin-policy.json test/fixtures/policy/dependencies/dependencies-scopes-and-resources-policy.json test/fixtures/policy/dependencies/dependencies-empty-policy.json test/fixtures/policy/dependencies/dependencies-wildcard-policy.json test/tick-processor/ test/tick-processor/util.js test/tick-processor/testcfg.py test/tick-processor/test-tick-processor-builtin.js test/tick-processor/test-tick-processor-preprocess-flag.js test/tick-processor/test-tick-processor-unknown.js test/tick-processor/test-tick-processor-polyfill-brokenfile.js test/tick-processor/test-tick-processor-cpp-core.js test/tick-processor/tick-processor-base.js test/report/ test/report/test-report-uncaught-exception-override.js test/report/test-report-config.js test/report/testcfg.py test/report/test-report-writereport.js test/report/test-report-worker.js test/report/test-report-uv-handles.js test/report/test-report-uncaught-exception-primitives.js test/report/test-report-getreport.js test/report/test-report-uncaught-exception-compat.js test/report/test-report-fatal-error.js test/report/test-report-uncaught-exception.js test/report/test-report-signal.js test/report/test-report-uncaught-exception-symbols.js test/pseudo-tty/ test/pseudo-tty/test-tty-color-support-warning-2.out test/pseudo-tty/test-tty-window-size.js test/pseudo-tty/ref_keeps_node_running.out test/pseudo-tty/test-stdin-write.js test/pseudo-tty/test-tty-stdin-end.out test/pseudo-tty/testcfg.py test/pseudo-tty/test-async-wrap-getasyncid-tty.out test/pseudo-tty/test-tty-stdin-call-end.out test/pseudo-tty/test-assert-colors.out test/pseudo-tty/test-tty-stdout-end.out test/pseudo-tty/no_dropped_stdio.out test/pseudo-tty/test-set-raw-mode-reset.js test/pseudo-tty/test-repl-external-module.js test/pseudo-tty/test-tty-stdout-resize.js test/pseudo-tty/repl-dumb-tty.js test/pseudo-tty/test-tty-color-support.js test/pseudo-tty/test-tty-isatty.js test/pseudo-tty/repl-dumb-tty.out test/pseudo-tty/test-handle-wrap-hasref-tty.out test/pseudo-tty/console_colors.js test/pseudo-tty/test-trace-sigint-disabled.out test/pseudo-tty/test-stderr-stdout-handle-sigwinch.out test/pseudo-tty/test-tty-wrap.js test/pseudo-tty/test-readable-tty-keepalive.out test/pseudo-tty/test-tty-color-support-warning.js test/pseudo-tty/test-set-raw-mode-reset-signal.js test/pseudo-tty/readline-dumb-tty.js test/pseudo-tty/test-trace-sigint.js test/pseudo-tty/test-trace-sigint-disabled.js test/pseudo-tty/stdin-setrawmode.js test/pseudo-tty/test-assert-position-indicator.out test/pseudo-tty/test-repl-external-module.out test/pseudo-tty/test-assert-position-indicator.js test/pseudo-tty/test-tty-stdin-end.js test/pseudo-tty/test-assert-no-color.out test/pseudo-tty/test-async-wrap-getasyncid-tty.js test/pseudo-tty/test-readable-tty-keepalive.js test/pseudo-tty/test-tty-wrap.out test/pseudo-tty/test-fatal-error.out test/pseudo-tty/console-dumb-tty.js test/pseudo-tty/stdin-setrawmode.out test/pseudo-tty/test-tty-stream-constructors.js test/pseudo-tty/test-set-raw-mode-reset-process-exit.js test/pseudo-tty/test-tty-color-support-warning-2.js test/pseudo-tty/test-tty-stdout-resize.out test/pseudo-tty/test-tty-stdin-call-end.js test/pseudo-tty/pseudo-tty.status test/pseudo-tty/console-dumb-tty.out test/pseudo-tty/console_colors.out test/pseudo-tty/test-handle-wrap-hasref-tty.js test/pseudo-tty/test-stdin-write.out test/pseudo-tty/test-trace-sigint.out test/pseudo-tty/test-set-raw-mode-reset.out test/pseudo-tty/no_dropped_stdio.js test/pseudo-tty/no_interleaved_stdio.js test/pseudo-tty/test-tty-isatty.out test/pseudo-tty/test-stdout-read.out test/pseudo-tty/test-set-raw-mode-reset-process-exit.out test/pseudo-tty/test-stderr-stdout-handle-sigwinch.js test/pseudo-tty/pty_helper.py test/pseudo-tty/ref_keeps_node_running.js test/pseudo-tty/test-stdout-read.js test/pseudo-tty/test-tty-window-size.out test/pseudo-tty/test-assert-no-color.js test/pseudo-tty/test-fatal-error.js test/pseudo-tty/no_interleaved_stdio.out test/pseudo-tty/test-tty-color-support.out test/pseudo-tty/test-trace-sigint-on-idle.out test/pseudo-tty/test-set-raw-mode-reset-signal.out test/pseudo-tty/test-assert-colors.js test/pseudo-tty/test-tty-color-support-warning.out test/pseudo-tty/test-tty-stream-constructors.out test/pseudo-tty/test-stdout-read.in test/pseudo-tty/readline-dumb-tty.out test/pseudo-tty/test-trace-sigint-on-idle.js test/pseudo-tty/test-tty-stdout-end.js README.md configure.py node.gypi CONTRIBUTING.md .clang-format vcbuild.bat Applying patches patching file common.gypi patching file deps/v8/include/v8-initialization.h patching file deps/v8/src/api/api.cc patching file deps/v8/src/codegen/compiler.cc patching file deps/v8/src/objects/js-function.cc patching file deps/v8/src/objects/shared-function-info-inl.h patching file deps/v8/src/parsing/parsing.cc patching file deps/v8/src/snapshot/code-serializer.cc patching file lib/child_process.js Hunk #1 succeeded at 161 (offset 1 line). patching file lib/internal/bootstrap/pkg.js patching file lib/internal/bootstrap/pre_execution.js Hunk #1 succeeded at 28 (offset -1 lines). Hunk #3 succeeded at 556 (offset -24 lines). patching file lib/internal/modules/cjs/loader.js patching file lib/internal/modules/package_json_reader.js patching file lib/vm.js Hunk #1 succeeded at 80 (offset 1 line). Hunk #2 succeeded at 105 (offset 1 line). patching file src/inspector_agent.cc patching file src/node.cc Hunk #1 succeeded at 485 (offset 3 lines). Hunk #2 succeeded at 605 (offset 3 lines). Hunk #3 succeeded at 620 (offset 3 lines). patching file src/node_contextify.cc patching file src/node_main.cc patching file src/node_options.cc patching file tools/icu/icu-generic.gyp Compiling Node.js from sources... Node.js configure: Found Python 3.11.2... Please use python3.10 or python3.9 or python3.8 or python3.7 or python3.6. Missing or stale config.gypi, please run ./configure make: *** [Makefile:158: config.gypi] Error 1 strip: '/tmp/pkg.358ec64e39dd59cab92d194f/node/out/Release/node': No such file Error! Error: ENOENT: no such file or directory, open '/tmp/pkg.358ec64e39dd59cab92d194f/node/out/Release/node' error Command failed with exit code 2. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. root@raspberrypi:~/artnet-usbdmx-converter# ./configure -bash: ./configure: No such file or directory root@raspberrypi:~/artnet-usbdmx-converter# yarn ./configure yarn run v1.22.19 error Command "./configure" not found. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.