hypothesis / browser-extension

The Hypothesis browser extensions.
BSD 2-Clause "Simplified" License
486 stars 128 forks source link

Convert Node scripts to module scripts #1507

Closed robertknight closed 5 months ago

robertknight commented 5 months ago

This reduces the need for variation in eg. linting rules by making all JS files modules where possible. Note that Karma does not support this. See https://github.com/karma-runner/karma/issues/3677.