ab6140efc3
Removes the `const` keyword from `FileType` and `FilesystemEventType` enums. This change prevents the enums from being inlined at compile time, making them compatible with projects that have the `isolatedModules: true` flag enabled in their `tsconfig.json`. This resolves the `Cannot access ambient const enums` build error that occurs in environments like Babel/Vite.