Skip to content

Commit

Permalink
✨ Allow nesting of commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mationai committed Jul 22, 2022
1 parent 29f206c commit a4b8f94
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 3 deletions.
2 changes: 2 additions & 0 deletions dist/index.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -4419,6 +4419,8 @@ parse$1.Value = (node = {}) => {
return parse$1.KeyValue(node.child(0), node.child(2));
case "Map":
return parse$1.Map(node);
case "Command":
return parse$1.Command(node);
case "EmptyMap":
return {};
}
Expand Down
Loading

0 comments on commit a4b8f94

Please sign in to comment.