For let we have file https://github.com/Fyrd/caniuse/blob/master/features-json/let.json, but for destructuring assignment we don't have it, it is strange because we have https://caniuse.com/mdn-javascript_operators_destructuring page
Ref: webpack/webpack#11876
Why it is a problem? Because IE 11 supports part of es6, for example destructuring assignment is not supported
Maybe we should separate all es6 features
For
letwe have file https://github.com/Fyrd/caniuse/blob/master/features-json/let.json, but fordestructuring assignmentwe don't have it, it is strange because we have https://caniuse.com/mdn-javascript_operators_destructuring pageRef: webpack/webpack#11876
Why it is a problem? Because IE 11 supports part of
es6, for exampledestructuring assignmentis not supportedMaybe we should separate all es6 features