1
1
mirror of https://github.com/github/semantic.git synced 2024-12-18 20:31:55 +03:00
semantic/test/fixtures/javascript/corpus/jsx.A.js
Max Brunsfeld 07ccbb8966 Handle JSX elements with type arguments
Also, add a unit test for JSX in JavaScript.

Co-Authored-By: Rick Winfrey <rewinfrey@github.com>
2019-08-21 10:31:32 -07:00

6 lines
71 B
JavaScript

function Something() {
return <div>
<Foo>hello</Foo>
</div>;
}