1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-06 18:43:04 +00:00

New sourcemaps v1.

This commit is contained in:
Calvin Rose
2018-06-28 23:36:31 -04:00
parent 23dcfb986e
commit bb406133de
25 changed files with 1118 additions and 677 deletions

View File

@@ -223,7 +223,6 @@ DstFuncDef *dst_funcdef_alloc() {
def->slotcount = 0;
def->arity = 0;
def->source = NULL;
def->sourcepath = NULL;
def->sourcemap = NULL;
def->name = NULL;
def->defs = NULL;