From 205e0510d14ff5051e39dc92a6e74fd3084d0677 Mon Sep 17 00:00:00 2001 From: bleck9999 <55853712+bleck9999@users.noreply.github.com> Date: Tue, 27 Jul 2021 19:56:53 +0100 Subject: [PATCH] speed --- ts-minifier.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ts-minifier.py b/ts-minifier.py index b8a6208..9088fa2 100644 --- a/ts-minifier.py +++ b/ts-minifier.py @@ -1,6 +1,6 @@ # Copyright (c) 2021 bleck9999 # https://github.com/bleck9999/ts-minifier -# Version: b9ea46f3 +# Version: 0793d0a7 import argparse import re @@ -12,7 +12,7 @@ sub_funcs = {'while': "_h", 'print': "_p", 'println': "_l", 'mountsys': "_s", 'm 'clear': "_x", 'timer': "_t", 'deldir': "_g", 'fsexists': "_f", 'delfile': "_z", "copydir": "c_", "movefile": "_v", "payload": "_j", "readfile": "_o", "writefile": "w_", "setpixels": "y_", "printpos": "p_", "emmcread": "e_", "emmcwrite": "f_", "emummcread": "r_", "emummcwrite": "s_", "escapepath": "x_", - "combinepath": "a_"} + "combinepath": "a_", "cwd": "d_"} replace_functions = False