What browser did you use to see problem?
Chrome and Firefox
What did you do?
In Code Explorer I chose the JavaScript language and switched to JSON AST view.
In the source panel on the left, I entered a bigint, e.g. 2n. Then I deleted it again.
The panel on the right shows an error because the AST is not serializable, which is fine, but the error remains even if the source is modified to remove the unserializable bigint.
Example
What did you expect to happen?
The error in the right panel should disappear when the source is edited and the AST becomes serializable.
What actually happened?
The error remains even when the source is changed.
Participation
AI acknowledgment
Additional comments
No response
What browser did you use to see problem?
Chrome and Firefox
What did you do?
In Code Explorer I chose the JavaScript language and switched to JSON AST view.
In the source panel on the left, I entered a bigint, e.g.
2n. Then I deleted it again.The panel on the right shows an error because the AST is not serializable, which is fine, but the error remains even if the source is modified to remove the unserializable bigint.
Example
What did you expect to happen?
The error in the right panel should disappear when the source is edited and the AST becomes serializable.
What actually happened?
The error remains even when the source is changed.
Participation
AI acknowledgment
Additional comments
No response