diff options
author | Louis Pilfold <louis@lpil.uk> | 2021-12-19 13:29:52 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-12-19 13:30:40 +0000 |
commit | 20bb7b6c42ec4830de286320f4dfb5756b0d5c2c (patch) | |
tree | 734f0182edba0c02945dc47b0457b0553f28213b /bin | |
parent | 3ab38f05421480e265501667dd31398bc1ed51f9 (diff) | |
download | gleam_stdlib-20bb7b6c42ec4830de286320f4dfb5756b0d5c2c.tar.gz gleam_stdlib-20bb7b6c42ec4830de286320f4dfb5756b0d5c2c.zip |
Going round in circles. Node's esmodule support could be improved.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/run-tests.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/run-tests.js b/bin/run-tests.js index 87d10cf..3eaba7c 100755 --- a/bin/run-tests.js +++ b/bin/run-tests.js @@ -1,4 +1,4 @@ -const { opendir } = require("fs/promises"); +import { opendir } from "fs/promises"; const dir = "gen/javascript/gleam/"; |