Added ArrayInfo, NullableInfo, PromiseInfo generation

This commit is contained in:
Alexandros Naskos
2018-04-24 17:38:30 +03:00
parent 09d7033d1d
commit 182a9fad2d
2 changed files with 146 additions and 1 deletions

View File

@@ -6366,7 +6366,7 @@ static void define_builtin_compile_vars(CodeGen *g) {
"};\n"
"\n"
"pub const ArrayInfo = struct {\n"
" len: u64,\n"
" len: usize,\n"
" child: &TypeInfo,\n"
"};\n"
"\n"