RESOLVED FIXED 177703
[JSC] Introduce import.meta
https://bugs.webkit.org/show_bug.cgi?id=177703
Summary [JSC] Introduce import.meta
Yusuke Suzuki
Reported 2017-09-29 23:21:36 PDT
import.meta becomes stage 3.
Attachments
Patch (24.03 KB, patch)
2017-09-30 01:22 PDT, Yusuke Suzuki
fpizlo: review+
Yusuke Suzuki
Comment 1 2017-09-30 01:22:11 PDT
Yusuke Suzuki
Comment 2 2017-10-04 20:12:09 PDT
Ping?
Filip Pizlo
Comment 3 2017-10-04 20:15:29 PDT
Comment on attachment 322287 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=322287&action=review > Source/JavaScriptCore/parser/Parser.cpp:431 > + // They are `import("...")` call or `import.meta` meta property cases. It’s still “this is”. This is one thing, which we choose from two things. Therefore, singular.
Yusuke Suzuki
Comment 4 2017-10-04 20:53:46 PDT
Comment on attachment 322287 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=322287&action=review >> Source/JavaScriptCore/parser/Parser.cpp:431 >> + // They are `import("...")` call or `import.meta` meta property cases. > > It’s still “this is”. This is one thing, which we choose from two things. Therefore, singular. Oh! Thanks, fixed.
Yusuke Suzuki
Comment 5 2017-10-04 20:57:49 PDT
Radar WebKit Bug Importer
Comment 6 2017-10-04 20:58:15 PDT
Saam Barati
Comment 7 2017-10-04 22:15:52 PDT
Comment on attachment 322287 [details] Patch LGTM too
Note You need to log in before you can comment on or make changes to this bug.