Skip to content

Typescript Compiler Plugin for Meteor. Have a look at https://github.com/Adornis/typescript. Go there for issues!

Notifications You must be signed in to change notification settings

Adornis/typescript-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4d43f44 · Dec 22, 2019
Nov 27, 2019
Nov 27, 2019
Nov 27, 2019
Dec 27, 2016
Feb 16, 2019
Dec 8, 2019
Mar 26, 2019
Jan 8, 2019
Jan 11, 2019

Repository files navigation

TypeScript compiler for Meteor

Based on barbatus:typescript-compiler and also embeds the previously separate meteor-typescript package

Exports two symbols:

  • TypeScriptCompiler - a compiler to be registered using registerBuildPlugin to compile TypeScript files.

  • TypeScript - an object with compile method. Use TypeScript.compile(source, options) to compile with preset options.

disable warnings

If TYPESCRIPT_DISABLE_WARNINGS is truthy, warnings will be omitted, reducing the lenght of console output in some cases. Of course, please use your linter instead, but keep in mind that many linters will only show you warnings and errors in opened files.

About

Typescript Compiler Plugin for Meteor. Have a look at https://github.com/Adornis/typescript. Go there for issues!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published