Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/aspect-build/rules_ts

Bazel rules for the `tsc` compiler from http://typescriptlang.org
https://github.com/aspect-build/rules_ts

fix: add tsconfig root_dir/exclude validation

Mivr opened this pull request 9 days ago
chore: update bcr maintainer info

kormide opened this pull request 10 days ago
move tsconfig composite handling to ts_config

jbedard opened this issue 14 days ago
refactor: move ts_config src to outputted JsInfo.sources

jbedard opened this pull request 14 days ago
chore: enable Aspect Workflows RBE

gregmagolan opened this pull request 15 days ago
fix: ts_proto_library with strip_import_prefix in proto_library

amari opened this pull request 16 days ago
Changes by create-pull-request action

github-actions[bot] opened this pull request 16 days ago
[Bug]: `isolated_typecheck` & project references

walkerburgin opened this issue 16 days ago
test: use specific node version for pnpm in bat-tests

jbedard opened this pull request 16 days ago
fix: do not include tsconfig inputs in ts_project outputs

jbedard opened this pull request 16 days ago
fix: do not include `tsconfig.json` files in `JsInfo` types

devversion opened this pull request 16 days ago
chore: switch to Aspect Workflows on Buildkite

gregmagolan opened this pull request 26 days ago
[FR]: Support proto_library in other packages for ts_proto_library

ryanli opened this issue about 1 month ago
refactor: cleanup ts_project(isolated_typecheck) logic

jbedard opened this pull request about 1 month ago
feat: eliminate distinction between `srcs` and `assets`

jfirebaugh opened this pull request about 1 month ago
fix: `source_map = True, allow_js = True` outputs source maps for JS inputs

jfirebaugh opened this pull request about 1 month ago
[Q]: How to collect coverage from a TypeScript codebase?

aapzu opened this issue about 2 months ago
test: resolve_json_module with transpiler

jbedard opened this pull request about 2 months ago
refactor: align handling of non-transpiled .js/.d.ts

jbedard opened this pull request about 2 months ago
refactor: simplify tsconfig.json files computation

jbedard opened this pull request about 2 months ago
chore: bump GitHub actions to Workflows 5.11.20

gregmagolan opened this pull request about 2 months ago
test: demonstrate issue with ts_project(transpiler) and .d.ts srcs

jbedard opened this pull request about 2 months ago
ts_project: ensure assets get propagated

iamricard opened this pull request about 2 months ago
[FR]: Better documentation for tsconfig

antspy opened this issue about 2 months ago
[Bug]: `ts_config()` deps trigger type checking

walkerburgin opened this issue about 2 months ago
Changes by create-pull-request action

github-actions[bot] opened this pull request 2 months ago
Update proto.md

alexeagle opened this pull request 2 months ago
chore: bump to Workflows 5.11.17 GitHub Actions

gregmagolan opened this pull request 3 months ago
docs: change release notes to encourage bzlmod

jbedard opened this pull request 3 months ago
chore: remove docs and decprecate exclude_types_from_npm_packages

jbedard opened this pull request 3 months ago
test: run e2e bzlmod test on windows ci

jbedard opened this pull request 3 months ago
fix: windows typecheck_test .sh vs .bat error

jbedard opened this pull request 3 months ago
fix: support --incompatible_disallow_empty_glob

alexeagle opened this pull request 3 months ago
feat: validate tsconfig outDir vs ts_project(out_dir)

Mivr opened this pull request 3 months ago
fix: ts_project declaration sources from other directories

jbedard opened this pull request 3 months ago
fix: support setting resolveJsonModule with inline ts_project(tsconfig)

jbedard opened this pull request 3 months ago
Ensuring package_prefix is correct for external workspaces

menny opened this pull request 3 months ago
DNL: testing

gregmagolan opened this pull request 3 months ago
feat: specify tsc outputs in action progress message

jbedard opened this pull request 3 months ago
fix: align ts_project(data) runfiles with js_library(data)

jbedard opened this pull request 3 months ago
Revert "refactor: only pass --outDir flag when needed"

alexeagle opened this pull request 3 months ago
refactor: only pass --outDir flag when needed

alexeagle opened this pull request 3 months ago
build: upgrade to latest bazel 7.3.2

jbedard opened this pull request 3 months ago
fix: re-establish pre-3.2.1 copy_data_to_bin behavior

gzm0 opened this pull request 3 months ago
feat: always declare a ts_project _types target to fetch dts files

jbedard opened this pull request 4 months ago
feat: add transitive typecheck output group

MichaelMitchell-at opened this pull request 4 months ago
Changes by create-pull-request action

github-actions[bot] opened this pull request 4 months ago
Test case for ts/js interop.

aptenodytes-forsteri opened this pull request 4 months ago
test: add resolve_json_module with esm imports of package.json

jbedard opened this pull request 4 months ago
fix: always declare ts_project_rule as primary ts_project target

jbedard opened this pull request 4 months ago
fix: make `//ts:skipLibCheck` flag public

gzm0 opened this pull request 4 months ago
Add fixture for declaration transpiler test

MichaelMitchell-at opened this pull request 4 months ago
[Bug]: Source generated by conflicting actions when importing js into ts

aptenodytes-forsteri opened this issue 4 months ago
Support TypeScript workers with isolated declarations and custom TypeScript

MichaelMitchell-at opened this pull request 4 months ago
refactor: simplify ts_project macro conditional logic

jbedard opened this pull request 4 months ago
chore: upgrade bazel-lib in e2e tests for windows fix

jbedard opened this pull request 4 months ago
chore: upgrade bazel-lib in e2e tests for windows fix

jbedard opened this pull request 4 months ago
refactor: remove unnecessary worker exception

jbedard opened this pull request 4 months ago
docs: remove incorrect reference to typecheck validation action

jbedard opened this pull request 4 months ago
chore: adopt conclusion job for stable status check

alexeagle opened this pull request 4 months ago
refactor: always replace __files__ var in tsconfig template

jbedard opened this pull request 4 months ago
feat: support custom dts transpiler

jbedard opened this pull request 4 months ago
RFC: TSC Provider?

gzm0 opened this pull request 4 months ago
Testing

gregmagolan opened this pull request 4 months ago
fix: do not rely on @npm_typescript if custom tsc is provided

gzm0 opened this pull request 4 months ago
refactor: replace 2-arg .add_all with .add

jbedard opened this pull request 5 months ago
Changes by create-pull-request action

github-actions[bot] opened this pull request 5 months ago
refactor: change typechecking validation action to output group

jbedard opened this pull request 5 months ago
perf: remove unnecessary array create+join

jbedard opened this pull request 5 months ago
perf: remove unnecessary tsconfig relative_file computation

jbedard opened this pull request 5 months ago
perf: remove duplicate path.removeprefix calls

jbedard opened this pull request 5 months ago
chore: update GHA Workflows yaml to 5.11.0

gregmagolan opened this pull request 5 months ago
perf: remove _replace_ext in lib.bzl

dzbarsky opened this pull request 5 months ago
perf: cleanup default ext handling in _replace_ext

dzbarsky opened this pull request 5 months ago
perf: reduce use of join in _to_out_path

dzbarsky opened this pull request 5 months ago
feat: support --noEmit for type-checking as a validation action

jbedard opened this pull request 5 months ago
feat: support --noCheck for parallel transpiling without type-checking

jbedard opened this pull request 5 months ago
test: update typescript to 5.6

jbedard opened this pull request 5 months ago
fix: support custom tsc version numbers when integrity passed

jbedard opened this pull request 5 months ago
perf: reduce array array operations

jbedard opened this pull request 5 months ago
feat: allow definition of alternative typescript repositories

alexeagle opened this pull request 5 months ago
chore: update to rules_js 2.0.0

alexeagle opened this pull request 5 months ago
fix(ts_proto_library): Depend on @bufbuild/protobuf

mrmeku opened this pull request 5 months ago
chore(deps): update rules_lint

alexeagle opened this pull request 5 months ago
fix: join `--descriptor_set_in` with host path separator

willjschmitt opened this pull request 6 months ago
Update transpiler.md

alexeagle opened this pull request 6 months ago
fix: convert forward slashes to backslashes for protoc plugins on Windows.

willjschmitt opened this pull request 6 months ago
DNL: testing

gregmagolan opened this pull request 6 months ago