Skip to content

Commit c8ca307

Browse files
aprilandjanianschmitz
authored andcommittedOct 13, 2019
Clarify dynamic import stage in docs (#7813)
1 parent f06ae8b commit c8ca307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docusaurus/docs/supported-browsers-features.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This project supports a superset of the latest JavaScript standard. In addition
1515
- [Exponentiation Operator](https://github.com/rwaldron/exponentiation-operator) (ES2016).
1616
- [Async/await](https://github.com/tc39/ecmascript-asyncawait) (ES2017).
1717
- [Object Rest/Spread Properties](https://github.com/tc39/proposal-object-rest-spread) (ES2018).
18-
- [Dynamic import()](https://github.com/tc39/proposal-dynamic-import) (stage 3 proposal)
18+
- [Dynamic import()](https://github.com/tc39/proposal-dynamic-import) (stage 4 proposal)
1919
- [Class Fields and Static Properties](https://github.com/tc39/proposal-class-public-fields) (part of stage 3 proposal).
2020
- [JSX](https://facebook.github.io/react/docs/introducing-jsx.html), [Flow](./adding-flow) and [TypeScript](./adding-typescript).
2121

0 commit comments

Comments
 (0)