We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49ea4c commit a9bbc6aCopy full SHA for a9bbc6a
CHANGELOG.md
@@ -1,12 +1,16 @@
1
# esrap changelog
2
3
+## 1.3.2
4
+
5
+- Loosen types ([#15](https://github.com/Rich-Harris/esrap/pull/15))
6
7
## 1.3.1
8
9
- Fix types
10
11
## 1.3.0
12
-- Support TypeScript nodes
13
+- Support TypeScript nodes ([#13](https://github.com/Rich-Harris/esrap/pull/13))
14
15
## 1.2.3
16
package.json
@@ -1,6 +1,6 @@
{
"name": "esrap",
- "version": "1.3.1",
+ "version": "1.3.2",
"description": "Parse in reverse",
"repository": {
"type": "git",
0 commit comments