• Robert Knight's avatar
    Convert remaining CommonJS modules to ES modules · 0636a9e0
    Robert Knight authored
    These modules have default exports and are imported by CoffeeScript
    modules. Since we use CoffeeScript 1.x which doesn't support
    `import`/`export` syntax, we use destructuring to access the default
    export.
    0636a9e0
bridge-events.js 1.44 KB