RESOLVED FIXED 166313
[ES6] Fix modules document in features.json
https://bugs.webkit.org/show_bug.cgi?id=166313
Summary [ES6] Fix modules document in features.json
Yusuke Suzuki
Reported 2016-12-21 06:11:45 PST
[ES6] Fix modules document in features.json
Attachments
Patch (1.79 KB, patch)
2016-12-21 06:12 PST, Yusuke Suzuki
saam: review+
Yusuke Suzuki
Comment 1 2016-12-21 06:12:01 PST
Saam Barati
Comment 2 2016-12-21 08:32:00 PST
Comment on attachment 297586 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=297586&action=review > Source/JavaScriptCore/features.json:203 > + "comment": "The modules can be loaded through script type=\"module\" tags. It is also possible to use Modules with the jsc command line tool by passing the -m flag." Drop the "The" in "The modules"
Yusuke Suzuki
Comment 3 2016-12-21 08:41:11 PST
Comment on attachment 297586 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=297586&action=review >> Source/JavaScriptCore/features.json:203 >> + "comment": "The modules can be loaded through script type=\"module\" tags. It is also possible to use Modules with the jsc command line tool by passing the -m flag." > > Drop the "The" in "The modules" Thanks, fixed.
Yusuke Suzuki
Comment 4 2016-12-21 08:42:56 PST
Note You need to log in before you can comment on or make changes to this bug.