@atlaspack/validator-typescript 2.12.1-dev.3365 → 2.12.1-dev.3398
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -124,7 +124,7 @@ function tryCreateLanguageService(config, asset, options) {
|
|
124
124
|
}
|
125
125
|
}
|
126
126
|
|
127
|
-
/** Translates semantic diagnostics (from TypeScript) into a ValidateResult that
|
127
|
+
/** Translates semantic diagnostics (from TypeScript) into a ValidateResult that Parcel understands. */
|
128
128
|
function getValidateResultFromDiagnostics(filePath, diagnostics) {
|
129
129
|
let validatorResult = {
|
130
130
|
warnings: [],
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@atlaspack/validator-typescript",
|
3
|
-
"version": "2.12.1-dev.
|
3
|
+
"version": "2.12.1-dev.3398+81c73b3cd",
|
4
4
|
"license": "MIT",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -13,14 +13,14 @@
|
|
13
13
|
"source": "src/TypeScriptValidator.js",
|
14
14
|
"engines": {
|
15
15
|
"node": ">= 16.0.0",
|
16
|
-
"
|
16
|
+
"parcel": "^2.12.1-dev.3398+81c73b3cd"
|
17
17
|
},
|
18
18
|
"dependencies": {
|
19
|
-
"@atlaspack/diagnostic": "2.12.1-dev.
|
20
|
-
"@atlaspack/plugin": "2.12.1-dev.
|
21
|
-
"@atlaspack/ts-utils": "2.12.1-dev.
|
22
|
-
"@atlaspack/types": "2.12.1-dev.
|
23
|
-
"@atlaspack/utils": "2.12.1-dev.
|
19
|
+
"@atlaspack/diagnostic": "2.12.1-dev.3398+81c73b3cd",
|
20
|
+
"@atlaspack/plugin": "2.12.1-dev.3398+81c73b3cd",
|
21
|
+
"@atlaspack/ts-utils": "2.12.1-dev.3398+81c73b3cd",
|
22
|
+
"@atlaspack/types": "2.12.1-dev.3398+81c73b3cd",
|
23
|
+
"@atlaspack/utils": "2.12.1-dev.3398+81c73b3cd"
|
24
24
|
},
|
25
25
|
"devDependencies": {
|
26
26
|
"typescript": ">=3.0.0"
|
@@ -28,5 +28,5 @@
|
|
28
28
|
"peerDependencies": {
|
29
29
|
"typescript": ">=3.0.0"
|
30
30
|
},
|
31
|
-
"gitHead": "
|
31
|
+
"gitHead": "81c73b3cdf93adf8b0013be9fed5422579bd5910"
|
32
32
|
}
|
@@ -138,7 +138,7 @@ function tryCreateLanguageService(
|
|
138
138
|
}
|
139
139
|
}
|
140
140
|
|
141
|
-
/** Translates semantic diagnostics (from TypeScript) into a ValidateResult that
|
141
|
+
/** Translates semantic diagnostics (from TypeScript) into a ValidateResult that Parcel understands. */
|
142
142
|
function getValidateResultFromDiagnostics(
|
143
143
|
filePath: string,
|
144
144
|
diagnostics: $ReadOnlyArray<Diagnostic>,
|