Skip to content

Commit

Permalink
Clarify mention of Unicode in Features.md (#30)
Browse files Browse the repository at this point in the history
Summary:
I've seen someone interpret this document as saying that Hermes excludes support for Unicode in general. This is my attempt to make that interpretation less likely.
Pull Request resolved: #30

Reviewed By: motiz88

Differential Revision: D16244822

Pulled By: avp

fbshipit-source-id: 1298846d06ed18d2af02fbf9945b88c54840c447
  • Loading branch information
motiz88 authored and facebook-github-bot committed Jul 14, 2019
1 parent 3981b37 commit 9cf7a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Features.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Hermes plans to target ECMAScript 2015 (ES6), with some carefully considered exc
- Realms
- `with` statements
- Local mode `eval()` (use and introduce local variables)
- Unicode and sticky flags in `RegExp`
- `/u` (Unicode) and `/y` (sticky) flags in `RegExp`
- `Intl` API
- `Symbol.species` and its interactions with JS library functions
- `Symbol.unscopables` (Hermes does not support `with`)
Expand Down

0 comments on commit 9cf7a40

Please sign in to comment.