Program (module) [strict] @1:1 ├─ ImportStatement from "module" @1:1 ├─ ImportStatement from "bare" @2:1 ├─ ExpressionStatement @3:1 │ └─ BinaryExpression (+) @3:3 │ ├─ NumericLiteral 1 @3:1 │ └─ NumericLiteral 2 @3:5 ├─ ImportStatement from "named" @4:1 │ └─ ImportName: foo, LocalName: foo ├─ ImportStatement from "named-no-semi" @5:1 │ └─ ImportName: bar, LocalName: bar ├─ ExpressionStatement @6:1 │ └─ BinaryExpression (+) @6:3 │ ├─ NumericLiteral 3 @6:1 │ └─ NumericLiteral 4 @6:5 ├─ ImportStatement from "default" @7:1 │ └─ ImportName: default, LocalName: baz └─ ImportStatement from "namespace" @8:1 └─ ImportName: None, LocalName: ns