-
Notifications
You must be signed in to change notification settings - Fork 7
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
proto.js is future hostile #3
Comments
all the functions in this file are never used in the library code. these have been written just for development comfort. about the emacs spec for thank you |
*Ecma Those are fine, but I recommend using the es6-shim module, which is spec correct and well tested. |
this one? |
Yes |
perfect, i updated. thank you rick. |
Glad to help |
https://github.com/ideino/ideino-linino-lib/blob/master/utils/proto.js
These should be defined conditionally and done so to match the spec.
https://people.mozilla.org/~jorendorff/es6-draft.html#sec-string.prototype.startswith
https://people.mozilla.org/~jorendorff/es6-draft.html#sec-string.prototype.endswith
Array.prototype.contains is contentious, but I would implement the proposed spec:
https://github.com/domenic/Array.prototype.contains
The text was updated successfully, but these errors were encountered: