You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@
4
4
5
5
-**feat**: Add `--exclude:pattern` to exclude paths.
6
6
When enabled without `--include`, it assumes all paths will be included, i.e. `--include:**`.
7
-
It does not inherit `--external`because it uses different match algorithms.
7
+
It does not inherit from `--external`which are directly passed to esbuild options.
8
8
9
-
I may change the implementation (include and exclude) to match[esbuild's glob algorithm](https://github.com/evanw/esbuild/blob/main/internal/helpers/glob.go) for smaller footprint in the future.
9
+
The implementation (include and exclude) is changed to matching[esbuild's glob algorithm](https://github.com/evanw/esbuild/blob/main/internal/helpers/glob.go) for smaller footprint. So the pattern only supports `*` and `**` now.
0 commit comments