Normalize 'basePath' in 'parseJsonConfigFileContent'#12667
Conversation
like https://github.com/otbe/TypeScript/blob/1f43720026c824151217e6ea9991b19e449c85cc/src/compiler/commandLineParser.ts but without removing the open-curly of the function
|
Hi @bb, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution! TTYL, MSBOT; |
|
thanks for the PR. can you also add a unit test to https://github.com/Microsoft/TypeScript/blob/master/src/harness/unittests/tsconfigParsing.ts |
|
Yeah, I'll give it a try. Beginners question: What's the right way to call I tried Because it's "0 passing", I assume I chose the wrong format for the tests argument and no test runs at all. |
|
Nevermind, |
|
Hi @bb, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution! The agreement was validated by Microsoft and real humans are currently evaluating your PR. TTYL, MSBOT; |
Fixes #9123
like https://github.com/otbe/TypeScript/blob/1f43720026c824151217e6ea9991b19e449c85cc/src/compiler/commandLineParser.ts but without removing the open-curly of the function