From 91579bd3a08b3e51cd7e43f9c9b7e1a3c54e1427 Mon Sep 17 00:00:00 2001 From: TopchetoEU <36534413+TopchetoEU@users.noreply.github.com> Date: Fri, 25 Aug 2023 17:11:08 +0300 Subject: [PATCH] fix: import './ts' instead of './ts__' --- src/me/topchetoeu/jscript/js/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/me/topchetoeu/jscript/js/bootstrap.js b/src/me/topchetoeu/jscript/js/bootstrap.js index 3d87c49..6bbe7c1 100644 --- a/src/me/topchetoeu/jscript/js/bootstrap.js +++ b/src/me/topchetoeu/jscript/js/bootstrap.js @@ -1,5 +1,5 @@ // TODO: load this in java -var ts = require('./ts__'); +var ts = require('./ts'); log("Loaded typescript!"); var src = '', lib = libs.concat([ 'declare const exit: never;' ]).join(''), decls = '', version = 0;