We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a3f796 + ec24b5d commit 9ff6509Copy full SHA for 9ff6509
packages/ko/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# ko
2
3
+## 6.5.9
4
+
5
+### Patch Changes
6
7
+- fa12b04b8: transform antlr4-c3 file &&=
8
9
## 6.5.8
10
11
### Patch Changes
packages/ko/package.json
@@ -1,6 +1,6 @@
{
"name": "ko",
- "version": "6.5.8",
+ "version": "6.5.9",
"description": "build & lint library",
"keywords": [
"ko",
packages/ko/src/webpack/loaders/script.ts
@@ -28,6 +28,8 @@ class Script {
28
// internal modules dt-common compatible
29
if (input.includes('node_modules/dt-common/src/')) {
30
return true;
31
+ } else if (input.includes('antlr4-c3')) {
32
+ return true;
33
} else if (input.includes('node_modules')) {
34
return false;
35
} else {
0 commit comments