Commit Graph

12 Commits

Author SHA1 Message Date
Martin Aeschlimann 9d4b47dbed optionDescriptions as parameter of parseArgs 2019-09-09 14:43:13 +02:00
Martin Aeschlimann 191756a040 Option.key: keyof ParsedArgs 2019-07-03 12:43:11 +02:00
Benjamin Pasero 1e17319bfd fix #69588 2019-03-02 11:00:09 +01:00
Martin Aeschlimann efc4d93818 make argv handling reusable 2019-01-22 15:56:28 +01:00
Matt Bierner 7ebea5fba0 Remove "use strict" directives in tests
We set alwaysStrict so this directive is not needed
2018-10-02 15:59:35 -07:00
Matt Bierner ab1669f898 Revert "Revert "Avoid using import x = require('...')""
This reverts commit 27256832f3 which turns out did not break the import of vs/nls
2018-03-15 10:17:18 -07:00
Matt Bierner 27256832f3 Revert "Avoid using import x = require('...')"
This reverts commit 7de696a202.

Seems to have broken loading vs/nls in at least one case in insiders
2018-03-15 00:47:33 -07:00
Matt Bierner 7de696a202 Avoid using import x = require('...')
Don't use this import form in places where it is not needed. This prevents us from correctly detecting duplicate imports
2018-03-14 14:45:59 -07:00
Johannes Rieken 6681a2a7d6 tsfmt - src 2016-10-08 09:53:13 +02:00
Benjamin Pasero 8dcd3e67d7 move argv to platform 2016-09-05 17:19:47 +02:00
Daniel Imms e3fcbe6b6d Fix argv tests 2016-07-07 09:52:54 -07:00
Daniel Imms 06bc987651 Add tests for --help 2016-07-06 20:06:07 -07:00