Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Fix not to create NUL file by tsc in Windows #1155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 8, 2014

  1. Fix not to create NUL file by tsc in Windows

    In windows, `tsc`, the TypeScript compiler for Node.js, creates the file passed
    by `--out` argument, even if the file name is `NUL`.
    This will pass a temporary file name to `--out` argument, and remove the file
    after compilation, only in Windows.
    HINO, Katsuya committed Aug 8, 2014
    Configuration menu
    Copy the full SHA
    be4a669 View commit details
    Browse the repository at this point in the history