We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda5d24 commit 3c8aa48Copy full SHA for 3c8aa48
types/node/test/module.ts
@@ -191,7 +191,7 @@ Module.Module === Module;
191
const load: Module.LoadHook = async (url, context, nextLoad) => {
192
const { format } = context;
193
194
- if (format === 'commonjs') { // Needs to match only sometimes
+ if (format === "commonjs") { // Needs to match only sometimes
195
return {
196
format,
197
shortCircuit: true,
0 commit comments