Simone Poggiali
31e5e4097f
Mapped Type Modifiers ( #65 )
2023-09-07 10:10:29 +02:00
Simone Poggiali
d0a55d2efc
Fix minor errors ( #63 )
...
Fix:
- Formatting issues.
- Typo in ESM.
- Enum simpler comments.
2023-08-21 19:56:44 +02:00
Neko Null
552b0aa31f
fix #60 ( #61 )
2023-08-21 13:59:39 +02:00
Simone Poggiali
daa708ff1f
Improve example for asserts ( #59 )
...
Improve example for asserts and update ebooks.
2023-08-18 15:53:26 +02:00
Simone Poggiali
746dc71840
Update epub files fixing few typos ( #58 )
...
* sae
* update books
* remove file
---------
Co-authored-by: GitHub Actions Bot <>
2023-08-04 10:06:57 +02:00
David Biesack
0d43be8483
Update README.md ( #57 )
...
fix misspelling of engineering
2023-08-03 23:14:24 +02:00
Fazhe
8b80dae134
fix: base type number ( #56 )
2023-08-03 23:13:33 +02:00
Simone Poggiali
f7089011ad
Improve README for tooling folder and logs ( #54 )
...
* sae
* save
* change name
---------
Co-authored-by: GitHub Actions Bot <>
2023-07-23 11:37:04 +02:00
Simone Poggiali
fb2030efe4
Update warning message in tooling ( #53 )
2023-07-23 11:01:00 +02:00
Simone Poggiali
eba683b984
Update download links ( #52 )
...
* update downlaod section
* update books and script
---------
Co-authored-by: GitHub Actions Bot <>
2023-07-23 10:46:02 +02:00
Simone Poggiali
c11e0eabe0
Manual publishing ebooks ( #51 )
...
* Automatically add books
* Automatically add books
* Automatically add books
* save
---------
Co-authored-by: GitHub Actions Bot <>
2023-07-23 10:40:51 +02:00
Simone Poggiali
b8668a8718
Build books on push to master ( #50 )
2023-07-23 10:27:55 +02:00
Simone Poggiali
43bdf4c249
Run on pull_request validation ( #48 )
2023-07-23 10:15:34 +02:00
Simone Poggiali
39d6645156
fix script ( #46 )
2023-07-23 10:03:38 +02:00
Simone Poggiali
c4413429cd
Build books in GHA ( #45 )
2023-07-23 10:00:17 +02:00
Simone Poggiali
d2c34b478b
Setup GitHub Actions ( #43 )
2023-07-21 14:08:34 +02:00
Simone Poggiali
ab58511630
Lint check ( #42 )
...
Lint with Prettier TS code snippets in MD files.
2023-07-21 13:08:21 +02:00
Simone Poggiali
853a9d1eac
Setup markdownlint and lint files ( #40 )
...
- Set up markdownlint.
- Lint the files.
- Correct the title in the Chinese ebook.
- Manage multiple language versions in the tooling.
2023-07-18 21:52:16 +02:00
Simone Poggiali
d88b938c01
Checks on pre-commit and pre-push ( #39 )
2023-07-18 16:56:30 +02:00
Simone Poggiali
27a889d798
Fix typo, "preserver" to "preserve" in Chinese version ( #38 )
...
* fix typo preserver
* update epub version
2023-07-17 15:25:32 +02:00
Simone Poggiali
1893e3afe6
Add downloads Epub versions ( #37 )
...
* escape for ebook
* add epub eng version
* fix escaping for ebook in chinese
* add epub chines version
* update tools readme
* rephrase text for languages
* add links to downloads
* update link
2023-07-17 15:18:40 +02:00
Simone Poggiali
a75b6f2a3f
Cleanup remove test files and remove empty lines in code snippets ( #36 )
...
* remove tests files
* remove white line at the end of a code snippet
2023-07-17 14:42:11 +02:00
angle
5bd18b640e
Update README-zh_CN.md ( #35 )
...
* Update README-zh_CN.md
* Update README.md
2023-07-17 14:24:39 +02:00
Septian A Tama
1570c35279
Fix typo, "preserver" to "preserve" ( #33 )
...
The common value for `jsx` option should be "preserve" instead of "preserver".
reference:
https://www.typescriptlang.org/tsconfig#jsx
2023-07-12 09:11:04 +02:00
frazar
39982cfcbf
Format error message in README-zh_CN.md ( #32 )
2023-07-11 23:06:52 +02:00
frazar
ba94976e01
Update README.md ( #28 )
...
Format error message
2023-07-10 15:19:55 +02:00
Pietro De Nicolao
8cb7a4837e
fix: format bullet lists ( #18 )
2023-07-09 21:29:08 +02:00
Shanelle Marasigan
cc6d5dfa08
MOD: Built-in Type Primitives ( #24 )
...
- Make the list in a bulleted format (Built-in Type Primitives section)
2023-07-09 21:27:03 +02:00
Shanelle Marasigan
76d2e0e93d
MOD: typo and bullet format ( #23 )
...
- Fix typo
- Fix bullet format
- Remove extra white spaces
2023-07-09 21:24:30 +02:00
Pietro Campagnano
b0dca40d04
fix typo in bullet formatting ( #22 )
2023-07-09 19:59:21 +02:00
夕叩
fd17b26326
Translate into chinese ( #25 )
...
* feat: chinese version
* feat: modify the table of content
* style: Optimize some display
---------
Co-authored-by: yinhang.johan <yinhang.johan@bytedance.com>
2023-07-09 19:54:09 +02:00
Simone Poggiali
55e7a16137
Add README and .nvmrc to tools folder ( #16 )
2023-06-20 23:19:00 +02:00
Simone Poggiali
d681f4d2c5
Tooling check TypeScript snippets from markdown ( #14 )
...
- Extract TypeScript snippets from markdown file
- Compile each snippet using TypeScript
- User can skip the compilation of a snippet by using `<!-- skip -->` just before its typescript declaration
2023-06-20 23:04:42 +02:00
Simone Poggiali
97210b61ee
Automatically format code snippets using Prettier ( #13 )
2023-06-19 22:10:51 +02:00
Simone Poggiali
7077bf2083
Fix minor formatting issues ( #12 )
2023-06-19 21:02:04 +02:00
Simone Poggiali
6dc3ecc379
Update for Decorators TS 5 ( #11 )
2023-06-18 00:15:38 +02:00
Simone Poggiali
756ea516d4
Update satisfies operator
2023-06-17 00:07:33 +02:00
Simone Poggiali
9033663164
Update for TypeScript version 5 ( #10 )
2023-06-16 22:32:46 +02:00
GibboK
20ebd3f16e
Update table of content
2023-06-15 21:56:45 +02:00
Simone Poggiali
61fecb6ff4
Add explanation for new features included in Version 4.9 ( #9 )
...
* Mor info on File watch
* Auto-Accessors in Classes
* The satisfies Operator
2023-06-15 21:54:51 +02:00
Simone Poggiali
91e87ce228
Covariance and contravariance ( #8 )
2023-06-12 23:10:12 +02:00
GibboK
c24490fdfc
Revert title
2023-06-11 21:22:18 +02:00
GibboK
81951dd6ba
Fix title
2023-06-11 21:21:40 +02:00
GibboK
45b1cb63c4
Fix typo
2023-06-11 21:20:13 +02:00
GibboK
147adab5ff
Fix typo
2023-06-11 21:19:09 +02:00
GibboK
195d132d7b
Modify intro
2023-06-11 21:18:45 +02:00
Simone Poggiali
a2117f9acb
Improve introduction ( #7 )
2023-06-11 21:16:52 +02:00
Simone Poggiali
e1851b3a22
Add more content Others section ( #6 )
2023-06-11 20:57:43 +02:00
GibboK
da3fd0c172
Format lists
2023-06-10 23:45:40 +02:00
GibboK
960522dc89
Format links
2023-06-10 23:41:24 +02:00