`PROJECT_ROOT` not supported in .flowconfig -> [libs]
Offen
bug
feature request
- Vorherrschende Sprache
- Rust
- Sterne
- 22.3k
- Forks
- 1.9k
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
`` doesn't work in all section of the config file, which sounds like a bug.
```
[ignore]
/node_modules/.*
...
[libs]
/path/to/types.flow.js
...
```
No error was reported, which makes this almost impossible to debug. By removing the `/` (by @jeffmo's suggestion) everything works as expected.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.