-
Notifications
You must be signed in to change notification settings - Fork 16.5k
Labels
35-x-ybug 🪲component/typescriptplatform/allstatus/confirmedA maintainer reproduced the bug or agreed with the featureA maintainer reproduced the bug or agreed with the feature
Description
Preflight Checklist
- I have read the Contributing Guidelines for this project.
- I agree to follow the Code of Conduct that this project adheres to.
- I have searched the issue tracker for a bug report that matches the one I want to file, without success.
Electron Version
35.0.1
What operating system(s) are you using?
macOS
Operating System Version
14.7.4
What arch are you using?
arm64 (including Apple Silicon)
Last Known Working Electron version
No response
Expected Behavior
The File.path
extension was removed in electron@32.0.0
, so the published types should no longer include an extension to the File
interface that adds the path
field.
Actual Behavior
The File.path
extension is still present in the published types.
The type extension for it was removed in @electron/typescript-definitions@9.1.1
, but electron
is still using @electron/typescript-definitions@9.0.0
, so the File.path
extension is still present in the published types.
Testcase Gist URL
No response
Additional Information
No response
Metadata
Metadata
Assignees
Labels
35-x-ybug 🪲component/typescriptplatform/allstatus/confirmedA maintainer reproduced the bug or agreed with the featureA maintainer reproduced the bug or agreed with the feature