We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrangler
[email protected]
20.9.0
macOS 14.6.1
rules = [ { type = "Text", globs = ["**/foo"], fallthrough = true } ]
npx wrangler types --experimental-include-runtime
produces:
declare module "*.**/foo" { const value: string; export default value; }
declare module "*/foo" { const value: string; export default value; }
See above
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Which Cloudflare product(s) does this pertain to?
Wrangler
What version(s) of the tool(s) are you using?
[email protected]
What version of Node are you using?
20.9.0
What operating system and version are you using?
macOS 14.6.1
Describe the Bug
Observed behavior
produces:
Expected behavior
Steps to reproduce
See above
Please provide a link to a minimal reproduction
No response
Please provide any relevant error logs
No response
The text was updated successfully, but these errors were encountered: