Skip to content

Commit 28b879f

Browse files
committed
README: Note that Traceur now uses this polyfill
Ref. google/traceur-compiler#556.
1 parent ad1a860 commit 28b879f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ A robust & optimized ES3-compatible polyfill for [the `String.prototype.contains
55
Other polyfills for `String.prototype.contains` are available:
66

77
* <https://github.com/paulmillr/es6-shim/blob/f9b8b19923cd9ed9caeb100cd5e5506349b35171/es6-shim.js#L160-L165> by [Paul Miller](http://paulmillr.com/) (passes all tests)
8+
* <https://github.com/google/traceur-compiler/blob/928cbdc9586ef2f74f612fde8f36c3370828a716/src/runtime/runtime.js#L102-L104> by Google (~~[fails a lot of tests](https://github.com/google/traceur-compiler/pull/556)~~ now uses this polyfill and passes all tests)
89

910
## Installation
1011

0 commit comments

Comments
 (0)