Instead of measuring the performance of the entire module initialization, focus only on the import.meta initialization. PR-URL: https://github.com/nodejs/node/pull/60603 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
1 line
38 B
JavaScript
1 line
38 B
JavaScript
export default () => import.meta.url;
|