- using
fast-glob
andmicromatch
for extending functionality - at first, planned to using
glob
fast-glob
always using posix seperator, forward slash/
;- there is no need to force replace win32 seperator to posix
- force
fast-glob
to disableabsolute
- using
path/posix
instead ofpath
need fixing to handle../
, absolute/etc/wwwroot
pathright now, it is ignored and in server it either use/%2Fetc/wwwroot
or/C:/Windows/
for absolute, or/%2E%2E/%2E%2E/backward/file
for../../backward/file
- These all are intended and would go to same
outDir
without rerouting to anywhere else Also there is noneed to handle./dir1/dir2/**
. It cannot match ondestinationResolver
.
- No need to fix
destinationResolver
base as user can also scanning from root or backward - Because error in building library,
tsup
would be changed torollup
, and monorepo would changenpm
toyarn
After invastigation,glob
,tsup
would be change totshy
- VSCode: use extension Comment Anchors
- recommended to move to v2.0.0
- https://stackoverflow.com/questions/1976007/what-characters-are-forbidden-in-windows-and-linux-directory-names
Current Issues:
- Performance on Server Rendering
- File patterns is only
string[]
, planned so can have individual pattern to output files internalResolver
can overidden so a lot of filename and its situation can collapse