-
Notifications
You must be signed in to change notification settings - Fork 335
Open
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityupstream
Milestone
Description
We already use TypeScript for walking the tree and, for instance, determining whether we need to wrap async/await. It would be a simple task to have it transpile the code down as well. For that we only need to know the target and language (i.e. jsx, or not). The target could safely default to ES6 nowadays, and be configurable with an option. I think we can determine the language programatically without needing extra config.
cc @eamodio
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityupstream