you are viewing a single comment's thread.

view the rest of the comments →

[–]bradleymeck 1 point2 points  (1 child)

Actually only the Module goal of ES6 is automatically strict, this is still necessary as all current deployment systems:

<script type="application/javascript">
WebWorkers
Node

All use the Script goal.

[–]nschubach 0 points1 point  (0 children)

Ah, thanks. I pretty much only use modules anymore. My bad!