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 eaf5778 commit 41c2bd3Copy full SHA for 41c2bd3
CHANGELOG.md
@@ -1,5 +1,8 @@
1
Unreleased
2
==================
3
+
4
+3.3.2 / 2022-07-06
5
+==================
6
- [Fix] Handle `as` casts in TSNonNullExpression
7
8
3.3.1 / 2022-06-22
package.json
@@ -1,6 +1,6 @@
{
"name": "jsx-ast-utils",
- "version": "3.3.1",
+ "version": "3.3.2",
"description": "AST utility module for statically analyzing JSX",
"main": "lib/index.js",
"scripts": {
0 commit comments