Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [typescript/en] multiple types (#4803) | Albert | 2024-05-14 | -0/+5 |
| | ||||
* | [typescript/*] remove dead links and format | Boris Verkhovskiy | 2024-04-18 | -7/+7 |
| | ||||
* | Remove leading and trailing empty lines in code blocks | Boris Verkhovskiy | 2024-04-06 | -1/+0 |
| | ||||
* | Update TypeScript "Further Reading" links | Kiwimoe | 2022-08-08 | -0/+2 |
| | ||||
* | Update typescript "Further Reading" links | Valentin Baca | 2022-07-16 | -3/+1 |
| | | | | | | | Updated the link to the typescript spec. Removed dead link to "Anders Hejlsberg - Introducing TypeScript on Channel 9" (I couldn't find a replacement. If there is one, please let me know!) Finally, "Definitely Typed - repository for type definitions" just points to a dead page. | |||
* | [typescript/en] Add template literal types (#4265) | Edaz | 2021-11-10 | -0/+10 |
| | | | | | | | | | * Add template literal types * Update typescript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> Co-authored-by: Andre Polykanine <ap@oire.me> | |||
* | Updates enum docs (#4266) | Shafkathullah Ihsan | 2021-11-08 | -0/+1 |
| | ||||
* | add type to Point.dist and fix error | Rett Berg | 2020-03-21 | -3/+3 |
| | ||||
* | Merge pull request #3796 from lemusthelroy/patch-1 | Divay Prakash | 2020-01-31 | -1/+1 |
|\ | | | | | Typsecript/ts - Update typescript.html.markdown | |||
| * | Update typescript.html.markdown | lemusthelroy | 2019-12-13 | -1/+1 |
| | | | | | | This will overcome TSError:2362 : "The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type" | |||
* | | Merge pull request #3694 from davidgtu/ts/type-assertion | Divay Prakash | 2020-01-11 | -0/+16 |
|\ \ | |/ |/| | [en/typescript] add type assertion section | |||
| * | add type assertion | davidgtu | 2019-10-11 | -0/+16 |
| | | ||||
* | | Updating the TS playground link | Kyle Mendes | 2019-11-04 | -1/+1 |
| | | ||||
* | | Fix playground link | Kyle Mendes | 2019-10-31 | -1/+1 |
| | | ||||
* | | Fix outdated comment in en/th-th typescript docs | Ross Mackay | 2019-10-22 | -1/+1 |
|/ | ||||
* | Merge pull request #3585 from monis0395/patch-2 | Adam Bard | 2019-08-03 | -2/+2 |
|\ | | | | | [typescript/en] Fixed int array output which was shown as string | |||
| * | Update typescript.html.markdown | Monis Qadri | 2019-07-31 | -2/+2 |
| | | | | | | The input list is of int[] [@line236](https://github.com/adambard/learnxinyminutes-docs/blame/master/typescript.html.markdown#L236]) but the output of its shown is in string [@line238](https://github.com/adambard/learnxinyminutes-docs/blame/master/typescript.html.markdown#L238]). same thing happens at [@line244](https://github.com/adambard/learnxinyminutes-docs/blame/master/typescript.html.markdown#L244]) | |||
* | | [typescript/en] Add tagged union types | Piotr Monwid-Olechnowicz | 2019-07-03 | -0/+13 |
|/ | | | | | | They're super useful. https://www.typescriptlang.org/docs/handbook/advanced-types.html#discriminated-unions https://mariusschulz.com/blog/typescript-2-0-tagged-union-types | |||
* | PR changes: use const instead of let | ashraf-patel | 2019-06-18 | -3/+3 |
| | ||||
* | Add one more example | ashraf-patel | 2019-06-17 | -0/+5 |
| | ||||
* | Iterators and Generators | ashraf-patel | 2019-06-17 | -0/+19 |
| | ||||
* | Fixes typo | Elton Maiyo | 2019-01-27 | -2/+2 |
| | ||||
* | Updating the line length to 80 | Kyle Mendes | 2018-10-30 | -7/+14 |
| | ||||
* | Add example of "implements" keyword | Bradley Kemp | 2018-10-19 | -0/+7 |
| | ||||
* | Add Readonly Examples | Wayne Boka | 2018-10-03 | -0/+31 |
| | | | | In references to #2702. Making another commit due to several extra files getting committed. | |||
* | Fix naming of constant | Simon Siegert | 2018-01-25 | -1/+1 |
| | ||||
* | Fix link to javascript docs | Allwin Baby Panikulam | 2017-10-26 | -1/+1 |
| | ||||
* | Fix a bunch of typos | HairyFotr | 2017-08-23 | -1/+1 |
| | ||||
* | Update typescript.html.markdown (#2738) | bezigon | 2017-05-25 | -28/+37 |
| | | | https://github.com/adambard/learnxinyminutes-docs/issues/2737 | |||
* | Merge pull request #2576 from dvkndn/patch-2 | Adam Bard | 2017-02-01 | -1/+1 |
|\ | | | | | [typescript/en-us] Use ```ts for typescript syntax highlight | |||
| * | Use ts for typescript syntax | Thien Do | 2016-11-21 | -1/+1 |
| | | ||||
* | | [typescript/en-us] Clarify function section in typescript (#2575) | Thien Do | 2016-11-20 | -2/+4 |
|/ | | | | | | * Clarify function section in typescript * one-liner to braceless | |||
* | Added typescript-pt.html.markdown (#1699) | Gabriel Gomes | 2016-06-26 | -1/+1 |
| | | | | | | * link for learning of javascript adjusted * Added typescript-pt.html.markdown | |||
* | Update typescript.html.markdown | Sergey Isaev | 2016-04-26 | -1/+1 |
| | ||||
* | Fix url for language specifications | Sergey Isaev | 2016-04-26 | -1/+1 |
| | ||||
* | Merge pull request #1640 from adback03/master | Geoff Liu | 2015-12-18 | -0/+8 |
|\ | | | | | [typescript/en] Template Strings | |||
| * | [typescript/en] Fixing typo in 'Interpolation' | Andrew Backes | 2015-10-19 | -1/+1 |
| | | ||||
| * | [typescript/en] Typo fixed in 'backticks' | Andrew Backes | 2015-10-19 | -1/+1 |
| | | ||||
| * | [typescript/en] Multiline Strings | Andrew Backes | 2015-10-18 | -1/+5 |
| | | | | | | Multiline Strings via Template Strings | |||
| * | [typescript/en] Template Strings | Andrew Backes | 2015-10-18 | -0/+4 |
| | | ||||
* | | Make typescript indentation consistently 2 spaces | Daniel Imms | 2015-11-27 | -26/+26 |
|/ | ||||
* | [typescript/en] Fix typo | Eugene Sharygin | 2015-04-21 | -1/+1 |
| | ||||
* | fix spacing issue | Nolan Prescott | 2015-03-10 | -10/+10 |
| | ||||
* | whitespace typo, fix #989 | Nolan Prescott | 2015-03-10 | -1/+1 |
| | ||||
* | Fix formatting, close #990 | Nolan Prescott | 2015-03-10 | -57/+68 |
| | | | | | | Cleaned up mixed tabs/spaces Wrapped lines at 80 characters Fixed incorrect comment regarding property name | |||
* | Review docs for added rouge lexers and update those with new highlighters | Adam | 2014-09-08 | -1/+1 |
| | ||||
* | Fixed errors and typos | Philippe | 2014-09-01 | -6/+7 |
| | | | After review from from Nami-Doc | |||
* | Generics added | Philippe | 2014-08-31 | -2/+20 |
| | | | | And a few typos corrected, ready for pull request | |||
* | Added filename in header | Philippe | 2014-08-27 | -0/+1 |
| | ||||
* | Added section on Modules | Philippe | 2014-08-27 | -21/+29 |
| | | | Indented comments and edited the Interfaces part. Still missing indexers and Generics. |