Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/node-core-library > FileLocationStyle

FileLocationStyle type

The format that the FileError message should conform to. The supported formats are: - Unix: <path>:<line>:<column> - <message> - VisualStudio: <path>(<line>,<column>) - <message>

Signature:

export type FileLocationStyle = 'Unix' | 'VisualStudio';