-
Couldn't load subscription status.
- Fork 110
Open
Description
On grit 0.1.1
For some reason, I'm unable to match export statements.
pattern.grit
any {
`import $_ from $source`,
`export $_ from $source`
}
import { foo } from "./foo"
export { bar } from "./bar"Run:
grit apply import-paths.grit test.tsOutput:
test.ts
1 import { foo } from "./foo"
Processed 1 files and found 1 matches
Metadata
Metadata
Assignees
Labels
No labels