Skip to content

Commit 4d93977

Browse files
committed
README: Note that Traceur now uses this polyfill
Ref. google/traceur-compiler#554.
1 parent eca4b84 commit 4d93977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

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

77
* <https://github.com/paulmillr/es6-shim/blob/4322eae20b6f8a7769fa1d89ac207ef8ee9e1ee4/es6-shim.js#L148-L154> by [Paul Miller](http://paulmillr.com/) ([fails 3 tests](https://github.com/paulmillr/es6-shim/issues/167))
8-
* <https://github.com/google/traceur-compiler/blob/b9b6c1ad7837c6f156213f690c05374604767fac/src/runtime/runtime.js#L52-L54> by Google (fails a lot of tests)
8+
* <https://github.com/google/traceur-compiler/blob/b9b6c1ad7837c6f156213f690c05374604767fac/src/runtime/runtime.js#L52-L54> by Google (~~[fails a lot of tests](https://github.com/google/traceur-compiler/pull/554)~~ now uses this polyfill and passes all tests)
99

1010
## Installation
1111

0 commit comments

Comments
 (0)