Skip to content

Commit 2f11902

Browse files
committed
f
1 parent e6b2ade commit 2f11902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ await this.loadExtend('application', app);
232232
| ----------- | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------- |
233233
| directory | `String/Array` | directories to be loaded |
234234
| target | `Object` | attach the target object from loaded files |
235-
| match | `String/Array` | match the files when load, default to `**/*.js`(if process.env.EGG_TYPESCRIPT was true, default to `[ '\*_/_.(js | ts)', '!\*_/_.d.ts' ]`) |
235+
| match | `String/Array` | match the files when load, default to `**/*.js`(if process.env.EGG\*TYPESCRIPT was true, default to `[ '\*\*/\_.(js | ts)', '!\*_/_.d.ts' ]`) |
236236
| ignore | `String/Array` | ignore the files when load |
237237
| initializer | `Function` | custom file exports, receive two parameters, first is the inject object(if not js file, will be content buffer), second is an `options` object that contain `path` |
238238
| caseStyle | `String/Function` | set property's case when converting a filepath to property list. |

0 commit comments

Comments
 (0)