[babel 8] Move @babel/register transform to a separate worker (#14025)
This commit is contained in:
@@ -1 +1,3 @@
|
||||
console.log("foo");
|
||||
// See https://github.com/babel/babel/pull/14025#issuecomment-986296424
|
||||
// for the reason behind using setImmediate.
|
||||
setImmediate(() => console.log("foo"));
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
console.log("foo");
|
||||
// See https://github.com/babel/babel/pull/14025#issuecomment-986296424
|
||||
// for the reason behind using setImmediate.
|
||||
setImmediate(() => console.log("foo"));
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
console.log("foo");
|
||||
// See https://github.com/babel/babel/pull/14025#issuecomment-986296424
|
||||
// for the reason behind using setImmediate.
|
||||
setImmediate(() => console.log("foo"));
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
console.log("foo");
|
||||
// See https://github.com/babel/babel/pull/14025#issuecomment-986296424
|
||||
// for the reason behind using setImmediate.
|
||||
setImmediate(() => console.log("foo"));
|
||||
|
||||
Reference in New Issue
Block a user