-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
[Bug] File descriptors aren't supported in the FS layer #359
Labels
Comments
This issue reproduces on master:
|
Fixed with #363 |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
Our FS layer doesn't support file descriptors at the moment, which causes issues in some cases (particularly ESLint).
To fix that, we need to:
FSPath<T>
, which isT | number
FSPath<NativePath>
in thefs
functions that accepts file descriptorsFSPath<T>
instead ofPath
mapFromBase
/mapToBase
on fdsTo Reproduce
Additional context
Ref SublimeLinter/SublimeLinter#1644
The text was updated successfully, but these errors were encountered: