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
tcm is not finding any files whene I specify a glob pattern on the command line. It works when I specify only a folder.
tcm
I'm sure I'm doing something wrong but I'm not sure what.
I've checked the README and examples.
tcm 'src/client/**/*.scss'
Output:
Wrote /.../src/client/components/Header.scss.d.ts
No output and a .d.ts file is not generated.
.d.ts
This is my repo structure (new project, mostly empty)
src/client src/client/App.tsx src/client/main.tsx src/client/App.css src/client/include.scss src/client/index.css src/client/index.css.d.ts src/client/components src/client/components/Header.module.scss src/client/components/Header.tsx
Running the command with any of these patterns fails as described.
tcm "src/client/*.css" tcm 'src/client/*.css' tcm 'src/client/**/*.css' tcm 'src/client/**/*.scss' tcm src/client/*.css
Running the command without the pattern does produce output on *.css files but not *.scss files.
*.css
*.scss
# works tcm src
This is a new project and I've used tcm successfully with *.css files. I haven't used it *.scss files.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
tcm
is not finding any files whene I specify a glob pattern on the command line. It works when I specify only a folder.I'm sure I'm doing something wrong but I'm not sure what.
I've checked the README and examples.
Expected Behavior
tcm 'src/client/**/*.scss'
Output:
Current Behavior
No output and a
.d.ts
file is not generated.Steps to Reproduce
This is my repo structure (new project, mostly empty)
Running the command with any of these patterns fails as described.
Running the command without the pattern does produce output on
*.css
files but not*.scss
files.# works tcm src
Context
This is a new project and I've used
tcm
successfully with*.css
files. I haven't used it*.scss
files.Your Environment
The text was updated successfully, but these errors were encountered: