Location fix for Mozilla AST start token.
This commit is contained in:
committed by
Richard van Velzen
parent
ae5366a31d
commit
f16033aafd
@@ -377,6 +377,8 @@
|
||||
line : start && start.line,
|
||||
col : start && start.column,
|
||||
pos : range ? range[0] : moznode.start,
|
||||
endline : start && start.line,
|
||||
endcol : start && start.column,
|
||||
endpos : range ? range[0] : moznode.start
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user