• Randall Leeds's avatar
    Switch from es6-promise to core-js · 474e1974
    Randall Leeds authored
    This lets us require Promise without polluting the global namespace.
    Additionally, the core-js implementation has immediacy hacks that
    will make it more performant for IE.
    
    This also caught some issues with our async tests.
    
    And hey, it's about 700 bytes smaller, too!
    474e1974
bridge.coffee 2.68 KB