Skip to content

Declaration emit for es6 import syntax #2008

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
wants to merge 73 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
73 commits
Select commit Hold shift + click to select a range
c03c9a4
Allow commas as a separator between object/interface type members.
CyrusNajmabadi Feb 6, 2015
1d8fab8
Remove host cache uses in syntactic features
mhegazy Feb 9, 2015
c2c7b90
consolidate the use of normalizeSlashes in lookup helpers
mhegazy Feb 9, 2015
c37060a
Remove getCurrentSourceFile and use syntaxTreeCache.getCurrentSourceF…
mhegazy Feb 9, 2015
d9eb63b
Remove hostCache.getChangeRange
mhegazy Feb 9, 2015
6ac1bcc
Enable declaration emit for import "mod" syntax
sheetalkamat Feb 10, 2015
96139ca
Enable declaration emit for import * as ns from "mod" syntax
sheetalkamat Feb 10, 2015
f2a28a5
Declaration emit for NamedImport syntax
sheetalkamat Feb 9, 2015
05fcdf0
Declaration for default bindings of the import syntax
sheetalkamat Feb 10, 2015
e0323b4
Emit the import declaration in d.ts file only if it is visible
sheetalkamat Feb 11, 2015
c90f820
Enable test cases when import binding is used in export assignment di…
sheetalkamat Feb 11, 2015
863e73c
Test case for emitting partial part of import syntax
sheetalkamat Feb 11, 2015
0dfe425
Test cases for export import syntax
sheetalkamat Feb 9, 2015
00dc5fc
Add test cases for dts generation without export tag
sheetalkamat Feb 11, 2015
f8351c8
Set the declarations of export assignment visible on demand through d…
sheetalkamat Feb 11, 2015
0332fed
Merge branch 'es6Import' into es6ImportDts
sheetalkamat Feb 11, 2015
23c1c5e
Baseline accept after merging
sheetalkamat Feb 11, 2015
e7ff4e2
Merge branch 'es6Import' into es6ImportDts
sheetalkamat Feb 13, 2015
5b6a9a8
Merge branch 'es6Import' into es6ImportDts
sheetalkamat Feb 17, 2015
fc1528f
Dts for export * from "mod" and export { a, b as c,...} [from "mod"]
sheetalkamat Feb 17, 2015
f86f05d
Split Iterator into Iterator and IterableIterator in es6.d.ts
JsonFreeman Feb 19, 2015
e7435b1
Merge branch 'master' into iterators
JsonFreeman Feb 20, 2015
395a1e6
Make IterableIterator deeply iterable
JsonFreeman Feb 21, 2015
91eedcd
Emit arrow functions with expression bodies 'as is' when targetting E…
CyrusNajmabadi Feb 22, 2015
f19619e
Add maxResultCount optional field to NavtoRequestArgs. Change
Feb 22, 2015
11f589f
do not include constructor parameters with binding patterns as names …
vladima Feb 22, 2015
ea09299
added rule to insert space after let\const in variable declaration co…
vladima Feb 23, 2015
b8a1712
include binding element with initializer to current formatting rule f…
vladima Feb 23, 2015
53ed427
Emit parameter initializers unless we are certain they don't have any…
CyrusNajmabadi Feb 23, 2015
9f28e88
insert space after '?' only in conditional operator
vladima Feb 23, 2015
a25c99e
added missing test
vladima Feb 23, 2015
8d0dc91
CR feedback.
CyrusNajmabadi Feb 23, 2015
fd1b587
Move NavigateTo over to using the new pattern matcher.
CyrusNajmabadi Feb 23, 2015
441735a
CR feedback
CyrusNajmabadi Feb 23, 2015
e549f2f
renamed QMark to QuestionMark
vladima Feb 23, 2015
f9518b2
Added update of project structure on idle following change (if no
Feb 23, 2015
47d265b
Changed no content action for completions from exception to error mes…
Feb 23, 2015
e504453
Merge branch 'master' into hostCache
mhegazy Feb 23, 2015
67f67dd
Merge pull request #1989 from Microsoft/hostCache
mhegazy Feb 23, 2015
7df14c1
Merge pull request #2106 from Microsoft/addNavtoLimit
steveluc Feb 23, 2015
b0c522d
Add missed file from addNavtoLimit branch.
Feb 23, 2015
f46cb89
Be more conservative on when we'll emit a function in a single line.
CyrusNajmabadi Feb 23, 2015
4aae41b
Merge pull request #1983 from Microsoft/es6Import
ahejlsberg Feb 23, 2015
5bf9197
Fixes overly-aggressive auto-collapse for "Collapse to Definitions"
rbuckton Feb 23, 2015
a66cdf8
Merge branch 'master' of https://github.com/Microsoft/TypeScript into…
JsonFreeman Feb 23, 2015
7711a45
[Symbol.iterator] of a Generator is a Generator
JsonFreeman Feb 23, 2015
cfe3bb8
Merge branch 'master' into sideEffects
CyrusNajmabadi Feb 23, 2015
a27d19d
Merge pull request #2116 from Microsoft/fix-autoCollapse
rbuckton Feb 23, 2015
db5b1b3
use character instead of column when formatting multiline comments wi…
vladima Feb 23, 2015
50f9ce4
Merge pull request #2083 from Microsoft/iterators
JsonFreeman Feb 23, 2015
f90f8e8
CR feedback.
CyrusNajmabadi Feb 23, 2015
eaba180
Merge pull request #1971 from Microsoft/commaSeparator
CyrusNajmabadi Feb 23, 2015
e26de71
Merge pull request #2109 from Microsoft/sideEffects
CyrusNajmabadi Feb 23, 2015
09e3cd6
Merge pull request #2104 from Microsoft/arrowFunctionEmit
CyrusNajmabadi Feb 24, 2015
5141f1d
Merge pull request #2111 from Microsoft/navToPatternMatcher
CyrusNajmabadi Feb 24, 2015
a3ad3c0
Fix failing test.
CyrusNajmabadi Feb 24, 2015
6de19a1
Add support for printing colors to the command line when running mocha!
CyrusNajmabadi Feb 24, 2015
34bd298
Merge pull request #2119 from Microsoft/fixFailingTest
CyrusNajmabadi Feb 24, 2015
d1df797
Merge pull request #2120 from Microsoft/mochaColors
CyrusNajmabadi Feb 24, 2015
c46bdd6
Fix export * merging to not overwrite original members
ahejlsberg Feb 24, 2015
55dafb5
Merge pull request #2110 from Microsoft/formattingQMark
vladima Feb 24, 2015
3119839
addressed CR feedback
vladima Feb 24, 2015
545e8f4
Merge pull request #2117 from Microsoft/formattingTabsInMultilineComm…
vladima Feb 24, 2015
a16a955
Wrap getDefaultLibFileName API changes in a try/catch until TypeScrip…
jramsay Feb 24, 2015
10298c8
Merge pull request #2108 from Microsoft/formattingInDestructuring
vladima Feb 24, 2015
4065ebf
Merge pull request #2107 from Microsoft/destructuring_classElements
vladima Feb 24, 2015
2e86eed
Merge pull request #2122 from Microsoft/getDefaultLibFileNameFix
jramsay Feb 24, 2015
d3305b1
delete unused files
mhegazy Feb 24, 2015
540cc4d
Add tsserver.js to the LKG drop
mhegazy Feb 24, 2015
11bb8a0
Update LKG
mhegazy Feb 24, 2015
1b7dea0
Merge pull request #2131 from Microsoft/deleteUnusedFiles
mhegazy Feb 24, 2015
a0eff60
Merge pull request #2123 from Microsoft/fixExportStarMerging
ahejlsberg Feb 24, 2015
96e5286
Merge branch 'master' into es6ImportDts
mhegazy Feb 24, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions Jakefile
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ task("generate-spec", [specMd])
// Makes a new LKG. This target does not build anything, but errors if not all the outputs are present in the built/local directory
desc("Makes a new LKG out of the built js files");
task("LKG", ["clean", "release", "local"].concat(libraryTargets), function() {
var expectedFiles = [tscFile, servicesFile, nodePackageFile, nodeDefinitionsFile, standaloneDefinitionsFile, internalNodeDefinitionsFile, internalStandaloneDefinitionsFile].concat(libraryTargets);
var expectedFiles = [tscFile, servicesFile, serverFile, nodePackageFile, nodeDefinitionsFile, standaloneDefinitionsFile, internalNodeDefinitionsFile, internalStandaloneDefinitionsFile].concat(libraryTargets);
var missingFiles = expectedFiles.filter(function (f) {
return !fs.existsSync(f);
});
Expand Down Expand Up @@ -574,7 +574,7 @@ task("runtests", ["tests", builtLocalDirectory], function() {
}

colors = process.env.colors || process.env.color
colors = colors ? ' --no-colors ' : ''
colors = colors ? ' --no-colors ' : ' --colors ';
tests = tests ? ' -g ' + tests : '';
reporter = process.env.reporter || process.env.r || 'dot';
// timeout normally isn't necessary but Travis-CI has been timing out on compiler baselines occasionally
Expand Down
Loading