mirror of
https://github.com/jamiebuilds/the-super-tiny-compiler.git
synced 2024-10-27 20:34:08 +00:00
ESM Export
This commit is contained in:
parent
d8d4013045
commit
badcf30386
@ -1,5 +1,3 @@
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
* TTTTTTTTTTTTTTTTTTTTTTTHHHHHHHHH HHHHHHHHHEEEEEEEEEEEEEEEEEEEEEE
|
||||
* T:::::::::::::::::::::TH:::::::H H:::::::HE::::::::::::::::::::E
|
||||
@ -1043,7 +1041,7 @@ function compiler(input) {
|
||||
*/
|
||||
|
||||
// Now I'm just exporting everything...
|
||||
module.exports = {
|
||||
export {
|
||||
tokenizer,
|
||||
parser,
|
||||
traverser,
|
||||
|
Loading…
Reference in New Issue
Block a user