Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upfix(compiler): Fix typo $implict #33633
+5
−5
Conversation
Should be $implicit instead.
LGTM |
atscott
added a commit
that referenced
this pull request
Nov 7, 2019
mohaxspb
added a commit
to mohaxspb/angular
that referenced
this pull request
Nov 7, 2019
Should be $implicit instead. PR Close angular#33633
mohaxspb
added a commit
to mohaxspb/angular
that referenced
this pull request
Nov 7, 2019
Should be $implicit instead. PR Close angular#33633
kyliau
added a commit
to kyliau/angular
that referenced
this pull request
Nov 7, 2019
Similar to angular#33633, this commit is needed to fix an outage with the Angular Kythe indexer. Crash logs: ``` TypeError: Cannot read property 'text' of undefined at NodeObject.getFullText (typescript/stable/lib/typescript.js:121443:57) at FactoryGenerator.generate (angular2/rc/packages/compiler-cli/src/ngtsc/shims/src/factory_generator.ts:67:34) at GeneratedShimsHostWrapper.getSourceFile (angular2/rc/packages/compiler-cli/src/ngtsc/shims/src/host.ts:88:26) at findSourceFile (typescript/stable/lib/typescript.js:90654:29) at typescript/stable/lib/typescript.js:90553:85 at getSourceFileFromReferenceWorker (typescript/stable/lib/typescript.js:90520:34) at processSourceFile (typescript/stable/lib/typescript.js:90553:13) at processRootFile (typescript/stable/lib/typescript.js:90383:13) at typescript/stable/lib/typescript.js:89399:60 at Object.forEach (typescript/stable/lib/typescript.js:280:30) ```
kara
added a commit
that referenced
this pull request
Nov 8, 2019
Similar to #33633, this commit is needed to fix an outage with the Angular Kythe indexer. Crash logs: ``` TypeError: Cannot read property 'text' of undefined at NodeObject.getFullText (typescript/stable/lib/typescript.js:121443:57) at FactoryGenerator.generate (angular2/rc/packages/compiler-cli/src/ngtsc/shims/src/factory_generator.ts:67:34) at GeneratedShimsHostWrapper.getSourceFile (angular2/rc/packages/compiler-cli/src/ngtsc/shims/src/host.ts:88:26) at findSourceFile (typescript/stable/lib/typescript.js:90654:29) at typescript/stable/lib/typescript.js:90553:85 at getSourceFileFromReferenceWorker (typescript/stable/lib/typescript.js:90520:34) at processSourceFile (typescript/stable/lib/typescript.js:90553:13) at processRootFile (typescript/stable/lib/typescript.js:90383:13) at typescript/stable/lib/typescript.js:89399:60 at Object.forEach (typescript/stable/lib/typescript.js:280:30) ``` PR Close #33660
kara
added a commit
that referenced
this pull request
Nov 8, 2019
Similar to #33633, this commit is needed to fix an outage with the Angular Kythe indexer. Crash logs: ``` TypeError: Cannot read property 'text' of undefined at NodeObject.getFullText (typescript/stable/lib/typescript.js:121443:57) at FactoryGenerator.generate (angular2/rc/packages/compiler-cli/src/ngtsc/shims/src/factory_generator.ts:67:34) at GeneratedShimsHostWrapper.getSourceFile (angular2/rc/packages/compiler-cli/src/ngtsc/shims/src/host.ts:88:26) at findSourceFile (typescript/stable/lib/typescript.js:90654:29) at typescript/stable/lib/typescript.js:90553:85 at getSourceFileFromReferenceWorker (typescript/stable/lib/typescript.js:90520:34) at processSourceFile (typescript/stable/lib/typescript.js:90553:13) at processRootFile (typescript/stable/lib/typescript.js:90383:13) at typescript/stable/lib/typescript.js:89399:60 at Object.forEach (typescript/stable/lib/typescript.js:280:30) ``` PR Close #33660
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
kyliau commentedNov 6, 2019
Should be $implicit instead.
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information