mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-16 00:11:28 +00:00
Eliminate @builtin
decorator for compatibility with TS
This commit is contained in:
3
std/assembly.d.ts
vendored
3
std/assembly.d.ts
vendored
@ -346,6 +346,3 @@ declare function unmanaged(target: Function): any;
|
||||
|
||||
/** Annotates a class field with an explicit offset. */
|
||||
declare function offset(offset: usize): any;
|
||||
|
||||
/** Annotates an element as begin built-in. */
|
||||
declare function builtin(target: Function): any;
|
||||
|
Reference in New Issue
Block a user