[Pkg-javascript-devel] Bug#1002759: node-immutable: FTBFS: dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 1

Lucas Nussbaum lucas at debian.org
Tue Dec 28 20:16:47 GMT 2021


Source: node-immutable
Version: 4.0.0-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas at 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.



More information about the Pkg-javascript-devel mailing list