Skip to content

stefanpenner/_playing_around_with_bazel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Experimenting with Bazel

This ia a playground to better understand some specific bazel features

Directories:

  • /app/ a silly TS app that needs its TS files compiled, and those files concattenated
  • /compiler/ a silly "compiler" that takes TS files and produced js files

Stuff to explore:

  • convert from WORKSPACE to Bazel Modules
    • figure out why compiler/WORKSPACE is needed
    • rename the-compiler back to compiler
  • using toolchains
    • polish toolchain usage
  • using go workspaces
  • using go modules
  • using node modules
  • bazel test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published