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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user