Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(concatjs): sync with internal change that exposes rootDirsRelative #3517

Merged
merged 1 commit into from
Aug 3, 2022

Conversation

devversion
Copy link
Contributor

Tsickle now requires a rootDirsRelative public property on the TS host. This change
has been implemented internally but hasn't been synced upstream, making it difficult
to update to the latest tsickle externally.

This is hopefully the last change in a while we need to sync up externally. It is still planned to
rework the whole rule to be owned by Angular directly, and not relying on the external
sync (might mean we need to diverge ngc-wrapped internally and externally)

…elative`

Tsickle now requires a `rootDirsRelative` public property on the TS host. This change
has been implemented internally but hasn't been synced upstream, making it difficult
to update to the latest `tsickle` externally.
devversion added a commit to devversion/angular that referenced this pull request Aug 2, 2022
Temporary patch until
bazelbuild/rules_nodejs#3517 is available in
another `rules_nodejs` release.

We can remove this patch, but for now it doesn't hurt. On the external
side the tsickle code path is not hit at all anyway, but we need to
satisfy the TypeScript checker.
devversion added a commit to devversion/angular that referenced this pull request Aug 2, 2022
Temporary patch until
bazelbuild/rules_nodejs#3517 is available in
another `rules_nodejs` release.

We can remove this patch, but for now it doesn't hurt. On the external
side the tsickle code path is not hit at all anyway, but we need to
satisfy the TypeScript checker.
@alexeagle alexeagle merged commit 8f2333c into bazelbuild:stable Aug 3, 2022
dylhunn pushed a commit to angular/angular that referenced this pull request Aug 4, 2022
#47018)

Temporary patch until
bazelbuild/rules_nodejs#3517 is available in
another `rules_nodejs` release.

We can remove this patch, but for now it doesn't hurt. On the external
side the tsickle code path is not hit at all anyway, but we need to
satisfy the TypeScript checker.

PR Close #47018
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.

None yet

2 participants