-
Notifications
You must be signed in to change notification settings - Fork 13
Parsing fails on JSX + Flow file #59
Comments
This is because the SDK was updated to 2.14.x but the annotations were not. |
Does that mean we need to change something in the driver, or that we need only fix a version skew? |
@creachadair the driver's annotations must be updated if the SDK dependency is updated to SDK 2.14, the new version adds a check that will detect silently dropped fields in the semantic annotations so a previously working build would fail after the update. So the bug was there, just not detected. |
True. The message is almost the same so I got that wrong. |
Yes, that is very tricky - basically this seems like the same validation, but only in runtime. Has been addressed in #60 and now I'm moving to doing the same for js as you already did for cpp/ruby/etc 😨 |
Steps to reproduce
Expected
UASTv2 tree printed (with some nodes may be not annotated)
Actual
The text was updated successfully, but these errors were encountered: