summaryrefslogtreecommitdiffhomepage
path: root/typescript.html.markdown
Commit message (Collapse)AuthorAgeLines
* [typescript/en] Add template literal types (#4265)Edaz2021-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 Ihsan2021-11-08-0/+1
|
* add type to Point.dist and fix errorRett Berg2020-03-21-3/+3
|
* Merge pull request #3796 from lemusthelroy/patch-1Divay Prakash2020-01-31-1/+1
|\ | | | | Typsecript/ts - Update typescript.html.markdown
| * Update typescript.html.markdownlemusthelroy2019-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-assertionDivay Prakash2020-01-11-0/+16
|\ \ | |/ |/| [en/typescript] add type assertion section
| * add type assertiondavidgtu2019-10-11-0/+16
| |
* | Updating the TS playground linkKyle Mendes2019-11-04-1/+1
| |
* | Fix playground linkKyle Mendes2019-10-31-1/+1
| |
* | Fix outdated comment in en/th-th typescript docsRoss Mackay2019-10-22-1/+1
|/
* Merge pull request #3585 from monis0395/patch-2Adam Bard2019-08-03-2/+2
|\ | | | | [typescript/en] Fixed int array output which was shown as string
| * Update typescript.html.markdownMonis Qadri2019-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 typesPiotr Monwid-Olechnowicz2019-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 letashraf-patel2019-06-18-3/+3
|
* Add one more exampleashraf-patel2019-06-17-0/+5
|
* Iterators and Generatorsashraf-patel2019-06-17-0/+19
|
* Fixes typoElton Maiyo2019-01-27-2/+2
|
* Updating the line length to 80Kyle Mendes2018-10-30-7/+14
|
* Add example of "implements" keywordBradley Kemp2018-10-19-0/+7
|
* Add Readonly ExamplesWayne Boka2018-10-03-0/+31
| | | | In references to #2702. Making another commit due to several extra files getting committed.
* Fix naming of constantSimon Siegert2018-01-25-1/+1
|
* Fix link to javascript docsAllwin Baby Panikulam2017-10-26-1/+1
|
* Fix a bunch of typosHairyFotr2017-08-23-1/+1
|
* Update typescript.html.markdown (#2738)bezigon2017-05-25-28/+37
| | | https://github.com/adambard/learnxinyminutes-docs/issues/2737
* Merge pull request #2576 from dvkndn/patch-2Adam Bard2017-02-01-1/+1
|\ | | | | [typescript/en-us] Use ```ts for typescript syntax highlight
| * Use ts for typescript syntaxThien Do2016-11-21-1/+1
| |
* | [typescript/en-us] Clarify function section in typescript (#2575)Thien Do2016-11-20-2/+4
|/ | | | | | * Clarify function section in typescript * one-liner to braceless
* Added typescript-pt.html.markdown (#1699)Gabriel Gomes2016-06-26-1/+1
| | | | | | * link for learning of javascript adjusted * Added typescript-pt.html.markdown
* Update typescript.html.markdownSergey Isaev2016-04-26-1/+1
|
* Fix url for language specificationsSergey Isaev2016-04-26-1/+1
|
* Merge pull request #1640 from adback03/masterGeoff Liu2015-12-18-0/+8
|\ | | | | [typescript/en] Template Strings
| * [typescript/en] Fixing typo in 'Interpolation'Andrew Backes2015-10-19-1/+1
| |
| * [typescript/en] Typo fixed in 'backticks'Andrew Backes2015-10-19-1/+1
| |
| * [typescript/en] Multiline StringsAndrew Backes2015-10-18-1/+5
| | | | | | Multiline Strings via Template Strings
| * [typescript/en] Template StringsAndrew Backes2015-10-18-0/+4
| |
* | Make typescript indentation consistently 2 spacesDaniel Imms2015-11-27-26/+26
|/
* [typescript/en] Fix typoEugene Sharygin2015-04-21-1/+1
|
* fix spacing issueNolan Prescott2015-03-10-10/+10
|
* whitespace typo, fix #989Nolan Prescott2015-03-10-1/+1
|
* Fix formatting, close #990Nolan Prescott2015-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 highlightersAdam2014-09-08-1/+1
|
* Fixed errors and typosPhilippe2014-09-01-6/+7
| | | After review from from Nami-Doc
* Generics addedPhilippe2014-08-31-2/+20
| | | | And a few typos corrected, ready for pull request
* Added filename in headerPhilippe2014-08-27-0/+1
|
* Added section on ModulesPhilippe2014-08-27-21/+29
| | | Indented comments and edited the Interfaces part. Still missing indexers and Generics.
* Small typosPhilippe2014-08-14-4/+4
|
* Added inheritance and overwrite examplesPhilippe2014-08-14-3/+21
|
* Tutorial on classes and functions addedPhilippe2014-08-14-23/+59
| | | TODO: more on indexers, check the comment emitted twice for f2 function
* Some re-phrasing and typosPhilippe2014-08-14-5/+6
|
* Intial file created for TypeScriptPhilippe2014-08-14-0/+75
Not all content but it's a good start