Skip to content

Cli (tlsl) doesn't seem to be supporting array as argument #1267

@fan87

Description

@fan87

(First of all, I don't know that much about Javascript, Typescript, and basically entire node.js. I may be wrong)
I checked the source of parse.ts, boolean was specially handled and be converted from string to actual boolean type here.
Option noResolvePaths takes an array as an argument, but I didn't find any code that converts the input string to array - which means there's (probably) no way to set noResolvePaths with cli w/out tsconfig.json.

I've also tried:
"a","b","c"
["a","b","c"]
["a", "b", "c"]

TSC (Typescript's compiling cli) will be converting the first one I mentioned above ("a","b","c" / a,b,c) to array, but tstl doesn't

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions