You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This backs up what we're seeing in actual .tsx files that are being formatted with typescript-formatter, i.e. that non-valid JS identifier attributes are causing the formatter to fall over.
This feels like something the formatter should be able to handle.
Thoughts?
The text was updated successfully, but these errors were encountered:
If
tests/cases/fourslash/formattingJsxElements.ts
is amended as follows (addingdata-id="test"
to the<div>
):and then run, we see a failure:
This backs up what we're seeing in actual
.tsx
files that are being formatted withtypescript-formatter
, i.e. that non-valid JS identifier attributes are causing the formatter to fall over.This feels like something the formatter should be able to handle.
Thoughts?
The text was updated successfully, but these errors were encountered: