I'm not familiar with ECMAScript 6 yet.
(我对ECMAScript 6还不熟悉。)
I've just cloned the React Starter Kit repo, which uses ES6 for application code.(我刚刚克隆了React Starter Kit仓库,该仓库使用ES6作为应用程序代码。)
I was surprised to see that the linter is configured to forbid occurences of the use strict
directive, which I thought was recommended in pre-ES6 JavaScript.(我很惊讶地看到linter被配置为禁止use strict
指令,我认为在ES6之前的JavaScript中建议use strict
该指令。)
So what's the point?(那有什么意义呢?)
ask by Midiparse translate from so
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…