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
@jpoehnelt Thank you for your contribution. Now, Identifier of default global object is global.
I agree with using globalThis better than global as default.
you can specify Identifier name of global object as follows:
Although
global
will likely always work in Apps Script, some developers may prefer to useglobalThis
because it abstracts environment away.The text was updated successfully, but these errors were encountered: