Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bazelbuild/rules_typescript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.23.2
Choose a base ref
...
head repository: bazelbuild/rules_typescript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Loading
Showing 348 changed files with 7,444 additions and 27,663 deletions.
15 changes: 5 additions & 10 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
---
bazel: 2.1.0
platforms:
ubuntu1404:
ubuntu1604:
run_targets:
- "//:gazelle"
- "@nodejs//:yarn"
build_targets:
- "..."
- "@disable_tsetse_for_external_test//..."
test_flags:
# TODO(gregmagolan): shared libs needed by chrome & firefox not available on ubuntu1404
# TODO(gregmagolan): shared libs needed by chrome & firefox not available on ubuntu1604
- "--test_tag_filters=-browser:chromium-local,-browser:firefox-local"
test_targets:
- "..."
ubuntu1604:
ubuntu1804:
run_targets:
- "//:gazelle"
- "@nodejs//:yarn"
build_targets:
- "..."
- "@disable_tsetse_for_external_test//..."
test_flags:
# TODO(gregmagolan): shared libs needed by chrome & firefox not available on ubuntu1604
# TODO(gregmagolan): shared libs needed by chrome & firefox not available on ubuntu1404
- "--test_tag_filters=-browser:chromium-local,-browser:firefox-local"
test_targets:
- "..."
@@ -30,7 +29,6 @@ platforms:
- "@nodejs//:yarn"
build_targets:
- "..."
- "@disable_tsetse_for_external_test//..."
test_flags:
# TODO(gregmagolan): chrome & firefox unknown breakage on macos target here; does work locally on mac
- "--test_tag_filters=-browser:chromium-local,-browser:firefox-local"
@@ -44,11 +42,8 @@ platforms:
- "--action_env=PATH"
build_targets:
- "..."
- "@disable_tsetse_for_external_test//..."
test_flags:
- "--action_env=PATH"
- "--test_env=PATH"
test_targets:
- "--"
- "..."
- "-//devserver/devserver:go_default_test"
3 changes: 0 additions & 3 deletions .bazelignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
node_modules
devserver/devserver/test/test-workspace
internal/e2e/disable_tsetse_for_external
internal/e2e/npm_packages
internal/e2e/typescript_3.1
2 changes: 0 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -4,8 +4,6 @@ test --test_output=errors
# Enable debugging tests with --config=debug
test:debug --test_arg=--node_options=--inspect-brk --test_output=streamed --test_strategy=exclusive --test_timeout=9999 --nocache_test_results

build --workspace_status_command=./tools/bazel_stamp_vars.sh

# Turn off legacy external runfiles
run --nolegacy_external_runfiles
test --nolegacy_external_runfiles
1 change: 1 addition & 0 deletions .bazelversion
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.1.0
21 changes: 0 additions & 21 deletions .ci/rules_typescript.json

This file was deleted.

38 changes: 0 additions & 38 deletions .circleci/bazel.rc

This file was deleted.

131 changes: 0 additions & 131 deletions .circleci/config.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .circleci/setup_cache.sh

This file was deleted.

75 changes: 0 additions & 75 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

47 changes: 0 additions & 47 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

Loading