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
File Mode Size
README.md -rw-r--r-- 967 bytes
bazel.common.rc -rw-r--r-- 498 bytes
bazel.linux.rc -rw-r--r-- 1.1 KB
bazel.windows.rc -rw-r--r-- 750 bytes
config.yml -rw-r--r-- 41.1 KB
env-helpers.inc.sh -rw-r--r-- 2.6 KB
env.sh -rwxr-xr-x 6.9 KB
gcp_token -rw-r--r-- 2.3 KB
github_token -rw-r--r-- 80 bytes
rebase-pr.js -rw-r--r-- 6.4 KB
setup_cache.sh -rwxr-xr-x 385 bytes
trigger-webhook.js -rw-r--r-- 2.8 KB
windows-env.ps1 -rw-r--r-- 3.8 KB

README.md

back to top