@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.
11 lines • 459 B
JavaScript
// This file is generated automatically by infrastructure scripts. Please don't edit by hand.
/*
* __SLANG_NPM_PACKAGE_EXPORTS__ (keep in sync)
*/
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.mjs.map