@marko/type-check 1.1.7 → 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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -2
  2. package/package.json +1 -1
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,7 +1,7 @@
1
1
  {
2
2
  "name": "@marko/type-check",
3
3
  "description": "A CLI to type check Marko projects",
4
- "version": "1.1.7",
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",