dasylang / dasy

a lisp built on top of vyper
48 stars 2 forks source link

Check source maps correctly set #4

Open z80dev opened 1 year ago

z80dev commented 1 year ago

Setting source code location per-node has been kinda ad-hoc but is very useful for tools like boa.

Also figure out how we're going to deal with this in imported code/modules

z80dev commented 1 year ago

its working as expected but we have no tests around it

let's figure out the best way to verify source maps are working as expected