This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Javascript

Javascript projects

1 - Bazel targets

NameInfo
changelog
locationjs/BUILD.bazel:8:17
name//js:changelog
ruleClasspkg_filegroup
visibility
  • //visibility:public
changelog.changelog
locationjs/BUILD.bazel:8:17
name//js:changelog.changelog
ruleClassal_template_files
ruleOutput
  • //js:changelog.doc.md
visibility
  • //visibility:private
changelog.changelog_data
locationjs/BUILD.bazel:8:17
name//js:changelog.changelog_data
ruleClassal_git_run_binary
ruleOutput
  • //js:changelog.changelog_data.yaml
visibility
  • //visibility:private
changelog.changelog_files
locationjs/BUILD.bazel:8:17
name//js:changelog.changelog_files
ruleClasspkg_files
visibility
  • //visibility:private
changelog.template
locationjs/BUILD.bazel:8:17
name//js:changelog.template
ruleClass_write_file
ruleOutput
  • //js:changelog.template.md
visibility
  • //visibility:private
postcss
locationjs/BUILD.bazel:18:23
name//js:postcss
ruleClassjs_binary
visibility
  • //visibility:public
postcss__entry_point
locationjs/BUILD.bazel:18:23
name//js:postcss__entry_point
ruleClassdirectory_path
visibility
  • //visibility:private
prettier
locationjs/BUILD.bazel:13:25
name//js:prettier
ruleClassjs_binary
visibility
  • //visibility:public
prettier__entry_point
locationjs/BUILD.bazel:13:25
name//js:prettier__entry_point
ruleClassdirectory_path
visibility
  • //visibility:private
readme
locationjs/BUILD.bazel:24:10
name//js:readme
ruleClassfilegroup
visibility
  • //visibility:public
readme.srcs
locationjs/BUILD.bazel:24:10
name//js:readme.srcs
ruleClasspkg_files
visibility
  • //visibility:private
readme.with_children
locationjs/BUILD.bazel:24:10
name//js:readme.with_children
ruleClasspkg_filegroup
visibility
  • //visibility:public

2 - Changelog

  • Fix hugo build in CI (70f831)
  • Fix al_hugo_run_binary, add al_http_server_binary (1bf299)
  • Move changelog rules to bzl/rules/git, improve ansible rules (c94123)
  • Move changelog rules to bzl/rules/changelog (4d59d6)
  • Move readme rules to bzl/rules/readme (95ea8d)
  • Move bzl rules to bzl/rules/bzl (57930e)
  • Move go tools to go/tools with a separate go.mod, rename MODULE files (fe6e1d)
  • Bump bazel version, split the root MODULE file, add bzl/rules/ansible (981a38)
  • Change nvim theme to navarasu/onedark.nvim (e2f7da)
  • Add ability to stop to leetcode-downloader (d7edcb)
  • Add sh leetcode (e4a776)
  • Add new leetcode submissions, change leetcode directory structure (196bcd)
  • Add changelog for all packages (a6ebf9)
  • Add bzl_target_doc (c5636e)
  • Add al_vial_submissions macro, update titles and descriptions (79c826)
  • Update books, update some readmes (26fa79)
  • Add heading anchors, add theme toggle, add search, add taxonomies (f79db8)
  • Fix postcss modules by moving all dependencies to //:node_modules (630911)
  • Add more debug for al_hugo_site, add author section to books.md (9ae8c0)
  • Fix postcss invocation in hugo/sites/misc (fb79a3)
  • Remove al_hugo_theme and al_hugo_module, fix al_hugo_serve (3619a7)
  • Add hugo site rules, setup build for hugo/sites/misc (b7b15d)
  • Add al_hugo_theme, al_hugo_theme_info, al_hugo_build, fix docsy source (db6acf)
  • Add js cli tools (28f0dd)
  • Add js/docsy, add com-github-google-docsy (8e7707)
  • Use subpackages() to build docs instead of writing queries to the tree (ba7b67)
  • Add md targets for all md files, add bzl/vars/readmes.bzl (a39482)
  • Move md/docs/ to md/docs/src, add rules_lint (85eaf6)
  • Add al_readme plugin, split variables in /bzl/vars (9212dc)
  • Add //bzl/vars:bzl_libs, use write_source_file to generate md files (936a02)
  • Add al_alias_map macro (e23563)
  • Rename javascript to js, shell to sh, perl to pl, rust to rs (3f7ffb)

3 - Leetcode downloader

Tampermonkey script to download leetcode submissions

How to use

  • Enable the script
  • Go to the submissions page: https://leetcode.com/submissions
  • Click on the Download submissions button in the bottom right corner
  • Wait
  • The submissions file should be in ~/Downloads

3.1 - Bazel targets

NameInfo
changelog
locationjs/leetcode-downloader/BUILD.bazel:11:17
name//js/leetcode-downloader:changelog
ruleClasspkg_filegroup
visibility
  • //visibility:public
changelog.changelog
locationjs/leetcode-downloader/BUILD.bazel:11:17
name//js/leetcode-downloader:changelog.changelog
ruleClassal_template_files
ruleOutput
  • //js/leetcode-downloader:changelog.doc.md
visibility
  • //visibility:private
changelog.changelog_data
locationjs/leetcode-downloader/BUILD.bazel:11:17
name//js/leetcode-downloader:changelog.changelog_data
ruleClassal_git_run_binary
ruleOutput
  • //js/leetcode-downloader:changelog.changelog_data.yaml
visibility
  • //visibility:private
changelog.changelog_files
locationjs/leetcode-downloader/BUILD.bazel:11:17
name//js/leetcode-downloader:changelog.changelog_files
ruleClasspkg_files
visibility
  • //visibility:private
changelog.template
locationjs/leetcode-downloader/BUILD.bazel:11:17
name//js/leetcode-downloader:changelog.template
ruleClass_write_file
ruleOutput
  • //js/leetcode-downloader:changelog.template.md
visibility
  • //visibility:private
lib
locationjs/leetcode-downloader/BUILD.bazel:16:11
name//js/leetcode-downloader:lib
ruleClassjs_library
visibility
  • //visibility:public
readme
locationjs/leetcode-downloader/BUILD.bazel:6:10
name//js/leetcode-downloader:readme
ruleClassfilegroup
visibility
  • //visibility:public
readme.srcs
locationjs/leetcode-downloader/BUILD.bazel:6:10
name//js/leetcode-downloader:readme.srcs
ruleClasspkg_files
visibility
  • //visibility:private
readme.with_children
locationjs/leetcode-downloader/BUILD.bazel:6:10
name//js/leetcode-downloader:readme.with_children
ruleClasspkg_filegroup
visibility
  • //visibility:public

3.2 - Changelog

  • Move changelog rules to bzl/rules/git, improve ansible rules (c94123)
  • Move changelog rules to bzl/rules/changelog (4d59d6)
  • Move readme rules to bzl/rules/readme (95ea8d)
  • Move bzl rules to bzl/rules/bzl (57930e)
  • Change nvim theme to navarasu/onedark.nvim (e2f7da)
  • Add ability to stop to leetcode-downloader (d7edcb)
  • Add sh leetcode (e4a776)
  • Add new leetcode submissions, change leetcode directory structure (196bcd)
  • Add changelog for all packages (a6ebf9)
  • Add bzl_target_doc (c5636e)
  • Update books, update some readmes (26fa79)
  • Use subpackages() to build docs instead of writing queries to the tree (ba7b67)
  • Add md targets for all md files, add bzl/vars/readmes.bzl (a39482)
  • Rename javascript to js, shell to sh, perl to pl, rust to rs (3f7ffb)