Giter Site home page Giter Site logo

nx-tsc's Introduction

nx-tsc

Nx executor to type-check project source files using tsc --noEmit

Installation

npm install -D @webpro/nx-tsc

Configuration

Add a tsc target to each project.json:

{
  "$schema": "../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/my-lib/src",
  "targets": {
    "tsc": {
      "executor": "@webpro/nx-tsc:tsc",
      "options": {
        "tsConfig": ["tsconfig.json"]
      }
    }
  }
}

Run type-checker

This enables the tsc target in the Nx workspace:

nx tsc my-lib

nx-tsc's People

Contributors

webpro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

nx-tsc's Issues

Fail when shell is `true` and folder has empty characters in its name

Hi @webpro,

Thanks for creating this NX Executor, I was looking after something to 'lint' my .ts files.

I have found an issue, thought. When the shell option in the spawn call is set to true (in the case of this executor, when it is running in Windows), if the folder where tsc is located has empty spaces on it (for example: C:\User\trystan2k\One Drive Files\my-project\node_modules\tsc), the spawn execution fails because it gets only the folder name until the first space (so it says something like "Cannot find folder C:\User\trystan2k\One").

After some researching, I found that we can work around this by setting the folder name between "" (but only when shell is true).

I will open a PR with this fix. Please let me know if it is ok or if you have any other suggestion.

Thank you !

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.