This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First phase of token iteration cleanup: create a TokenIterator class and
migrate existing clients of TokenUtils. Simplifies code that skips whitespace but doesn't change much else yet, beyond a few specific cleanups: - add & clarify docs in EditorCommandHandlers - in blockCommentPrefixSuffix(), make start/endStream effectively immutable per TomM in #3060 - in CSSUtils, simplify how streams are cloned & remove unneeded pos cloning - in HTMLUtils.getTagInfo() remove unneeded 2nd iterator
- Loading branch information
1 parent
0a2d421
commit 4452285
Showing
5 changed files
with
489 additions
and
281 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.