Skip to content

build: make dist paths align with source file paths #1733

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

Merged
merged 1 commit into from
Aug 4, 2022

Conversation

gregmagolan
Copy link
Contributor

@gregmagolan gregmagolan commented Aug 4, 2022

This is a pre-factor for migrating to Bazel in #1732.

The ../common requires are currently working because things are re-rooted in the dist folder and dist is a rootPath. Under bazel, output js files are in the same path structure as input ts files so relative requires should match the source tree structure since there is no re-rooting.

@gregmagolan gregmagolan force-pushed the bazel_prefactor branch 2 times, most recently from 26e5e7d to 1ce4885 Compare August 4, 2022 04:10
@@ -43,7 +43,7 @@ export const RunNgccRequest =
export interface GetTcbResponse {
uri: lsp.DocumentUri;
content: string;
selections: lsp.Range[]
selections: lsp.Range[];
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lint

@@ -1,3 +1,11 @@
/**
* @license
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lint

@gregmagolan gregmagolan marked this pull request as ready for review August 4, 2022 04:23
This is a pre-factor for migrating to Bazel
@atscott atscott added target: minor This PR is targeted for the next minor release action: merge Ready to merge target: patch This PR is targeted for the next patch release and removed target: minor This PR is targeted for the next minor release labels Aug 4, 2022
@atscott atscott merged commit 69fad33 into angular:main Aug 4, 2022
atscott pushed a commit that referenced this pull request Aug 4, 2022
This is a pre-factor for migrating to Bazel

(cherry picked from commit 69fad33)
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge Ready to merge target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants