From 20bb7b6c42ec4830de286320f4dfb5756b0d5c2c Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Sun, 19 Dec 2021 13:29:52 +0000 Subject: Going round in circles. Node's esmodule support could be improved. --- bin/run-tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/run-tests.js') 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/"; -- cgit v1.2.3