From 6a54e31d8e1ac8aa292e20cd627ae212be73639a Mon Sep 17 00:00:00 2001 From: bleck9999 <55853712+bleck9999@users.noreply.github.com> Date: Tue, 27 Jul 2021 23:34:33 +0100 Subject: [PATCH] more power --- ts-minifier.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ts-minifier.py b/ts-minifier.py index 986953b..aefa81d 100644 --- a/ts-minifier.py +++ b/ts-minifier.py @@ -1,6 +1,6 @@ # Copyright (c) 2021 bleck9999 # https://github.com/bleck9999/ts-minifier -# Version: 360e126a +# Version: 85700fdd 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_", "cwd": "d_"} + "combinepath": "a_", "cwd": "d_", "power": "o_"} replace_functions = False