Skip to content

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

Merged
hansl merged 5 commits intoangular:masterfrom
chgc:master
Sep 19, 2016
Merged

correction sub-component path in windows when import to ngModule #1719 #1736#1961
hansl merged 5 commits intoangular:masterfrom
chgc:master

Conversation

@chgc
Copy link
Copy Markdown
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
Copy Markdown
Contributor

shairez commented Sep 9, 2016

@hansl LGTM

Comment thread packages/ast-tools/src/route-utils.ts Outdated

export function insertImport(fileToEdit: string, symbolName: string,
fileName: string, isDefault = false): Change {
fileName = fileName.replace(/\\/, '/'); // correction in windows
Copy link
Copy Markdown
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
Copy Markdown
Contributor

hansl commented Sep 9, 2016

Please rebase after and add a unit test please.

@filipesilva
Copy link
Copy Markdown
Contributor

@hansl can you have a look again?

@hansl
Copy link
Copy Markdown
Contributor

hansl commented Sep 19, 2016

LGTM. Thanks!

@angular-automatic-lock-bot
Copy link
Copy Markdown

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.

angular-cli@1.0.0-bata.11-webpack.2 unable to create sub-component correctly on Windows

5 participants