facebook / jsx

The JSX specification is a XML-like syntax extension to ECMAScript.
http://facebook.github.io/jsx/
1.95k stars 133 forks source link

Add links to ECMA-262 entities #112

Closed igoradamenko closed 2 years ago

igoradamenko commented 5 years ago

Hi guys,

I was reading the spec of JSX and noticed that there were some entities from ECMA-262 such as IdentifierStart, etc. Do you mind if I add links from them to ECMA-262? It will make the spec a bit more handy.

tolmasky commented 2 years ago

Just submitted a pull request that happens to also address this: https://github.com/facebook/jsx/pull/132