Files
babel/packages/babel-node/test/fixtures/cli/-b/in-files/index.js

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