-
Notifications
You must be signed in to change notification settings - Fork 407
Babel plugin #1052
Comments
@alippai , could you describe your requirement more clearly? now typescript can transpile the |
I want to leave it as async+await, but append a zonejs "async_call_completed()" call after each await.
decorated into:
instead of:
|
what do you mean |
to trigger the Zone.js based Angular change detections, but without a complete ES8->ES5 transpilation. |
@alippai , I see, without |
I see, thank you! |
As you can't hook async+await now (like you can the Promise/statemachine transpilations) is there a babel plugin which doesn't transpile the async+await syntax, but adds the required zone.js calls at transpile time?
The text was updated successfully, but these errors were encountered: