https://github.com/Microsoft/TypeScript

sort by:
Revision Author Date Message Commit Date
794c574 Merge pull request #7978 from Microsoft/bump-1.8.10 Bump 1.8 branch to 1.8.10 09 April 2016, 03:51:15 UTC
39181e6 Updated the LKG. 08 April 2016, 22:38:56 UTC
68f2054 Bump to npm version 1.8.10. 08 April 2016, 21:40:08 UTC
f4ddf4b Merge pull request #7971 from Microsoft/objectAssignPoly-1.8 Port new '__assign' helper to TypeScript 1.8 08 April 2016, 21:36:11 UTC
662dc64 Accepted baselines. 08 April 2016, 20:39:33 UTC
50d570b Changed emit to use 'Object.prototype.hasOwnProperty'. 08 April 2016, 20:32:22 UTC
6aa9ada Remove unnecessary 'null'/'undefined' check, removed temp for args length. 08 April 2016, 20:32:20 UTC
e9f984d Use an emit helper for JSX Spread Attributes. 08 April 2016, 20:32:13 UTC
9ef7553 Update LKG 16 March 2016, 04:19:31 UTC
b23503c Merge pull request #7513 from zhengbli/projectSizeLimitFor18-2 Port #7486 to release 1.8 15 March 2016, 23:03:12 UTC
b0fc9e0 Address PR 15 March 2016, 22:49:42 UTC
760c163 Remove LKG from code review 15 March 2016, 21:49:03 UTC
23184f5 Update LKG 15 March 2016, 17:23:17 UTC
7547f2f Add exceedProgramSizeLimit function 15 March 2016, 17:10:56 UTC
f13a9c7 Merge branch 'release-1.8' of https://github.com/Microsoft/TypeScript into projectSizeLimitFor18-2 15 March 2016, 09:28:06 UTC
4d0f488 Avoid false "not found" errors after stopping loading non-Ts files 15 March 2016, 06:34:27 UTC
de7d429 Update LKG 15 March 2016, 06:21:27 UTC
5e74ebd CR feedback and Update LKG 15 March 2016, 05:20:35 UTC
cfa83e9 Update LKG 15 March 2016, 04:17:56 UTC
6ed14c2 Don't count current opened client file if it's TS file 15 March 2016, 04:15:14 UTC
4aba58c online and offline CR feedback 15 March 2016, 04:14:55 UTC
35b972e CR feedback / Change upper limit / Add disableSizeLimit compiler option # Conflicts: # src/compiler/commandLineParser.ts # src/compiler/diagnosticMessages.json 15 March 2016, 04:14:30 UTC
708fb97 Add comments 15 March 2016, 04:13:24 UTC
3b55558 Add upper limit for the program size, fix readDirectory for the symlink files 15 March 2016, 04:13:04 UTC
6a706cf Merge pull request #7504 from Microsoft/jsNavBar Improve NavBar experience for JavaScript files 15 March 2016, 01:10:00 UTC
6a8fb3e Code review feedback 14 March 2016, 23:54:20 UTC
fe4efe8 Safety guard and couple of comments 14 March 2016, 19:56:48 UTC
f85911d Refactoring and class expressions 14 March 2016, 19:46:11 UTC
5c10301 Hardened code and added export specifiers 14 March 2016, 16:50:53 UTC
71f604a Added accessors, imports, and default export 14 March 2016, 00:51:34 UTC
b3a35c5 Remove temporary test 13 March 2016, 20:12:30 UTC
9a5cb29 Fixed whitespace 13 March 2016, 20:04:01 UTC
f119cde Merge remote-tracking branch 'origin/release-1.8' into jsNavBar 13 March 2016, 20:02:20 UTC
080f639 Support for AMD modules 13 March 2016, 20:00:59 UTC
cae42fd Basic flat list of items 11 March 2016, 16:48:00 UTC
4927091 Update LKG 10 March 2016, 22:59:45 UTC
e473d53 Update version 10 March 2016, 22:52:10 UTC
5859003 Merge pull request #7463 from zhengbli/release-1.8 Port #7307 to release-1.8 10 March 2016, 19:22:28 UTC
e668835 Merge pull request #7466 from Microsoft/issue7292 AllowJS files in tsserver when no project is given 10 March 2016, 19:17:56 UTC
16d7656 AllowJS files in tsserver when no project is given 10 March 2016, 18:26:53 UTC
3eb2bb5 Port #7307 to release-1.8 10 March 2016, 17:22:48 UTC
50059b6 Merge pull request #7249 from Microsoft/FixCommonJSModules Fix CommonJs modules 10 March 2016, 03:09:13 UTC
3e43344 Merge pull request #7440 from Microsoft/port-acquiredts-and-scriptkind-from-master-to-release-1.8 Port acquire d.ts and scriptKind from master to release-1.8 10 March 2016, 00:38:32 UTC
fe9da69 Fixing a whitespace issue and revving the servicesVerion 09 March 2016, 23:50:24 UTC
bc8ac66 Merge remote-tracking branch 'origin/release-1.8' into FixCommonJSModules 09 March 2016, 22:58:01 UTC
fa6db1b Addressed feedback 09 March 2016, 22:57:55 UTC
11102dc - Adding missing diagnostic message - removing extra semi-colon 09 March 2016, 02:38:39 UTC
77f317e Removing cachePath from discoverTypings and DiscoverTypingsInfo. With the move to using the packageNameToLocation map it is no longer required. 09 March 2016, 01:43:35 UTC
e5dee7e fix(build) `TypingResolutionHost` interface is used by exported function `discoverTypings` 09 March 2016, 01:43:18 UTC
900b0a7 - Adding new lines after { for single-line if statements - Renaming DiscoverTypingsSettings to DiscoverTypingsInfo to match host 09 March 2016, 01:41:42 UTC
51e86d3 - Removing filesToWatch from getTypingNamesFromNodeModuleFolder. These modules are already installed and are not expected to change 09 March 2016, 01:41:29 UTC
1fde409 - Adding DiscoverTypingsSettings - Remove all references to Tsd. Instead pass a map of package names to cached typing locations 09 March 2016, 01:41:15 UTC
085002b - replacing TryParseJson with existing readConfig - push error for invalid enableAutoDiscovery option - adding interfaces for jsons - removing updateNotFoundTypings - node_modules normalize file names before using - adding safeListPath to discoverTypings 09 March 2016, 01:40:58 UTC
1dc57f2 - Removing ts. from jsTyping.js - Adding ".json" file extension filter when retrieving json files from host and removoing filter - simplify isTypingEnabled check 09 March 2016, 01:40:40 UTC
ec7302e Adding optionalDependencies and peerDependencies to the list typings to merge in if present. 09 March 2016, 01:40:22 UTC
a7a1329 CR feedback 09 March 2016, 01:40:03 UTC
830a10f Unify the use of "filter", "map" and "Object.keys" functions 08 March 2016, 23:23:21 UTC
8b9e351 - renaming resolveTypeDefinitions to discoverTypings for consistency with jsTypings - simplifying typingOptions parsing after associated managed host changes 08 March 2016, 23:21:05 UTC
0de8f9e Using removeComments from commandLineParser. This is more robust as it removes both single and multiline comments 08 March 2016, 23:20:51 UTC
5cdb97c Adding devDependencies to the list of typings to merge 08 March 2016, 23:20:37 UTC
9f2e36e Switch let -> const from lint validation 08 March 2016, 23:20:20 UTC
cc3d4d3 Addressing CR comments - Adding check to ensure TypingOptions 'include' and 'exclude' arrays are composed of strings - Allow leading whitespace when removing comments from json 08 March 2016, 23:17:09 UTC
2f90271 Fixing lint issues caught by Travis CI build (Rules appear to be more strict - this was not caught on a local lint run) 08 March 2016, 23:12:29 UTC
8a29926 Salsa: JS support for discovering and acquiring d.ts files (Mostly isolating VS host changes from PR#6448) 08 March 2016, 22:42:42 UTC
bdc9788 Change to getScriptKindFromFileName to avoid unnecessary array allocation in split 08 March 2016, 22:36:08 UTC
da60598 Applying getScriptKindFRomFileName to HostFileInformation before we set the ScriptKind. If the host returns ScriptKind 'Unknown' or 'undefined' we attempt to get the correct ScriptKind based on the file name. If this cannot be determined we return the default ScriptKind 'TS' 08 March 2016, 22:35:48 UTC
1c990bd Applying getScriptKindFromFileName to HostFileInformation before we set the ScriptKind. If the host returns ScriptKind 'Unknown' or 'undefined' we attempt to get the correct ScriptKind based on the file name. If this cannot be determined we return the default ScriptKind 'TS' 08 March 2016, 22:35:01 UTC
f8353d4 Addressing CR comments - Adding ScriptKind to SourceFile - Only update ScriptKind on creation, on update use the SourceFile's scriptKind - If scriptKind is unknown, default to ScriptKind.Ts - Replacing try-catch with in this.shimHost 08 March 2016, 21:48:41 UTC
cc02a80 Removing trailing whitespace from services.ts 08 March 2016, 21:44:02 UTC
9b27c14 Fix to test harness and addressing CR comments 08 March 2016, 21:43:24 UTC
83af10b Salsa: adding ScriptKind to ensure script blocks (.html, .aspx, .ascx, etc) are processed as JS 08 March 2016, 21:43:02 UTC
13e845a Merge pull request #7377 from Microsoft/port-7373-7163 Ports #7373 and #7163 in release-1.8 03 March 2016, 22:34:12 UTC
365e544 Merge pull request #7373 from Microsoft/limitInferenceDepth set the maximum depth to explore during type inference 03 March 2016, 20:22:53 UTC
e7f415d Merge pull request #7163 from Microsoft/cachePairs do not make inferences with the same source\target pair multiple times 03 March 2016, 20:22:33 UTC
243440a Merge pull request #7372 from Microsoft/port-7328 Ports #7328 into release-1.8 03 March 2016, 20:13:53 UTC
9052603 port pull request #7328 from Microsoft/flipSidesInSignatureCheck 03 March 2016, 18:18:57 UTC
a264cea Merge pull request #7268 from RyanCavanaugh/fix7063 Don't error on duplicate prototype property assignments 01 March 2016, 21:57:04 UTC
766439e Update comment 01 March 2016, 20:40:47 UTC
619ed2b Merge pull request #7311 from Microsoft/issue7310 Fix JS parsing perf issue (#7310) 01 March 2016, 18:57:36 UTC
b5da802 Changed how parserContextFlags are handled in tests 01 March 2016, 18:36:37 UTC
ae27b89 Fix failing JSDocParser tests 01 March 2016, 06:37:42 UTC
6253c9b Add JavaScriptFile to ContextFlags 01 March 2016, 03:21:20 UTC
e05e985 Merge pull request #7266 from RyanCavanaugh/fix6993 Fix duplicate errors in JSDoc function types with anon parameters 29 February 2016, 20:38:58 UTC
c4a10cf Fixed default import from export equals 29 February 2016, 02:25:04 UTC
8334aea Don't error on duplicate prototype property assignments Fixes #7063 26 February 2016, 22:58:01 UTC
904091e Fix duplicate errors in JSDoc function types with anon parameters Fixes #6993 26 February 2016, 22:41:49 UTC
9e46c18 Fixed es2015 imports from export= 26 February 2016, 01:29:15 UTC
dc4cd52 Update LKG 26 February 2016, 01:12:03 UTC
62bf4ae Updated binding for module.exports 26 February 2016, 01:06:34 UTC
02cb9ad Update version 26 February 2016, 01:04:38 UTC
2115b37 Add test and baseline 25 February 2016, 23:07:17 UTC
3951821 Defer-check function/method nodes even when context-sensitive. 25 February 2016, 23:06:39 UTC
acd9bef Update LKG 25 February 2016, 22:48:08 UTC
602127d Merge pull request #7244 from Microsoft/port-7228 Ports #7228 into release-1.8 25 February 2016, 21:32:26 UTC
3609653 fix linter issues 25 February 2016, 21:09:50 UTC
e51fb15 Merge pull request #7228 from Microsoft/bundledDeclarationEmit avoid multiple passes over the program when computing diagnostics for… 25 February 2016, 20:48:29 UTC
e5dd34f Update LKG 17 February 2016, 06:09:30 UTC
01ea1a8 Merge pull request #7106 from Microsoft/Fix7093 Do not report all diagnostics in Program.emit(), 17 February 2016, 01:41:35 UTC
1f59939 Do not report all declarations in Program.emit, only declaration diagnostics 17 February 2016, 00:35:13 UTC
edae7c3 Merge pull request #7096 from Microsoft/port6881 Port fix to allow decorators in JavaScript 16 February 2016, 21:39:53 UTC
back to top