From badcf303868d2ec76dc6b85e5f333f95c98b32b9 Mon Sep 17 00:00:00 2001 From: Edaz Date: Sat, 19 Jun 2021 23:55:45 +1200 Subject: [PATCH] ESM Export --- the-super-tiny-compiler.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/the-super-tiny-compiler.js b/the-super-tiny-compiler.js index 42437ca..c261410 100755 --- a/the-super-tiny-compiler.js +++ b/the-super-tiny-compiler.js @@ -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,