react-code-dataset
/
next.js
/turbopack
/crates
/turbopack-ecmascript
/tests
/tree-shaker
/analyzer
/dce
/input.js
| import { baz } from './module' | |
| if (1 + 1 == 3) { | |
| baz(); | |
| } | |