esbuild-plugin-import-glob
esbuild-plugin-import-glob copied to clipboard
A esbuild plugin which allows to import multiple files using the glob syntax.
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
I have a scenario where a glob string (e.g. `./processor/**/*`) is used in multiple places in files that are in different directories. In these **directories**, the resolution of the globbing...
This PR proposes a solution for the issue https://github.com/thomaschaaf/esbuild-plugin-import-glob/issues/9
fast-glob removed relative file symbol `./`, so it report this error message:  When I change fast-glob to glob, it works. https://github.com/rails/jsbundling-rails/compare/main...xiaohui-zhangxh:main
Have you had any issues using this with TS? I'm getting ``` > import-glob:./**/*:2:305: error: Could not resolve "startAPI.ts" (mark it as external to exclude it from the bundle) 2...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [ws](https://github.com/websockets/ws) from 7.4.4 to 7.4.6. Release notes Sourced from ws's releases. 7.4.6 Bug fixes Fixed a ReDoS vulnerability (00c425ec). A specially crafted value of the Sec-Websocket-Protocol header could be...
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...
This PR fixes the case were there're same-sounding imports used in different paths. There's sample scenario in `conflicts` directory in tests. It contains 2 subdirectories with same-sounding index.js that imports...