4 lines
157 B
JavaScript
4 lines
157 B
JavaScript
// See https://github.com/babel/babel/pull/14025#issuecomment-986296424
|
|
// for the reason behind using setImmediate.
|
|
setImmediate(() => console.log("foo"));
|