@marko/type-check 1.1.6 → 1.1.8
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.
- package/dist/cli.js +1 -2
- package/package.json +2 -2
package/dist/cli.js
CHANGED
|
@@ -269,8 +269,7 @@ function run(opts) {
|
|
|
269
269
|
if (_writeFile) {
|
|
270
270
|
const typeChecker = program.getTypeChecker();
|
|
271
271
|
const printer = import_tsserverlibrary.default.createPrinter({
|
|
272
|
-
noEmitHelpers: true
|
|
273
|
-
removeComments: true
|
|
272
|
+
noEmitHelpers: true
|
|
274
273
|
});
|
|
275
274
|
writeFile = (fileName, _text, writeByteOrderMark, onError, sourceFiles, data) => {
|
|
276
275
|
const processor = (sourceFiles == null ? void 0 : sourceFiles.length) === 1 && getProcessor(sourceFiles[0].fileName) || void 0;
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marko/type-check",
|
|
3
3
|
"description": "A CLI to type check Marko projects",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.8",
|
|
5
5
|
"bugs": "https://github.com/marko-js/language-server/issues/new?template=Bug_report.md",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@babel/code-frame": "^7.23.5",
|
|
8
8
|
"@luxass/strip-json-comments": "^1.2.0",
|
|
9
|
-
"@marko/language-tools": "^2.2.
|
|
9
|
+
"@marko/language-tools": "^2.2.6",
|
|
10
10
|
"arg": "^5.0.2",
|
|
11
11
|
"kleur": "^4.1.5",
|
|
12
12
|
"typescript": "^5.3.3"
|