refactor: introduce syntax/scan module with DependencyDirectivesGetter (#357)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
ykiko
2026-03-16 21:45:31 +08:00
committed by GitHub
parent ce2f355988
commit 73afcfbb58
18 changed files with 1282 additions and 1633 deletions

View File

@@ -8,13 +8,8 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- os: windows-2025
build_type: RelWithDebInfo
- os: ubuntu-24.04
build_type: Debug
- os: macos-15
build_type: Debug
os: [windows-2025, ubuntu-24.04, macos-15]
build_type: [Debug, RelWithDebInfo]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository