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 7d2f2b1 commit 3179e32Copy full SHA for 3179e32
src/types.ts
@@ -32,7 +32,7 @@ export type PathHandlers = {
32
33
/**
34
* Used by the library when it does not know how to handle a given file type (eg. `.json` files).
35
- * see [[additionalModuleHandlers]]
+ * see [[moduleHandlers]]
36
* @param source The content of the file
37
* @param path The path of the file
38
* @param options The options
@@ -42,7 +42,7 @@ export type PathHandlers = {
42
*
43
* ```javascript
44
* ...
45
- * additionalModuleHandlers: {
+ * moduleHandlers: {
46
* '.json': (source, path, options) => JSON.parse(source),
47
* }
48
0 commit comments