- Notifications
You must be signed in to change notification settings - Fork59
Commitc027e6e
committed
generalize
For example, `file-name.server.tsx`, `file-name.d.ts`, `file-name.config.json`This allows any of the following:file-namefile-name.dfile-name.configfile-name.serverfile-name.wild-cardNote that the file extension is not part of the regex.I made this change because we are seeing more and more of this style of 'extension prefix` convention.filenames/match-regex
to allow any 'extension prefix'1 parent1d1e833 commitc027e6e
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
0 commit comments
Comments
(0)