mirror of
https://github.com/robertkrimen/otto
synced 2025-10-26 20:28:49 +08:00
Add note about regular expression limitation
This commit is contained in:
1
otto.go
1
otto.go
@@ -86,6 +86,7 @@ Caveat Emptor
|
||||
* For example, "use strict" will parse, but does nothing.
|
||||
* Error reporting needs to be improved.
|
||||
* Number.prototype.{toFixed,toExponential,toPrecision} are missing.
|
||||
* Does not support the (?!) or (?=) regular expression syntax (because Go does not).
|
||||
* Really, error reporting could use some improvement.
|
||||
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user