File inspected by the filesystem based upon the provided globs and the current file path
const inspectedFile: InspectedFile = { fileType: 'script', reloadServer: true, unixRelativePath: 'app/controllers/users_controller.ts', unixAbsolutePath: '/project/app/controllers/users_controller.ts'} Copy
const inspectedFile: InspectedFile = { fileType: 'script', reloadServer: true, unixRelativePath: 'app/controllers/users_controller.ts', unixAbsolutePath: '/project/app/controllers/users_controller.ts'}
The category of the file based on its purpose
Whether changes to this file should trigger server reload
Unix-style relative path from project root
Unix-style absolute path to the file
File inspected by the filesystem based upon the provided globs and the current file path
Example