• Robert Knight's avatar
    Convert sidebar entry point to ES modules · 2d39ba8a
    Robert Knight authored
    Use the `convert-to-es-modules` script from the
    hypothesis/frontend-toolkit repo to convert the sidebar entrypoint to ES
    modules.
    
    Because the code generated for `import` includes interop code to support
    either ES or CommonJS modules, but migrating a module with a default
    export changes its exports object, we need to migrate the module graph
    "top-down" (ie. convert a module, then its dependencies).
    2d39ba8a
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...
.eslintrc Loading commit data...
karma.config.js Loading commit data...
tsconfig.json Loading commit data...