Skip to content

compile failing silently #42

@kikonen

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions