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
to do:
* some tests are still red
* `loadExtension` now returns a promise, but `plugins.js` has yet to be
updated accordingly: much of it should disappear when we get rid of
legacy plugins
* documentation for end users
* documentation for developers: some signatures have changed (due to
avoidance of default exports and because dynamic `import` is async)
in the process:
* avoided default exports (note that this changes a few modules'
signature)
* replaced `promisify` with native alternatives
* replaced pseudo-sets and -maps with actual `Set` and `Map` instances
* introduce `async`/`await` where suitable - I did not, however, rewrite
everything to use `async`/`await`
* got rid of a few obsolete workarounds
* tweaked stylistic details
0 commit comments