X Tutup
Skip to content

fix(benchmarks): remove reference to String.prototype.contains()#3570

Closed
caitp wants to merge 1 commit intoangular:masterfrom
caitp:it-doesnt-really-exist
Closed

fix(benchmarks): remove reference to String.prototype.contains()#3570
caitp wants to merge 1 commit intoangular:masterfrom
caitp:it-doesnt-really-exist

Conversation

@caitp
Copy link
Copy Markdown
Contributor

@caitp caitp commented Aug 10, 2015

https://github.com/tc39/tc39-notes/blob/master/es6/2014-11/nov-18.md#51--44-arrayprototypecontains-and-stringprototypecontains

removed String.prototype.contains() from standard, and is not
implemented in most runtimes (SpiderMonkey still being an exception).

caitp referenced this pull request Aug 10, 2015
Translating AtScript in benchmarks/ to TypeScript.
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.

StringWrapper is in angular2/src/facade/lang...

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Good point

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

fixed

@tbosch tbosch added pr_state: LGTM action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews labels Aug 10, 2015
https://github.com/tc39/tc39-notes/blob/master/es6/2014-11/nov-18.md#51--44-arrayprototypecontains-and-stringprototypecontains

removed String.prototype.contains() from standard, and is not
implemented in most runtimes (SpiderMonkey still being an exception).
@caitp caitp force-pushed the it-doesnt-really-exist branch from 55cf0f6 to 640d0ca Compare August 11, 2015 00:59
@tbosch tbosch added the action: merge The PR is ready for merge by the caretaker label Aug 12, 2015
@mary-poppins
Copy link
Copy Markdown

Merging PR #3570 on behalf of @tbosch to branch presubmit-tbosch-pr-3570.

@mary-poppins mary-poppins removed the action: merge The PR is ready for merge by the caretaker label Aug 12, 2015
@caitp caitp closed this in b6ee208 Aug 13, 2015
@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 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews cla: yes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

X Tutup