solidity-ast icon indicating copy to clipboard operation
solidity-ast copied to clipboard

TypeScript types and a JSON Schema for the Solidity AST

Results 5 solidity-ast issues
Sort by recently updated
recently updated
newest added

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

Let `deref: ASTDereferencer`, we could have additional helpers: - `deref.functionCall(node: FunctionCall): FunctionDefinition | VariableDeclaration | undefined` - `deref.scope(node: FunctionDefinition | StructDefinition | ...): ContractDefinition | SourceUnit` - `deref.scope(node: VariableDeclaration): Block...

I've implemented NatSpec parsing a few times, it's really tricky and I'm certain I've never implemented it in the same way the compiler is doing it. So it would be...

- [ ] Review the [latest Solidity changes](https://github.com/ethereum/solidity/blob/develop/Changelog.md) and add test files for any new language constructs. - [ ] If tests are failing: fix the schema and update the...

Bumps the npm_and_yarn group with 1 update in the / directory: [js-yaml](https://github.com/nodeca/js-yaml). Updates `js-yaml` from 4.1.0 to 4.1.1 Changelog Sourced from js-yaml's changelog. [4.1.1] - 2025-11-12 Security Fix prototype pollution...

dependencies
javascript