Skip to content
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

Unused identifiers compiler code #9200

Merged
merged 44 commits into from
Jun 24, 2016
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
617b819
Code changes to update references of the Identifiers
sarangan12 May 24, 2016
a8bc8b4
Added code for handling function, method and coonstructor level local…
sarangan12 May 26, 2016
01966ba
Rebased with origin master
sarangan12 May 26, 2016
1e5ca92
Code changes to handle unused private variables, private methods and …
sarangan12 May 27, 2016
890d178
Code changes to handle namespace level elements
sarangan12 Jun 1, 2016
69dbeea
Code changes to handle unimplemented interfaces
sarangan12 Jun 1, 2016
c78d0e2
Code to optimize the d.ts check
sarangan12 Jun 1, 2016
107b369
Correct Code change to handle the parameters for methods inside inter…
sarangan12 Jun 1, 2016
481baa3
Fix for lint error
sarangan12 Jun 2, 2016
cd1ce0f
Remove Trailing whitespace
sarangan12 Jun 2, 2016
a38149d
Code changes to handle interface implementations
sarangan12 Jun 3, 2016
0571c19
Changes to display the error position correctly
sarangan12 Jun 3, 2016
e17ed58
Compiler Test Cases
sarangan12 Jun 3, 2016
2b7f3a7
Merge remote-tracking branch 'origin' into UpdateReferences
sarangan12 Jun 6, 2016
5a34352
Adding condition to ignore constructor parameters
sarangan12 Jun 15, 2016
93b7490
Removing unnecessary tests
sarangan12 Jun 15, 2016
7aba626
Additional changes for compiler code
sarangan12 Jun 15, 2016
ed5052d
Additional changes to handle constructor scenario
sarangan12 Jun 15, 2016
f5cdc9c
Fixing the consolidated case
sarangan12 Jun 15, 2016
8c3c7b1
Changed logic to search for private instead of public
sarangan12 Jun 15, 2016
dfad7cc
Response to PR Comments
sarangan12 Jun 15, 2016
c325625
Merge remote-tracking branch 'origin' into UnusedIdentifiersCompilerCode
sarangan12 Jun 15, 2016
6a711bc
Changed the error code in test cases as result of merge with master
sarangan12 Jun 15, 2016
d62a43f
Adding the missing file
sarangan12 Jun 16, 2016
043a625
Adding the missing file II
sarangan12 Jun 16, 2016
8f9d4ae
Response to PR comments
sarangan12 Jun 20, 2016
f15448a
Merge remote-tracking branch 'origin' into UnusedIdentifiersCompilerCode
sarangan12 Jun 20, 2016
c82453f
Code changes for checking unused imports
sarangan12 Jun 20, 2016
bcd6fc4
Test Cases for Unused Imports
sarangan12 Jun 20, 2016
49385f4
Response to PR comments
sarangan12 Jun 21, 2016
5993015
Code change specific to position of Import Declaration
sarangan12 Jun 21, 2016
f464f92
Code change for handling the position for unused import
sarangan12 Jun 21, 2016
3b5f8d2
New scenarios for handling parameters in lambda function, type parame…
sarangan12 Jun 22, 2016
ed282d7
Additional scenarios based on PR comments
sarangan12 Jun 22, 2016
e502ba0
Removing a redundant check
sarangan12 Jun 22, 2016
0e2e43d
Added ambient check to imports and typeparatmeter reporting
sarangan12 Jun 23, 2016
d6c2bcd
Merge remote-tracking branch 'origin' into UnusedIdentifiersCompilerCode
sarangan12 Jun 23, 2016
f93c6c8
Added one more scenario to handle type parameters
sarangan12 Jun 24, 2016
4521058
Added new scenario for TypeParameter on Interface
sarangan12 Jun 24, 2016
5eb7153
Refactoring the code
sarangan12 Jun 24, 2016
1401506
Merge remote-tracking branch 'origin' into UnusedIdentifiersCompilerCode
sarangan12 Jun 24, 2016
5361e5f
Added scenario to handle private class elements declared in constructor.
sarangan12 Jun 24, 2016
7fc4616
Minor change to erro reporting
sarangan12 Jun 24, 2016
9753d09
Merge remote-tracking branch 'origin' into UnusedIdentifiersCompilerCode
sarangan12 Jun 24, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
294 changes: 0 additions & 294 deletions lib/lib.scripthost.d.ts

This file was deleted.

Loading