mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-16 16:31:32 +00:00
Move built-in declarations to actual sources; Remove declaration is null checks; Resolve calls
This commit is contained in:
3
std/assembly.d.ts
vendored
3
std/assembly.d.ts
vendored
@ -297,3 +297,6 @@ 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