solparse icon indicating copy to clipboard operation
solparse copied to clipboard

Solidity Parser for Solium

Results 19 solparse issues
Sort by recently updated
recently updated
newest added

Bumps [diff](https://github.com/kpdecker/jsdiff) to 5.0.0 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `diff` from 3.3.1 to 5.0.0 Changelog Sourced from diff's changelog. v5.0.0 Breaking: UMD...

dependencies

Bumps [yargs-parser](https://github.com/yargs/yargs-parser) to 21.1.1 and updates ancestor dependency [yargs](https://github.com/yargs/yargs). These dependencies need to be updated together. Updates `yargs-parser` from 8.0.0 to 21.1.1 Release notes Sourced from yargs-parser's releases. yargs-parser: v21.1.1...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 5.0.1. Changelog Sourced from minimatch's changelog. change log 9.0 No default export, only named exports. 8.0 Recursive descent parser for extglob, allowing correct support for...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Release notes Sourced from y18n's releases. y18n y18n-v4.0.3 Bug Fixes release: 4.x.x should not enforce Node 10 (#126) (1e21a53) y18n y18n-v4.0.2 Bug Fixes security:...

dependencies

Removes [mem](https://github.com/sindresorhus/mem). It's no longer used after updating ancestor dependency [yargs](https://github.com/yargs/yargs). These dependencies need to be updated together. Removes `mem` Updates `yargs` from 10.0.3 to 17.7.1 Release notes Sourced from...

dependencies

Bump the version of mocha, yargs and mkdirp to solve the issues shown by npm audit: # npm audit security report ## Run npm install [email protected] to resolve 1 vulnerability...

Minimist and mem have security issues: - https://npmjs.com/advisories/1084 - https://npmjs.com/advisories/1179 The version of mocha, yargs and mkdirp on package.json have this vulnerabilities. To fix them just bump the versions as...

Seems that language grammar in solidity.pegjs is incomplete,, I haven't found statements for `switch`, `case`, `default`, `break` and `continue`.

https://github.com/federicobond/solidity-parser-antlr/issues/34 Need to verify whether `return();` is valid solidity syntax or not.