Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Removes the type_guard.* test. #932

Merged
merged 1 commit into from
Oct 8, 2019

Conversation

rkirov
Copy link
Contributor

@rkirov rkirov commented Oct 8, 2019

Previously this test was using the goog.isDef which was deprecated in
favor of ' !== undefined'. However, since we run this test without
externs, it is currently broken because 'undefined' is ahem not
defined to Closure.

Instead, of fixing it yet once again, I noticed that this test doesn't
test anything significant, because the resulting .d.ts doesn't depend on
the function implemenation. So this time I am just deleting it.

Previously this test was using the goog.isDef which was deprecated in
favor of ' !== undefined'. However, since we run this test without
externs, it is currently broken because 'undefined' is *ahem* not
defined to Closure.

Instead, of fixing it yet once again, I noticed that this test doesn't
test anything significant, because the resulting .d.ts doesn't depend on
the function implemenation. So this time I am just deleting it.
@rkirov rkirov requested a review from evmar October 8, 2019 22:17
@rkirov rkirov merged commit e55ed5d into angular:master Oct 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants