For `babel-preset-env` specifically, it compiles whatever syntax is not natively supported by the browser versions you told it to target.
So, compiling `async/await` and compiling ES module syntax are separate things.
For `babel-preset-env` specifically, it compiles whatever syntax is not natively supported by the browser versions you told it to target.
So, compiling `async/await` and compiling ES module syntax are separate things.