diff options
author | 2021-04-20 19:09:17 -0700 | |
---|---|---|
committer | 2021-04-20 19:09:17 -0700 | |
commit | 49f4011a66cd29652133f3c1139241728b641d5e (patch) | |
tree | 32a9c09e0f9c225a5c99e292cc1cfc8c1412a11f /src/ast | |
parent | 4ff1850768cc9203db825401db9aca6ea2fcad08 (diff) | |
download | bun-49f4011a66cd29652133f3c1139241728b641d5e.tar.gz bun-49f4011a66cd29652133f3c1139241728b641d5e.tar.zst bun-49f4011a66cd29652133f3c1139241728b641d5e.zip |
WIP
Diffstat (limited to 'src/ast')
-rw-r--r-- | src/ast/base.zig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ast/base.zig b/src/ast/base.zig index b9b7ed19a..59193adc1 100644 --- a/src/ast/base.zig +++ b/src/ast/base.zig @@ -2,7 +2,3 @@ pub const JavascriptString = []u16; pub const NodeIndex = u32; pub const NodeIndexNone = 4294967293; - -pub const BindingNodeIndex = NodeIndex; -pub const StmtNodeIndex = NodeIndex; -pub const ExprNodeIndex = NodeIndex; |