mirror of https://github.com/nodejs/node.git
5 lines
162 B
JavaScript
5 lines
162 B
JavaScript
|
'use strict';
|
||
|
const shouldSnapshotFilePath = require.resolve('./esm-snapshot.js');
|
||
|
require('./esm-snapshot.js');
|
||
|
require.cache[shouldSnapshotFilePath].exports++;
|