-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, the target in tsconfig is either es5 or es6, depending on if using the app or lib config. However both of these targets will transpile async/await to tslib's __awaiter
fallback (similar to regenerator).
We should be publishing packages that assume a modern, somewhat-evergreen environment, and assume that a library or app is transpiling to older targets if they need to support those targets.
As brought up by earlier discussions when the service
config was added, the configs and what should be the default need to be revisited. These options include: target
, sourceMap
, declaration
. Especially now that we have web-scripts in play, which basically handles these.
fastfrwrd and jomaxx
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request