Skip to content

Commit e1b98ff

Browse files
authored
Update JavaScript and TypeScript parsers (#91)
Fix #90, update javascript parser to fix parsing object destructing with default values. Update typescript parser as well to make sure it's compatible with the javascript parser it depends on.
1 parent 695ab38 commit e1b98ff

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
- Update `javascript` grammar to fix object destructing with default values
6+
- Update `typescript` grammar
7+
58
## 0.11.4 - 2022-03-19
69

710
## 0.11.4 - 22-03-10

0 commit comments

Comments
 (0)