aboutsummaryrefslogtreecommitdiff
path: root/pw_presubmit
diff options
context:
space:
mode:
authorAsad Memon <asadmemon@google.com>2022-04-25 17:51:19 -0700
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-05-02 20:37:00 +0000
commit74faca459c5b29d6e42fd626c174e51690ecc260 (patch)
treec614acfbc48efc825d557211d09050c18a7196af /pw_presubmit
parent199208c8306936511bd30783c7bc4efa27d9d1f0 (diff)
downloadpigweed-74faca459c5b29d6e42fd626c174e51690ecc260.tar.gz
pw_tokenizer: Add a basic typescript implementation
Change-Id: Iae9528e65f5d39d7198c544d74901722f6512948 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/92460 Reviewed-by: Anthony DiGirolamo <tonymd@google.com> Reviewed-by: Wyatt Hepler <hepler@google.com> Commit-Queue: Asad Memon <asadmemon@google.com>
Diffstat (limited to 'pw_presubmit')
-rwxr-xr-xpw_presubmit/py/pw_presubmit/pigweed_presubmit.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pw_presubmit/py/pw_presubmit/pigweed_presubmit.py b/pw_presubmit/py/pw_presubmit/pigweed_presubmit.py
index 577b6b317..fb27f58a6 100755
--- a/pw_presubmit/py/pw_presubmit/pigweed_presubmit.py
+++ b/pw_presubmit/py/pw_presubmit/pigweed_presubmit.py
@@ -375,6 +375,7 @@ _MODULES_THAT_BUILD_WITH_BAZEL = [
'//pw_sys_io_baremetal_stm32f429/...',
'//pw_sys_io_stdio/...',
'//pw_thread_stl/...',
+ '//pw_tokenizer/ts/...',
'//pw_tool/...',
'//pw_toolchain/...',
'//pw_transfer/...',
@@ -411,6 +412,7 @@ _MODULES_THAT_TEST_WITH_BAZEL = [
'//pw_stream/...',
'//pw_string/...',
'//pw_thread_stl/...',
+ '//pw_tokenizer/ts/...',
'//pw_transfer/...',
'//pw_unit_test/...',
'//pw_varint/...',