mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
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>
2 lines
43 B
JavaScript
2 lines
43 B
JavaScript
export default () => import.meta.filename;
|