Skip to content

Conversation

alan-agius4
Copy link
Collaborator

No description provided.

@alan-agius4 alan-agius4 requested a review from clydin April 27, 2020 09:49
@alan-agius4 alan-agius4 added the target: major This PR is targeted for the next major release label Apr 27, 2020
@@ -361,7 +361,7 @@ export class WebpackCompilerHost implements ts.CompilerHost {
getCanonicalFileName(fileName: string): string {
const path = this.resolve(fileName);

return this.useCaseSensitiveFileNames ? path : path.toLowerCase();
return this.useCaseSensitiveFileNames() ? path : path.toLowerCase();
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

oops!

@alan-agius4 alan-agius4 removed the request for review from clydin April 27, 2020 11:13
@alan-agius4 alan-agius4 marked this pull request as draft April 27, 2020 11:13
@alan-agius4 alan-agius4 added target: patch This PR is targeted for the next patch release and removed target: major This PR is targeted for the next major release labels Apr 27, 2020
@alan-agius4 alan-agius4 marked this pull request as ready for review April 27, 2020 14:10
@alan-agius4 alan-agius4 added the action: merge The PR is ready for merge by the caretaker label Apr 27, 2020
@mgechev mgechev merged commit 9914125 into angular:master Apr 27, 2020
@alan-agius4 alan-agius4 deleted the fix-types-typescript-3.9 branch April 27, 2020 18:19
@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 May 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants