summaryrefslogtreecommitdiffhomepage
path: root/typescript.html.markdown
Commit message (Collapse)AuthorAgeLines
* 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