Skip to content

Revert "fix(builtin): add transitive typings to runfiles provider pro…#3189

Merged
alexeagle merged 1 commit into
stablefrom
revert_typings_in_runfiles
Jan 6, 2022
Merged

Revert "fix(builtin): add transitive typings to runfiles provider pro…#3189
alexeagle merged 1 commit into
stablefrom
revert_typings_in_runfiles

Conversation

@alexeagle

Copy link
Copy Markdown
Collaborator

…duced by js_library (#2547)"

This wasn't actually a fix - it causes type-checking to happen eagerly
when a js_library target is built, even if the typings aren't needed.

This prevents a transpile-only dev workflow.

As noted in the PR #2547
this is easily accomplished in tsc_test by explicitly gathering typings
inputs with output_group = types

This reverts commit 41117fa.

…duced by js_library (#2547)"

This wasn't actually a fix - it causes type-checking to happen eagerly
when a js_library target is built, even if the typings aren't needed.

This prevents a transpile-only dev workflow.

As noted in the PR #2547
this is easily accomplished in tsc_test by explicitly gathering typings
inputs with output_group = types

This reverts commit 41117fa.
@alexeagle
alexeagle merged commit 6132f15 into stable Jan 6, 2022
@alexeagle
alexeagle deleted the revert_typings_in_runfiles branch January 6, 2022 01:32
alexeagle added a commit that referenced this pull request Jan 7, 2022
…duced by js_library (#2547)" (#3189)

This wasn't actually a fix - it causes type-checking to happen eagerly
when a js_library target is built, even if the typings aren't needed.

This prevents a transpile-only dev workflow.

As noted in the PR #2547
this is easily accomplished in tsc_test by explicitly gathering typings
inputs with output_group = types

This reverts commit 41117fa.
alexeagle added a commit that referenced this pull request Jan 8, 2022
…duced by js_library (#2547)" (#3189)

This wasn't actually a fix - it causes type-checking to happen eagerly
when a js_library target is built, even if the typings aren't needed.

This prevents a transpile-only dev workflow.

As noted in the PR #2547
this is easily accomplished in tsc_test by explicitly gathering typings
inputs with output_group = types

This reverts commit 41117fa.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants