Skip to content

Commit 784afe5

Browse files
Merge pull request #114 from MrChocolatine/patch-1
Define `preprocess` as `undefined`
2 parents 171ca5d + 5bc47aa commit 784afe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/preprocessor/noop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313
registerParsedFile(f) {
1414
parsedFiles.add(f);
1515
},
16-
preprocess: null,
16+
preprocess: undefined,
1717
postprocess: (messages, fileName) => {
1818
const msgs = messages.flat();
1919
if (!parsedFiles.has(fileName)) {

0 commit comments

Comments
 (0)