Skip to content

Commit

Permalink
Revise JSX Spread statement
Browse files Browse the repository at this point in the history
  • Loading branch information
developit authored Nov 19, 2019
1 parent 9f54f57 commit 2fd6590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ It works around bugs and inconsistencies in modern JavaScript engines by convert

### Features Supported

- JSX uses native Object Spread when spreading props instead of a helper.
- JSX spread attributes are compiled to Object.assign() instead of a helper.
- Default, destructured and optional parameters are all natively supported.
- Tagged Templates are fully supported, patched for Safari 10+ and Edge 16+.
- async/await is supported without being transpiled to generators.
Expand Down

0 comments on commit 2fd6590

Please sign in to comment.