[Webkit-unassigned] [Bug 213254] Rename TextEncoding::encode() to TextEncoding::encodeWithNormalization()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 19 15:26:01 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=213254

Huáng Jùnliàng <jlhwung at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jlhwung at gmail.com

--- Comment #5 from Huáng Jùnliàng <jlhwung at gmail.com> ---
I want to add some real world cases here.

Babel REPL wraps babel sources into a blob and send it to the WebWorker. This issue causes semantic changes to the sources and error is thrown. https://github.com/babel/website/issues/2254

The blob wrapping is done in a WebPack plugin called worker-loader 

https://github.com/webpack-contrib/worker-loader/blob/3500f14083b5ca2bb953b2919ec1ffc7bc373b2b/src/workers/InlineWorker.js#L28

so besides Babel REPL, users of worker-loader is also affected by this issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200619/e2c9878c/attachment.htm>


More information about the webkit-unassigned mailing list