From 42b7781473666bbeacabd35a127238d8616b6b15 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Tue, 16 Apr 2024 14:40:00 -0700 Subject: [PATCH] Mention JS extension in Aspect CLI (#1646) * Update README.rst * Update README.rst --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4fbf18500..2b9994f20 100644 --- a/README.rst +++ b/README.rst @@ -4,6 +4,7 @@ Gazelle build file generator .. All external links are here .. _a gazelle extension: https://github.com/bazel-contrib/rules_jvm/tree/main/java/gazelle .. _Kotlin Support: https://github.com/aspect-build/aspect-cli/blob/main/gazelle/kotlin/ +.. _JavaScript and TypeScript Support: https://github.com/aspect-build/aspect-cli/blob/main/gazelle/js/ .. _Architecture of Gazelle: Design.rst .. _Repository rules: repository.md .. _go_repository: repository.md#go_repository @@ -104,6 +105,8 @@ Gazelle can generate Bazel BUILD files for many languages: generating ``java_library``, ``java_binary``, ``java_test``, and ``java_test_suite`` rules. * JavaScript / TypeScript + + Aspect provides `JavaScript and TypeScript Support`_ in aspect-cli (also usable separately). BenchSci's `rules_nodejs_gazelle`_ supports generating `ts_project`, `js_library`, `jest_test`, and `web_asset` rules, and is able to support module bundlers like Webpack and Next.js @@ -112,8 +115,7 @@ Gazelle can generate Bazel BUILD files for many languages: * Kotlin Aspect Build provides some `Kotlin Support`_ in the repo of their aspect-cli (also usable separately). - Still under development, please check the README for - currently available features. + Still under development, please check the README for currently available features. * Protocol Buffers