Eliminate @builtin decorator for compatibility with TS

This commit is contained in:
dcodeIO
2018-03-21 16:29:08 +01:00
parent 56d891583e
commit 49f4d3dff1
22 changed files with 949 additions and 984 deletions

3
std/assembly.d.ts vendored
View File

@ -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;