@nomicfoundation/slang
Version:
A modular set of compiler APIs empowering the next generation of Solidity code analysis and developer tooling. Written in Rust and distributed in multiple languages.
7 lines • 312 B
text/typescript
export * as ast from "./ast/index.mjs";
export * as bindings from "./bindings/index.mjs";
export * as compilation from "./compilation/index.mjs";
export * as cst from "./cst/index.mjs";
export * as parser from "./parser/index.mjs";
export * as utils from "./utils/index.mjs";
//# sourceMappingURL=index.d.mts.map