Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR fixes boa-dev#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`.
- Loading branch information