LayerXcom / vyper-remix

Remix Vyper Plugin
Apache License 2.0
17 stars 36 forks source link

SourceMap #11

Closed osuketh closed 5 years ago

osuketh commented 5 years ago

Is there any difference between solidity and vyper sourceMap? If any difference, it'll affect warn and error message for vyper.

osuketh commented 5 years ago

also affect remix-debug and remix-analyzer.

nrryuya commented 5 years ago

https://github.com/ethereum/vyper/issues/878 https://github.com/ethereum/vyper/issues/642

osuketh commented 5 years ago

We can use this. https://github.com/status-im/vyper-debug/blob/master/vdb/source_map.py

osuketh commented 5 years ago

sourceMappingDecoder https://github.com/ethereum/remix/blob/master/remix-lib/src/sourceMappingDecoder.js

nrryuya commented 5 years ago

We might need source map to enable other remix features like debugging) in the future.