Skip to content

correction sub-component path in windows when import to ngModule #1719 #1736 #1961

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 5 commits into from
Sep 19, 2016
Merged

Conversation

chgc
Copy link
Contributor

@chgc chgc commented Sep 2, 2016

Due to ast-tool had been re-located. I closed PR #1736. and create a new PR.
this PR is to fix issue #1719.

Fix #1719

@shairez
Copy link
Contributor

shairez commented Sep 9, 2016

@hansl LGTM

@@ -79,6 +79,7 @@ export function bootstrapItem(

export function insertImport(fileToEdit: string, symbolName: string,
fileName: string, isDefault = false): Change {
fileName = fileName.replace(/\\/, '/'); // correction in windows
Copy link
Contributor

Choose a reason for hiding this comment

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

Actually, could you do a typescript if (process.platform.startsWith('win')) { fileName = fileName.replace(/\\/g, '/'); }

This will also fix the bug that it only replaces the first time this character appears.

@hansl
Copy link
Contributor

hansl commented Sep 9, 2016

Please rebase after and add a unit test please.

@filipesilva
Copy link
Contributor

@hansl can you have a look again?

@hansl
Copy link
Contributor

hansl commented Sep 19, 2016

LGTM. Thanks!

@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 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[email protected] unable to create sub-component correctly on Windows
5 participants