summaryrefslogtreecommitdiff
path: root/test/fixtures/es-module-loaders/throw-undefined.mjs
blob: 0349ae112d6b2d18546d125a1a058ab3c53a5a11 (plain)
1
2
3
4
'use strict';
/* eslint-disable node-core/required-modules */

throw undefined;