From 86fe7b05167ad02f61bc27a55cfed9b432641a87 Mon Sep 17 00:00:00 2001 From: "utatane.tea@gmail.com" Date: Thu, 8 Dec 2016 01:02:13 +0000 Subject: [PATCH] [JSC] Drop translate phase in module loader https://bugs.webkit.org/show_bug.cgi?id=164861 Reviewed by Saam Barati. Source/JavaScriptCore: 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