Your message dated Wed, 29 Dec 2021 10:33:57 +0000
with message-id <e1n2whn-000bmu...@fasolo.debian.org>
and subject line Bug#1002759: fixed in node-immutable 4.0.0-2
has caused the Debian Bug report #1002759,
regarding node-immutable: FTBFS: dh_auto_test: error: /bin/sh -ex 
debian/tests/pkg-js/test returned exit code 1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1002759: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002759
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-immutable
Version: 4.0.0-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211228 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> rollup -c ./resources/rollup-config.js
> 
> /<<PKGBUILDDIR>>/src/Immutable.js → 
> dist/immutable.js...
> (!) Circular dependencies
> src/Seq.js -> src/Collection.js -> src/Seq.js
> src/Map.js -> src/Operations.js -> src/Map.js
> src/OrderedMap.js -> src/Map.js -> src/Operations.js -> src/OrderedMap.js
> ...and 6 more
> created dist/immutable.js in 2.2s
> rollup -c ./resources/rollup-config-es.js
> 
> /<<PKGBUILDDIR>>/src/Immutable.js → 
> dist/immutable.es.js...
> (!) Circular dependencies
> src/Seq.js -> src/Collection.js -> src/Seq.js
> src/Map.js -> src/Operations.js -> src/Map.js
> src/OrderedMap.js -> src/Map.js -> src/Operations.js -> src/OrderedMap.js
> ...and 6 more
> created dist/immutable.es.js in 812ms
> cp type-definitions/immutable.* dist/
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_auto_test --buildsystem=nodejs
>       ln -s ../debian/tests/test_modules/jasmine-check 
> node_modules/jasmine-check
>       ln -s ../debian/tests/test_modules/make-synchronous 
> node_modules/make-synchronous
>       ln -s ../debian/tests/test_modules/subsume node_modules/subsume
>       ln -s ../debian/tests/test_modules/testcheck node_modules/testcheck
>       ln -s ../debian/tests/test_modules/transducers-js 
> node_modules/transducers-js
>       ln -s ../. node_modules/immutable
>       /bin/sh -ex debian/tests/pkg-js/test
> + NODE_PATH=node_modules:/usr/share/nodejs jest --ci
> FAIL __tests__/updateIn.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/List.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/Map.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/Set.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/merge.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/Record.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/slice.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/Stack.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/Conversion.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/Range.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/concat.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/issues.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/OrderedSet.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/getIn.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/Equality.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/Seq.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/OrderedMap.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/zip.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/flatten.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/transformerProtocol.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/minmax.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/ArraySeq.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/MultiRequire.js
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/hasIn.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/count.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/KeyedSeq.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/splice.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/groupBy.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/fromJS.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/utils.js
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/RecordJS.js
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/sort.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/ObjectSeq.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/hash.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/ListJS.js
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/Predicates.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/IndexedSeq.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/get.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/interpose.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/join.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/find.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/Repeat.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> Summary of all failing tests
> FAIL __tests__/updateIn.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/List.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/Map.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/Set.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/merge.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/Record.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/slice.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/Stack.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/Conversion.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/Range.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/concat.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/issues.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/OrderedSet.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/getIn.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/Equality.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/Seq.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/OrderedMap.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/zip.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/flatten.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/transformerProtocol.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/minmax.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/ArraySeq.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/MultiRequire.js
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/hasIn.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/count.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/KeyedSeq.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/splice.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/groupBy.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/fromJS.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/utils.js
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/RecordJS.js
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/sort.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/ObjectSeq.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/hash.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/ListJS.js
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/Predicates.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/IndexedSeq.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/get.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/interpose.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/join.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/find.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> FAIL __tests__/Repeat.ts
>   ● Test suite failed to run
> 
>     Transforming generators is not implemented. Use `transforms: { generator: 
> false }` to skip transformation and disable this error. (73:13)
> 
>       365 |   static missingTransform(feature, transformKey, node, 
> dangerousKey = null) {
>       366 |           const maybeDangerous = dangerousKey ? `, or 
> \`transforms: { ${dangerousKey}: true }\` if you know what you're doing` : '';
>     > 367 |           throw new CompileError(`Transforming ${feature} is not 
> ${dangerousKey ? "fully supported" : "implemented"}. Use \`transforms: { 
> ${transformKey}: false }\` to skip transformation and disable this 
> error${maybeDangerous}.`, node);
>           |                 ^
>       368 |   }
>       369 | }
>       370 |
> 
>       at Function.missingTransform 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:367:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:2647:17)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:1482:9)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:105:11)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
>           at Array.forEach (<anonymous>)
>       at Node.initialise 
> (../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:13)
>       at ../../../usr/share/nodejs/buble/dist/buble.cjs.js:795:34
> 
> 
> Test Suites: 42 failed, 42 total
> Tests:       0 total
> Snapshots:   0 total
> Time:        11.159 s
> Ran all test suites.
> dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 1


