| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…st manipulate output Step 1: Update the verbose log to reflect it
| if (declarationMapText === text) return; | ||
| break; | ||
| default: | ||
| Debug.assertNever(name as never); |
There was a problem hiding this comment.
Asserting to never here defeats the purpose of the assertNever function
Sorry, something went wrong.
There was a problem hiding this comment.
i.e. this should just be Debug.fail
Sorry, something went wrong.
|
Ryan Cavanaugh (@RyanCavanaugh) Added logic to start from scratch if not same compiler version as discussed in design meeting. |
Sorry, something went wrong.
|
Best feature of 3.4! |
Sorry, something went wrong.
|
Should we commit .tsbuildinfo files to version control? |
Sorry, something went wrong.
|
Tom Medema (@tommedema) They are like the output .js files and shouldn't be committed to version control. |
Sorry, something went wrong.
|
Tom Medema (@tommedema) don't think so, it is a cache which will be overridden by next tsc launch if code changes |
Sorry, something went wrong.
This isn't the behaviour I'm seeing using 3.4.2, it's falling through to the last path option for the build info file. I'm working on a composite project in a yarn workspace, with a config that begins with {
"compilerOptions": {
"outDir": "lib",
"rootDir": "src",
"composite": true,
"baseUrl": "."
}
}
When using tsc -b it's generating the tsconfig.tsbuildinfo file next to the config file instead of in the lib folder. I have to specify "tsBuildInfoFile": "lib/tsconfig.tsbuildinfo" manually. Should I log a new issue for this? It seems easy to repro but I can work on one if needed. |
Sorry, something went wrong.
Sorry, something went wrong.
|
Ah, thank you! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Measured perf with updating LKG from master to build this branch using gulp local and then with this branch's build as LKG and using gulp local