You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -25,13 +25,13 @@ A TypeScript package providing a normalized typed Solidity AST along with the ut
25
25
26
26
Package could be installed globally via following command:
27
27
28
-
```console
28
+
```bash
29
29
npm install -g solc-typed-ast
30
30
```
31
31
32
32
Also it can be installed as the dependency:
33
33
34
-
```console
34
+
```bash
35
35
npm install --save solc-typed-ast
36
36
```
37
37
@@ -120,7 +120,7 @@ for (const sourceUnit of sourceUnits) {
120
120
121
121
Package bundles a `sol-ast-compile` CLI tool to provide help with development process. It is able to compile the Solidity source and output short AST structure with following:
0 commit comments