Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 610033144
Change-Id: I9c9f05560659d1cf2b5d0ce6aa0f54b565acdd40
  • Loading branch information
lukesandberg authored and copybara-github committed Feb 24, 2024
1 parent fadcd64 commit 3ffffb9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/tsec/index.bzl
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
"""Bazel rules and macros for running tsec over a ng_module or ts_library."""

load("@npm//@bazel/concatjs/internal:ts_config.bzl", "TsConfigInfo")
load("@bazel_skylib//lib:new_sets.bzl", "sets")
load("@build_bazel_rules_nodejs//:providers.bzl", "DeclarationInfo", "NpmPackageInfo")
load("@build_bazel_rules_nodejs//:index.bzl", "nodejs_test")
load("@build_bazel_rules_nodejs//:providers.bzl", "DeclarationInfo", "NpmPackageInfo")

load("@npm//@bazel/concatjs/internal:ts_config.bzl", "TsConfigInfo")

TsecTargetInfo = provider("Attributes required for tsec_test to generate tsconfig.json", fields = ["srcs", "deps", "module_name", "paths", "node_modules_root"])

Expand Down

0 comments on commit 3ffffb9

Please sign in to comment.