Skip to content

Commit

Permalink
docs: fill in TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Jul 1, 2024
1 parent a6a8098 commit 600f9eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/rules.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion ts/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,9 @@ def ts_project(
See https://www.typescriptlang.org/docs/handbook/compiler-options.html#compiler-options
Typically useful arguments for debugging are `--listFiles` and `--listEmittedFiles`.
isolated_declarations: TODO
isolated_declarations: Whether to enforce that declaration output (.d.ts file) can be produced for a
single source file at a time. Requires some additional explicit types on exported symbols.
See https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-5.html#isolated-declarations
transpiler: A custom transpiler tool to run that produces the JavaScript outputs instead of `tsc`.
Expand Down

0 comments on commit 600f9eb

Please sign in to comment.