Giter Site home page Giter Site logo

typescript builder path/file about core HOT 2 CLOSED

c9 avatar c9 commented on July 17, 2024
typescript builder path/file

from core.

Comments (2)

javruben avatar javruben commented on July 17, 2024

This must be a bug. You can find the builder here:
https://github.com/c9/c9.ide.run.build/blob/master/builders/typescript.build

We'd appreciate a pull request with a fix. I think the / in that regexp should be removed.

from core.

pinoyyid avatar pinoyyid commented on July 17, 2024

Thanks for confirming and the link. I'd love to offer a PR, but I don't know enough about the sublime/c9 build mechanism to do so with any confidence.

My local ts build, which I've implemented and seems to behave correctly is

{
    "cmd": ["tsc",  "$file"],
    "selector": "source.ts"
}

as opposed to

{
    "cmd": ["tsc", "--out", "${file/\\.ts/\\.js/}", "$file"],
    "selector": "source.ts"
}

ie. I've removed the --out argument altogether, which causes tsc to compile to $file.js which is the behaviour I'm looking for. I'm reluctant to propose that as a PR without knowing if that approach breaks elsewhere.

from core.

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.