• Robert Knight's avatar
    Move `src/shared/polyfills` to `src/boot/polyfills` · 1dea77ea
    Robert Knight authored
    The code in `polyfills/index.js` which determines which polyfills are
    needed are compiled as part of the boot script and not used by other
    parts of the application.
    
    Because this code is compiled as part of the boot script it needs to be
    compiled to parse in older browsers, even those which don't support the client
    (eg. IE 10/11). Putting the `polyfills/` dir in side `src/boot` means
    that it will inherit any custom Babel configuration for the `src/boot`
    directory.
    1dea77ea
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...
test-util Loading commit data...
types Loading commit data...
.eslintrc Loading commit data...
karma.config.js Loading commit data...
tsconfig.json Loading commit data...