Integrate typescript #8

Merged
TopchetoEU merged 16 commits from TopchetoEU/tests into master 2023-11-05 18:32:42 +00:00
2 changed files with 0 additions and 4 deletions
Showing only changes of commit e3104c223c - Show all commits

View File

@ -10,8 +10,6 @@ const conf = {
version: argv[3]
};
console.log(conf)
if (conf.version.startsWith('refs/tags/')) conf.version = conf.version.substring(10);
if (conf.version.startsWith('v')) conf.version = conf.version.substring(1);

View File

@ -1,7 +1,5 @@
(function (_arguments) {
var ts = _arguments[0];
log("Loaded typescript!");
var src = '', lib = _arguments[2].concat([ 'declare const exit: never;' ]).join(''), decls = '', version = 0;
var libSnapshot = ts.ScriptSnapshot.fromString(lib);