Open qathom opened 6 years ago
[What does this PR add/change/fix?]
Hello,
In this PR, I removed the usage of 'use strict' which is not necessary in ES6 modules because they are always in strict mode.
'use strict'
Description
[What does this PR add/change/fix?]
Hello,
In this PR, I removed the usage of
'use strict'
which is not necessary in ES6 modules because they are always in strict mode.Requirements
What's to be done