From c02a74975a525d3f90ceb37949e7a52382287695 Mon Sep 17 00:00:00 2001 From: Edaz Date: Sun, 20 Jun 2021 00:01:18 +1200 Subject: [PATCH] fix typo in import --- test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.js b/test.js index 6cab1b9..86c16c3 100755 --- a/test.js +++ b/test.js @@ -4,7 +4,7 @@ import { transformer, codeGenerator, compiler, -} from './the-super-tiny-compiler.ja'; +} from './the-super-tiny-compiler.js'; import assert from 'assert/strict'; const input = '(add 2 (subtract 4 2))';