Open
Description
Environment information
CLI:
Version: 1.9.4
Color support: true
Platform:
CPU Architecture: aarch64
OS: macos
Environment:
BIOME_LOG_PATH: unset
BIOME_LOG_PREFIX_NAME: unset
BIOME_CONFIG_PATH: unset
NO_COLOR: unset
TERM: "xterm-ghostty"
JS_RUNTIME_VERSION: "v22.12.0"
JS_RUNTIME_NAME: "node"
NODE_PACKAGE_MANAGER: "yarn/4.1.0"
Biome Configuration:
Status: Loaded successfully
Formatter disabled: false
Linter disabled: true
Organize imports disabled: true
VCS disabled: true
Formatter:
Format with errors: true
Indent style: Tab
Indent width: 2
Line ending: Lf
Line width: 120
Attribute position: Auto
Bracket spacing: BracketSpacing(false)
Ignore: []
Include: []
JavaScript Formatter:
Enabled: true
JSX quote style: Single
Quote properties: AsNeeded
Trailing commas: Es5
Semicolons: AsNeeded
Arrow parentheses: AsNeeded
Bracket spacing: unset
Bracket same line: false
Quote style: Single
Indent style: unset
Indent width: unset
Line ending: unset
Line width: unset
Attribute position: unset
JSON Formatter:
Enabled: true
Indent style: unset
Indent width: unset
Line ending: unset
Line width: unset
Trailing Commas: unset
CSS Formatter:
Enabled: true
Indent style: unset
Indent width: unset
Line ending: unset
Line width: unset
Quote style: Double
GraphQL Formatter:
Enabled: true
Indent style: unset
Indent width: unset
Line ending: unset
Line width: unset
Bracket spacing: unset
Quote style: unset
Workspace:
Open Documents: 0
Configuration
It doesn't matter, I can reproduce it with the default config on the playground.
try {
thing()
} catch(e: Error | MyError) { //<-- fails on this line
}
Playground link
Code of Conduct
- I agree to follow Biome's Code of Conduct