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
Use await import instead of require for functions modules that contain top-level awaits (#1651)
* Use await import instead of require for functions modules that contain top-level awaits
* tests ensuring that es modules with top level awaits can be loaded
* adds node 22 to the CI matrix on github
* Add support for an authPolicy that returns Permission Denied when failed (#1650)
* Add support for an authPolicy that returns Permission Denied when failed
* Formatter
* Changelog
* remove ignorant comment
* Update streaming callable API (#1652)
* Update streaming callable API
* Fix linter error
* Stream type defaults to unknown
* Changelog
* Format fix
* update changelog.md
---------
Co-authored-by: Thomas Bouldin <[email protected]>
0 commit comments