INNER CODE UNIT · C
iter
spheredev/neosphere · src/cell/build.c:655
iter = vector_enum(build->source_maps);
while ((source_map = iter_next(&iter))) {
jsal_push_string(source_map->filename);
jsal_push_ref_weak(source_map->map);
jsal_put_prop(-3);
}
jsal_put_prop_string(-2, "sourceMaps");
}
jsal_stringify(-1);
json = jsal_get_lstring(-1, &json_size);
fs_fspew(build->fs, "@/artifacts.json", json, json_size);
finished:
return visor_num_errors(build->visor) == 0;
}
static void
cache_value_to_this(const char* key)