node/test/fixtures/es-modules/tla/d.mjs
Gus Caplan 5ae5262f44
src: add support for TLA
PR-URL: https://github.com/nodejs/node/pull/30370
Reviewed-By: Guy Bedford <guybedford@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
2020-05-14 12:39:23 -05:00

6 lines
110 B
JavaScript

import order from './order.mjs';
const end = Date.now() + 500;
while (end < Date.now()) {}
order.push('d');