forked from microsoft/TypeScript
-
Notifications
You must be signed in to change notification settings - Fork 14
Enable force consistent casing in file names by default #38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
prakashtinate
wants to merge
1,594
commits into
bloomberg:master
from
prakashtinate:enable-forceConsistentCasingInFileNames-by-default
Closed
Enable force consistent casing in file names by default #38
prakashtinate
wants to merge
1,594
commits into
bloomberg:master
from
prakashtinate:enable-forceConsistentCasingInFileNames-by-default
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fixed goto when global declarations are on multiple files
… feature/eslint
It's a smeary copy of the checker's type parameter, so I feel bad about duplicating that code. Not sure what the solution is, architecturally.
…from relative to buildInfo to absolute path (microsoft#33168) Fixes microsoft#33161
…as complete (microsoft#33145) * Add test that fails because file is written multiple times Reported from microsoft#33061 * Handle seenEmittedFiles which was not being set when emit of a file was complete. It was issue only when errors are reported before emitting (which puts the files into pendingEmit that needs to check only in seenEmittedFiles) If emit happens before semantic diagnostics query this issue is not repro, because the affected files come into play and those are being set correctly Fixes microsoft#31398 * make baselining source map optional * Handle emitDeclarationOnly in --build scenario * Ensure we are using d.ts emit as signature even when --declarationMap is on (map files are emitted before d.ts) * Move module specifiers to verifyTsBuildOutput * implement create Hash to be default hashing plus data so we can verify it easily in baseline * Remove failing baseline * Accept correct baseline name
… feature/eslint
LEGO: Merge pull request 33194
… feature/eslint
Fix transpiling when options specify incremental or tsbuildinfofile
…SourceFile For editing experience, use source instead of .d.ts files from project references
…20190801-nonNullableCallSignaturesTreeWalk 🤖 User test baselines have changed for nonNullableCallSignaturesTreeWalk
PR to baseline `tsc` output rather than just baselining `tsc --b`
…crosoft-20190803 🤖 User test baselines have changed
Fix issues caused by reachability analysis of `this.foo(...)` like calls.
…esTreeWalk Flag non-nullable functions in `if` statements as errors (tree walk version)
Better Array.sort compareFn docs
…nces Recursive type references
Sort the paths for module specifier by closeness to importing file path
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue number of the reported bug or feature request: microsoft#17542
Describe your changes
Enabled
forceConsistentCasingInFileNames
in newly generatedtsconfig.json
s created bytsc --init
.Testing performed
The configuration option changed in the related tests.
Additional context
n/a