1.1.7 • Published 3 months ago

@marko/type-check v1.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Marko Type Check (@marko/type-check)

A CLI for running type checks on .marko, .ts, and .js files.

Installation

npm install --save-dev @marko/type-check

Usage

Use the marko-type-check or mtc command followed by options to run type checks on your project files:

marko-type-check [options]

# or with the shorthand
mtc [options]

Options

OptionAliasDescriptionDefault Value
--project -pPath to the tsconfig or jsconfig file./tsconfig.json or ./jsconfig.json
--display -dSet the display type for error output. Choices: codeframe or condensedcodeframe
--help-hDisplay the help text
--version-vDisplay the CLI version, Marko version, and TypeScript version

Examples

Run type check with the default tsconfig.json file:

marko-type-check

Run type check with a custom jsconfig.json file and condensed error output:

mtc -p ./jsconfig.json -d condensed

FAQ

What files are emitted?

Outputs files are similar to the tsc cli in build mode. Meaning .js and .d.ts files will be output (depending on your project config). Beyond that .marko files with their types stripped and an associated .d.marko file will be output that serve a similar purpose to the .js and .d.ts files.

What is a .d.marko file?

A .d.marko files is similar to a .d.ts file. All script content in the file will be processed as if the Marko script-lang was typescript and the Marko-VSCode plugin and this CLI will both prefer loading a .d.marko over an adjacent .marko file. The .d.marko files output by this tool will strip out any runtime code such that only type information is in the .d.marko output.

Does this replace tsc?

Yes this replaces tsc since in order to provide proper type checking for .marko files the .ts and .js files must be processed as well.

Contributing

Contributions are welcome! Please read our Contributing Guidelines for more information on how to contribute.

License

This project is licensed under the MIT License.

1.1.7

3 months ago

1.1.6

3 months ago

1.1.5

3 months ago

1.1.4

3 months ago

1.1.3

4 months ago

1.1.1

4 months ago

1.1.2

4 months ago

1.1.0

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago

0.0.14

10 months ago

0.0.15

10 months ago

0.0.16

10 months ago

0.0.17

10 months ago

0.0.18

10 months ago

0.0.13

11 months ago

0.0.10

11 months ago

0.0.11

11 months ago

0.0.12

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago