Skip to content
  • Pei Wang's avatar
    build: Turn tsec checks into bazel tests. (#43108) · d12d068c
    Pei Wang authored
    Introduce two new bazel rules: tsec_test and tsec_config, for
    describing the tsec checks and the tsconfig file needed for such
    checks, respectively. Currently, tsec_test only checks the srcs
    of a ts_library or ng_module. It does not check direct or transitive
    dependencies. Also, tsconfig files need to be manually maintained
    to make sure tsec can read all necessary input (including global
    symbols).
    
    PR Close #43108
    d12d068c