• 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
..
modules Loading commit data...
test Loading commit data...
create-store.js Loading commit data...
debug-middleware.js Loading commit data...
index.js Loading commit data...
use-store.js Loading commit data...
util.js Loading commit data...