GithubHelp home page GithubHelp logo

tscommand.tmp.txt about grunt-ts HOT 11 OPEN

typestrong avatar typestrong commented on August 17, 2024
tscommand.tmp.txt

from grunt-ts.

Comments (11)

basarat avatar basarat commented on August 17, 2024

Unfortunately yes. You can add it to your git ignore, if that is what concerns you.

The reason we have this file is that when you have a large number of files passing all the file names as a command line option to tsc seems to have issues (it gets stuck). However using a file containing the options along with @file command line option to tsc works fine.

from grunt-ts.

mindplay-dk avatar mindplay-dk commented on August 17, 2024

I'm fine with creating a temporary file during compilation, but is there any reason you can't clean it up after running it?

The file is regenerated on subsequent runs anyway, correct? It's not used as a "cache" file by any means?

from grunt-ts.

basarat avatar basarat commented on August 17, 2024

The plan is to delete it if verbose is off : #15

from grunt-ts.

cloakedninjas avatar cloakedninjas commented on August 17, 2024

I'm still getting these no matter if run with --verbose or not.

Could these files be created in the .tscache directory instead? Thus keeping all grunt-ts related files in a single place and requiring only a single .gitignore entry.

from grunt-ts.

thamacher avatar thamacher commented on August 17, 2024

Same with me, when I declare verbose:false in the tsconfig.json. Verbose does not seems to make a difference. Any progress here?

from grunt-ts.

cleavera avatar cleavera commented on August 17, 2024

Can we look at reopening this issue? Just because they need to be created doesn't mean it should just sit in the root creating more and more of these files every time it runs

from grunt-ts.

nycdotnet avatar nycdotnet commented on August 17, 2024

PRs accepted. Sorry I didn't realize this was actually a problem. It may not manifest on Windows because I've never noticed the files staying.

from grunt-ts.

hamtho avatar hamtho commented on August 17, 2024

I experienced the same thing on linux. So there it is still an issue.

from grunt-ts.

mailmrmanoj avatar mailmrmanoj commented on August 17, 2024

Why is this file being created?

from grunt-ts.

nycdotnet avatar nycdotnet commented on August 17, 2024

It's a workaround for an old bug. PRs accepted to delete it.

from grunt-ts.

tzachshabtay avatar tzachshabtay commented on August 17, 2024

This is happening to me on Windows too, so it's not just a Linux issue.

from grunt-ts.

Related Issues (20)

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.