Closed bollwyvl closed 6 years ago
Alright, we're back to green, and the tests are a good deal more robust now. Going to merge, but still have some chores to do before the npm
releases. But let's get a gh-pages
build, and see what happens.
Looks good up on gh-pages
!
This raises the minimum supported version of JupyterLab to 0.33.
Part of getting in line with this release is falling back to typescript building
es2015
modules, and usingrequire.ensure
instead ofawait import
. Sigh.