Glob matching with '../*' or './*' not working on Windows
Open
closed-not-planned
package:ffigen
- Dominant language
- Dart
- Stars
- 275
- Forks
- 144
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 47
Description
This package depends on the [Glob](https://pub.dev/packages/glob) package for getting input to header files.
The Glob package, however, is broken, https://github.com/dart-lang/tools/issues/1986, for Windows.
As a temporary solution, windows users running this tool can provide the path to individual header files instead of using Glob syntax.
Contributor guide
Assessment
This issue has not been assessed yet.