_tools/check_mod_exports.ts: modFilePath
extracts file paths that are not strictly mod.ts
files
#6330
Labels
modFilePath
extracts file paths that are not strictly mod.ts
files
#6330
Describe the bug
In the process of adding a file named
unstable_chmod.ts
to the@std/fs
package to add towards #6255, runningdeno task lint:mod-exports
the_tools/check_mod_exports.ts
script will interpretunstable_chmod.ts
as amod.ts
file and will emit warnings that fail the lint task.Steps to Reproduce
*mod.ts
, (e.g.fs/unstable_chmod.ts
orfs/another_file_mod.ts
) in the@std/fs
package.deno task lint:mod-exports
.Expected behavior
Expected the
deno task lint:mod-exports
to extract onlymod.ts
files.Environment
The text was updated successfully, but these errors were encountered: