fix: import './ts' instead of './ts__'
This commit is contained in:
parent
1e25995225
commit
91579bd3a0
2
src/me/topchetoeu/jscript/js/bootstrap.js
vendored
2
src/me/topchetoeu/jscript/js/bootstrap.js
vendored
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user