mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
adfd5d3488
* Add support for JSX fragment syntax * Update tests * Add baselines * Update API baselines * Respond to CR * Respond to CR * Respond to CR * Remove unnecessary type annotation * Error when using fragment with jsxFactory * Added test for preventing fragment with jsxFactory * Extract JSXChildren checking * Add test * Update baseline