mirror of
https://github.com/nodejs/node.git
synced 2025-12-27 23:41:14 +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
68 B
JavaScript
2 lines
68 B
JavaScript
export default () => [ import.meta.dirname, import.meta.filename ];
|