mirror of https://github.com/boa-dev/boa.git
Browse Source
* Fix a Parser Idempotency Issue This PR fixes #3133 by correctly implementing `ToIndentedString` for `with` statement. It also replaces the existing `ToInternedString` implementation because it is implemented for all types implementing `ToIndentedString` in `boa_interner/src/lib.rs`. * Add test for with statement formatting --------- Co-authored-by: raskad <32105367+raskad@users.noreply.github.com>pull/3498/head
Veera
11 months ago
committed by
GitHub
2 changed files with 18 additions and 6 deletions
Loading…
Reference in new issue