https://github.com/angular/angular
Revision 11414d24d480c3776908ae1cf5d71326bf278861 authored by Pete Bacon Darwin on 12 June 2021, 19:56:05 UTC, committed by atscott on 02 August 2021, 16:53:16 UTC
These token interfaces will make it easier to reason about tokens in the
parser and in specs.

Previously, it was never clear what items could appear in the `parts`
array of a token given a particular `TokenType`. Now, each token interface
declares a labelled tuple for the parts, which helps to document the token
better.

PR Close #42062
1 parent 82ca69d
History
Tip revision: 11414d24d480c3776908ae1cf5d71326bf278861 authored by Pete Bacon Darwin on 12 June 2021, 19:56:05 UTC
refactor(compiler): define interfaces for each lexer token (#42062)
Tip revision: 11414d2
File Mode Size
images
BAZEL.md -rw-r--r-- 15.2 KB
BRANCHES.md -rw-r--r-- 7.3 KB
CARETAKER.md -rw-r--r-- 1019 bytes
CODING_STANDARDS.md -rw-r--r-- 7.5 KB
COMMITTER.md -rw-r--r-- 1.0 KB
DEBUG.md -rw-r--r-- 1020 bytes
DEBUG_COMPONENTS_REPO_IVY.md -rw-r--r-- 1.6 KB
DEVELOPER.md -rw-r--r-- 10.3 KB
FIXUP_COMMITS.md -rw-r--r-- 4.7 KB
GITHUB_PROCESS.md -rw-r--r-- 2.8 KB
NAMING.md -rw-r--r-- 889 bytes
PR_REVIEW.md -rw-r--r-- 5.1 KB
PUBLIC_API.md -rw-r--r-- 5.9 KB
RELEASE_SCHEDULE.md -rw-r--r-- 314 bytes
SAVED_REPLIES.md -rw-r--r-- 3.9 KB
TOOLS.md -rw-r--r-- 5.5 KB
TRIAGE_AND_LABELS.md -rw-r--r-- 12.5 KB

back to top