mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-19 01:41:30 +00:00
move stuff, run both untouched and optimized
This commit is contained in:
11
std/assembly/diagnostics.ts
Normal file
11
std/assembly/diagnostics.ts
Normal 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;
|
Reference in New Issue
Block a user