• M
    Use es2017 as target for build scripts (#60707) · 3fcb6714
    Matt Bierner 提交于
    Upgrades our build scripts to target ES2017 since they are run on modern versions of node
    
    This allows us to remove shims for es6 features such as `Object.assign`, and also remove a few extra typings packages
    3fcb6714
layeringRule.js 3.2 KB