The full build log is available from:
http://qa-logs.debian.net/2021/12/28/node-immutable_4.0.0-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: node-immutable
Source-Version: 4.0.0-2
Done: Yadd <y...@debian.org>

We believe that the bug you reported is fixed in the latest version of
node-immutable, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1002...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yadd <y...@debian.org> (supplier of updated node-immutable package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 29 Dec 2021 11:01:23 +0100
Source: node-immutable
Architecture: source
Version: 4.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Yadd <y...@debian.org>
Closes: 1002759
Changes:
 node-immutable (4.0.0-2) unstable; urgency=medium
 .
   * Team upload
   * Don't parallelize tests (Closes: #1002759)
Checksums-Sha1: 
 a0d09ad7fcbfdca99e836766f911a8c21acaea99 2245 node-immutable_4.0.0-2.dsc
 ad019c7844ccd618fac11eb6813ced6704190d13 85044 
node-immutable_4.0.0-2.debian.tar.xz
Checksums-Sha256: 
 866aaf70754f9f0e5b2dc907896f79d9319376b3b24e9f4ffec86b30fd67bf7e 2245 
node-immutable_4.0.0-2.dsc
 65d19548ffc91d19b3d4d975801a3e79b78ff7f9a328745dd4cc000d8aefac5c 85044 
node-immutable_4.0.0-2.debian.tar.xz
Files: 
 f8c28b34196a97cb47508ba427b9ab0f 2245 javascript optional 
node-immutable_4.0.0-2.dsc
 68c9042d8052d3f534430c5c7cd9a065 85044 javascript optional 
node-immutable_4.0.0-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmHMMyIACgkQ9tdMp8mZ
7ukUBA/8DlCFe9+4S+hEpHw9etzheMF+k+FHRw+AN0r66MSbO9bQP/G+iJinh3ZI
CeEhsNjGzN+ldmqiwr1we6sh5SsEG0dauwnygGJwufB6rHBahdu89sheZbSPZ/dR
JI1jFxnBiwGoJCAOrrxG5NEU7fckyIPgRukHTJ8hhU2OqV8H/tR1aphMW2mAmQNz
3QAZ+U03jKKg4XZRFHZf8ZrKZvArFuQ0i9mb9ilp7QhjSbybj4Pf/nFZeh+Udihk
wWJy7gFb427JitofF5S7xaIUI4lpmUiZP6P1fVxhr04b6EUxlZZbqT6nTDFus6G+
Jgbsz9hwxX6SB7fejrkcaAJwe4GZ0Wyn0kZ63rTCxWjQ8tNoviTE9UIlsb35pfkk
Xb3MQE2Hbo/mkIJzyacFovygK/jcf6njFG2vXOk1ls/tVyV26BR+QqV7qOzFtAjj
7EglJJtTC1slEktpSmLryPlBxSyknhoGZ4+5bBju5loH5yupLbO5utx8AENLoqf2
7wEsIlCHU1rjIwpYMjvCGXU5rEO8QYetb4SJhHEOTuBFUCAMAQIAx6qm3Ghznj2Y
4q3PbRVZ6cfpExgVpI1AFbUnp/xv5mxucyk7+f/FLCjWt+/VaYqNvDGTp80x3/+k
P8yLfHvAyzNk7B19XCCCmEDg/qqzx4C5PkVwospEN52KP6EWTX8=
=0cpE
-----END PGP SIGNATURE-----

--- End Message ---
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to