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
TypeScript 3.8 introduced export * as ns syntax. This will be supported in TS source, however we should also support it in extern generation. See writeExportDeclaration in src/externs.ts.
The text was updated successfully, but these errors were encountered:
TypeScript 3.8 introduced
export * as ns
syntax. This will be supported in TS source, however we should also support it in extern generation. SeewriteExportDeclaration
insrc/externs.ts
.The text was updated successfully, but these errors were encountered: