You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you declare an async function, TypeScript injects this function __awaiter in the result.
st/foo.js:1: ERROR - The body of a goog.module cannot reference this.
goog.module('st.foo.js');var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
This is pretty low priority because I don't think our users are using async yet.
The text was updated successfully, but these errors were encountered:
If you declare an async function, TypeScript injects this function
__awaiter
in the result.This is pretty low priority because I don't think our users are using async yet.
The text was updated successfully, but these errors were encountered: