nx
Nx
GitHub
Nx
Workspace
GitHub
CI Pipeline Executions
Current execution
Succeeded
fix-native-glob-multi-brace
Runs and Agents
Timeline
Configuration
Self-Healing CI
Project Graph
Resource Usage
Analysis
Conformance
Runs
Current run
Succeeded
Tasks
Resource Usage
Insights
Compare tasks
Analytics
Sign in
Toggle sidebar
fix(core): support multiple brace groups in workspace glob matching A glob that both starts with `{` and ends with `}` was treated as a single brace group and split on every comma, so a pattern spanning several groups (`{src,tests}/**/*.{test,spec}.{js,ts}`) was torn into fragments like `spec}.{js` and rejected with "unopened alternate group". globset expands these patterns natively. Split only when the opening brace closes at the final character, and split just the outer-level commas so a nested group stays intact; hand any multi-group pattern to globset whole.
nx build workspace-plugin
⌘K
Succeeded
nx build workspace-plugin
Click to copy
36395
100%
Cache hits
2 of 2 tasks used cache.