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 7732000 commit cb26adfCopy full SHA for cb26adf
src/types.ts
@@ -375,20 +375,22 @@ export type Options = {
375
376
/**
377
* creates a CommonJS module from JS source string.
378
+ * *(optional)*
379
*/
- createCJSModule?(refPath : AbstractPath, source : string, options : Options) : Module,
380
+ createCJSModule(refPath : AbstractPath, source : string, options : Options) : Module,
381
382
383
384
385
* Abstact path handling
- *
386
387
388
pathResolve : PathResolve,
389
390
391
392
* Abstact resource handling
393
394
*
395
396
getResource(pathCx : PathContext, options : Options) : Resource,
0 commit comments