move stuff, run both untouched and optimized

This commit is contained in:
dcode
2019-05-21 15:02:39 +02:00
parent 7128d190a5
commit c92643832c
49 changed files with 34520 additions and 43738 deletions

View File

@ -0,0 +1,11 @@
// @ts-ignore: decorator
@builtin
export declare function ERROR(message?: string): void;
// @ts-ignore: decorator
@builtin
export declare function WARNING(message?: string): void;
// @ts-ignore: decorator
@builtin
export declare function INFO(message?: string): void;