Skip to content

compile failing silently #42

Description

@kikonen

Trying to use this gem to compile typescript files, but getting only empty results. After some digging found out that "--out" options is apparently deprecated and "--outFile" should be used (https://www.typescriptlang.org/docs/handbook/compiler-options.html).

It appears that "/tmp" contains both "xxxx.ts" and compiled "xxxx.js" files, while output tried to be set via "--out" is empty.

Apparently actual issue is withing typescript-node gem (typescript-ruby/typescript-node-ruby#10)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions