[babel 8] Move @babel/register transform to a separate worker (#14025)

This commit is contained in:
Nicolò Ribaudo
2021-12-29 16:33:12 +01:00
committed by GitHub
parent d1cabf6bc8
commit e77e3de402
31 changed files with 791 additions and 381 deletions

View File

@@ -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"));

View File

@@ -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"));

View File

@@ -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"));

View File

@@ -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"));