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
Please use this space to discuss the plan for the Google team(me) to autogenerate @types/google-apps-script and the associated changes.
Key Changes
Namespace Alignment: The types will match the runtime environment. Consequently, the GoogleAppsScript namespace will be removed. This change is intended to better enable JSDoc usage and support using tsc without TypeScript annotations.
Note: Signatures may be added or removed based on the official docs.
No Patching: We will not accept patches to this package. Developers will need to create local declaration files for any undocumented types they rely on.
Null Handling: Consistent handling of null values to match the internal runtime behavior.
Contribution Model: External contributions to the types will no longer be accepted.
Versioning & Roadmap
Warning
This transition will result in breaking changes. To accommodate this, we will release these changes in v3 while deprecating v2.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Please use this space to discuss the plan for the Google team(me) to autogenerate
@types/google-apps-scriptand the associated changes.Key Changes
GoogleAppsScriptnamespace will be removed. This change is intended to better enable JSDoc usage and support usingtscwithout TypeScript annotations.nullvalues to match the internal runtime behavior.Versioning & Roadmap
Warning
This transition will result in breaking changes. To accommodate this, we will release these changes in v3 while deprecating v2.
Beta Was this translation helpful? Give feedback.
All reactions