Package Exports
- solidity-parser-antlr
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (solidity-parser-antlr) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
solidity-parser-antlr
A Solidity parser built on top of a robust ANTLR4 grammar.
Usage
import SolidityParser from 'solidity-parser-antlr';
SolidityParser.parse(`
contract test {
uint256 a;
function f() {}
}
`)
Author
Federico Bond (@federicobond)
License
GPL 3.0