mirror of
https://github.com/janet-lang/janet
synced 2025-11-19 00:35:11 +00:00
New sourcemaps v1.
This commit is contained in:
@@ -161,8 +161,6 @@ static void dst_mark_funcdef(DstFuncDef *def) {
|
||||
}
|
||||
if (def->source)
|
||||
dst_mark_string(def->source);
|
||||
if (def->sourcepath)
|
||||
dst_mark_string(def->sourcepath);
|
||||
if (def->name)
|
||||
dst_mark_string(def->name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user