diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog index 63c637be8a793..ba1ad2d626478 100644 --- a/Source/JavaScriptCore/ChangeLog +++ b/Source/JavaScriptCore/ChangeLog @@ -1,3 +1,45 @@ +2016-12-07 Yusuke Suzuki + + [JSC] Drop translate phase in module loader + https://bugs.webkit.org/show_bug.cgi?id=164861 + + Reviewed by Saam Barati. + + Originally, this "translate" phase was introduced to the module loader. + However, recent rework discussion[1] starts dropping this phase. + And this "translate" phase is meaningless in the browser side module loader + since this phase originally mimics the node.js's translation hook (like, + transpiling CoffeeScript source to JavaScript). + + This "translate" phase is not necessary for the exposed HTML5 +