Commit Graph
21 Commits
Author SHA1 Message Date
Basarat Ali Syed c86b9ca660 📝 Better description of Pick mapped type
closes https://github.com/Microsoft/TypeScript/issues/25976
2018-10-03 10:57:43 +10:00
Basarat Ali Syed ac098535cb export UsageEntry used by already exported functions 🌹 (#17853) 2017-08-21 16:55:40 -07:00
Basarat Ali Syed c4dd820564 export interfaces used by exported functions 🌹 2017-08-15 15:19:40 +10:00
Basarat Ali Syed e7ddaa7d49 export ScopeUsages 🌹 2017-08-15 15:17:19 +10:00
Basarat Ali Syed 2068192e5b export type used by an exported function (#15965) 2017-05-20 11:33:33 -07:00
Basarat Ali Syed 37214784b5 export interfaces for exported members 2017-04-18 10:51:08 +10:00
Basarat Ali Syed 108d8cf584 export the type Log that is used by exported functions
closes https://github.com/Microsoft/TypeScript/issues/13559
2017-01-21 11:36:18 +11:00
Basarat Ali Syed 8e489cb2a4 export interface used by other exported functions 2016-06-21 11:45:42 +10:00
Basarat Ali Syed 55475acdc1 chore comments to jsdoc 2016-05-23 19:27:27 +10:00
Basarat Ali Syed 1bebc711b0 fix(build) TypingResolutionHost interface is used by exported function discoverTypings 2016-03-03 10:32:07 +11:00
Basarat Syed cfc6ed2adb tsx : support tags in language service semantic tokenizer 2015-11-10 18:33:19 +11:00
Basarat Ali Syed 32048ca5ac fix types : export the base as children are exported 2015-09-16 10:57:54 +10:00
Basarat Syed 042e1bbd91 fix(scanner) try a trivia scan only if pos === 0 2015-08-20 17:45:54 +10:00
Basarat Syed e0a7627f12 CR feedback 2015-08-04 09:30:18 +10:00
Basarat Syed 9754ec10e2 test(shebang) error case 2015-08-03 11:24:33 +10:00
basarat 5fcf3d7c90 emit shebang 2015-08-02 12:24:18 +10:00
basarat 82d5a9c1bb test(shebang) desired outcome 2015-08-02 11:25:55 +10:00
basarat 6ea64637e1 scanner for trivia + accept baselines 2015-08-01 18:52:15 +10:00
Basarat Ali Syed 1251b46eb6 SourceFile.fileWatcher should be optional 2015-07-27 17:42:49 +10:00
Basarat Ali Syed 1d0bde0476 📝 document autocrlf needs to be off
otherwise people will get test failures which are not immediately obvious
2015-05-13 09:17:39 +10:00
Basarat Ali Syed 02826f24e5 tsconfig.json added missing file references and fixed the order
This order is significant:

```ts
        "../compiler/diagnosticInformationMap.generated.ts",
        "../compiler/commandLineParser.ts",
```

Also not having these extra files referenced caused https://github.com/TypeStrong/atom-typescript/issues/304 
Really wish we moved to external modules.
2015-04-25 16:20:38 +10:00