diff --git a/javascript/ql/src/change-notes/2025-02-04-jsx-parser-first-attempt.md b/javascript/ql/src/change-notes/2025-02-04-jsx-parser-first-attempt.md new file mode 100644 index 00000000000..5a5f7acc0ba --- /dev/null +++ b/javascript/ql/src/change-notes/2025-02-04-jsx-parser-first-attempt.md @@ -0,0 +1,5 @@ +--- +category: fix +--- +* Fixed a bug that would cause parse errors in `.jsx` files in rare cases where the file + contained syntax that was misinterpreted as Flow syntax.