Skip to content

Conformance for spec update section 4.20 Add additional tests for typeguard for class or object property #2785

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 3 commits into from
May 4, 2015

Conversation

yuit
Copy link
Contributor

@yuit yuit commented Apr 15, 2015

We already have type guard (section 4.20) conformance tests. Below is an additional test for update spec in this PR #1878

@yuit yuit changed the title Add additional tests for typeguard for class or object property Conformance Add additional tests for typeguard for class or object property Apr 16, 2015
}

getData1() {
return typeof this.data === "string" ? this.data : this. data.join(" ");
Copy link
Member

Choose a reason for hiding this comment

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

Stray space after this.

@yuit yuit changed the title Conformance Add additional tests for typeguard for class or object property Conformance for spec update section 4.20 Add additional tests for typeguard for class or object property Apr 17, 2015
yuit added a commit that referenced this pull request May 4, 2015
Conformance for spec update section 4.20 Add additional tests for typeguard for class or object property
@yuit yuit merged commit 031c344 into master May 4, 2015
@yuit yuit deleted the conformanceTypeGuard branch May 4, 2015 17:47
@microsoft microsoft locked and limited conversation to collaborators Jun 18, 2018
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.

3 participants