1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-27 01:29:14 -05:00
denoland-deno/cli/tests
Ryan Dahl 98121de5be
fix: allow reserved word 'mod' in exports (#21537)
This problem occurred trying to load tensorflow.js
```
> import * as tf from 'npm:@tensorflow/tfjs';
Uncaught SyntaxError: Identifier 'mod' has already been declared at file:///Users/ry/Library/Caches/deno/npm/registry.npmjs.org/@tensorflow/tfjs/4.14.0/dist/tf.node.js:167:14
    at async <anonymous>:1:33
```
2023-12-11 17:23:50 +01:00
..
integration fix(coverage): escape source code in html coverage report (#21531) 2023-12-11 19:24:20 +09:00
node_compat test(ext/node): enable some compat test cases (#21532) 2023-12-11 19:17:36 +09:00
testdata fix: allow reserved word 'mod' in exports (#21537) 2023-12-11 17:23:50 +01:00
unit feat: bring back WebGPU (#20812) 2023-12-09 01:19:16 +01:00
unit_node fix(ext/node): basic vm.runInNewContext implementation (#21527) 2023-12-11 07:08:45 +00:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00