Skip to content

Commit c7b8077

Browse files
committed
merge
2 parents 5bedcae + 52dca94 commit c7b8077

File tree

235 files changed

+23922
-2813
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

235 files changed

+23922
-2813
lines changed

.eslintignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
out/
22
packages/language-support/src/generated-parser/*
3+
packages/antlr4/src/antlr4/*
4+
packages/antlr4/spec/*
5+
packages/antlr4/src/*
36
packages/antlr4-c3/src/*
47
packages/antlr4-c3/tests/*
58
packages/antlr4-c3/lib/*

.github/workflows/ci.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ jobs:
5353

5454
- name: Run tests
5555
# Tests with the same flags that VSCode does
56-
run: npm test -- -- --passWithNoTests --testLocationInResults
56+
run: |
57+
npm test -- --filter=!antlr4 -- --passWithNoTests --testLocationInResults
58+
npm test -- --filter=antlr4
5759
5860
e2e-test:
5961
name: E2E tests

0 commit comments

Comments
 (0)