fix typo in import

This commit is contained in:
Edaz 2021-06-20 00:01:18 +12:00 committed by GitHub
parent c0e27baa1b
commit c02a74975a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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))';