1
0
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:
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

@@ -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);
}