• Robert Knight's avatar
    Convert remaining CommonJS imports to ES imports · de2f7dd4
    Robert Knight authored
    This is a prerequisite for moving to a modern ES-module oriented module
    bundler such as Rollup.
    
    There is one remaining import ('preact/debug') which was not converted
    because that is conditional, and top-level `import` statements can't be
    conditional. That might need to use either `import(...)` or a different
    approach.
    de2f7dd4
Name
Last commit
Last update
..
annotator Loading commit data...
boot Loading commit data...
images/icons Loading commit data...
shared Loading commit data...
sidebar Loading commit data...
styles Loading commit data...
test-util Loading commit data...
types Loading commit data...
.eslintrc Loading commit data...
karma.config.js Loading commit data...
tsconfig.json Loading commit data...