Skip to content

Commit

Permalink
Merge pull request #157 from LuckyFBB/fix_antlr4
Browse files Browse the repository at this point in the history
transform antlr4-c3 file &&=
  • Loading branch information
HaydenOrz authored Sep 22, 2023
2 parents 1a3f796 + ec24b5d commit 9ff6509
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/ko/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ko

## 6.5.9

### Patch Changes

- fa12b04b8: transform antlr4-c3 file &&=

## 6.5.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ko/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ko",
"version": "6.5.8",
"version": "6.5.9",
"description": "build & lint library",
"keywords": [
"ko",
Expand Down
2 changes: 2 additions & 0 deletions packages/ko/src/webpack/loaders/script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ class Script {
// internal modules dt-common compatible
if (input.includes('node_modules/dt-common/src/')) {
return true;
} else if (input.includes('antlr4-c3')) {
return true;
} else if (input.includes('node_modules')) {
return false;
} else {
Expand Down

0 comments on commit 9ff6509

Please sign in to comment.