fix typo in import

pull/79/head
Edaz 3 years ago committed by GitHub
parent c0e27baa1b
commit c02a74975a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save