0.1.2 • Published 4 years ago

@openzeppelin/fuzzy-solidity-import-parser v0.1.2

Weekly downloads
1,091
License
MIT
Repository
-
Last release
4 years ago

Fuzzy Solidity Import Parser

This is an experiment in optimizing the parsing of Solidity files when the sole purpose is to get dependencies before sending it off to solc to compile. Thus, we rely on the compiler to detect any syntax errors, and in that case the library can return "false positives". The user of this library is meant to ignore errors when reading files from disk, and let the compiler report them.