Skip to content

Commit a3d1235

Browse files
authored
feat: support type-challenges (#37)
1 parent 97ceeb2 commit a3d1235

File tree

192 files changed

+2343
-43546
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

192 files changed

+2343
-43546
lines changed

.eslintrc.json

-4
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@
4747
[
4848
"@src",
4949
"./src"
50-
],
51-
[
52-
"@problems",
53-
"./problems"
5450
]
5551
]
5652
},

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
Please go to [typescript-tutorial-exercises.github.io](https://typescript-tutorial-exercises.github.io/) to start your TypeScript travel!
1111

12+
All exercises are from [type-challenges](https://github.com/type-challenges/type-challenges).
13+
1214
## Contribution
1315

1416
Feel free to dive in! Open an issue or submit PRs. It may be helpful to read the [Contributor Guide](./.github/CONTRIBUTING.md).
@@ -26,6 +28,7 @@ This project is free and open-source software licensed under the [MIT License](.
2628

2729
This project partially copies code from the following projects, their licenses are listed in [Third-party library licenses](./THIRD-PARTY-LICENSE).
2830

29-
| Project | License |
30-
| ------------- | ------------- |
31-
| [typescript-exercises/typescript-exercises](https://github.com/typescript-exercises/typescript-exercises) | [MIT](https://github.com/typescript-exercises/typescript-exercises/blob/main/LICENSE) |
31+
| Project | License |
32+
|:----------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------:|
33+
| [type-challenges](https://github.com/type-challenges/type-challenges) | [MIT](https://github.com/type-challenges/type-challenges/blob/main/LICENSE) |
34+
| [typescript-exercises/typescript-exercises](https://github.com/typescript-exercises/typescript-exercises) | [MIT](https://github.com/typescript-exercises/typescript-exercises/blob/main/LICENSE) |

THIRD-PARTY-LICENSE

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
type-challenges/type-challenges
2+
3+
MIT License
4+
5+
Copyright (c) 2020 Anthony Fu <https://github.com/antfu>
6+
7+
Permission is hereby granted, free of charge, to any person obtaining a copy
8+
of this software and associated documentation files (the "Software"), to deal
9+
in the Software without restriction, including without limitation the rights
10+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11+
copies of the Software, and to permit persons to whom the Software is
12+
furnished to do so, subject to the following conditions:
13+
14+
The above copyright notice and this permission notice shall be included in all
15+
copies or substantial portions of the Software.
16+
17+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23+
SOFTWARE.
24+
25+
==================================================================================
26+
127
typescript-exercises/typescript-exercises
228

329
MIT License
Binary file not shown.

assets/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.de.js

-8
This file was deleted.

assets/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.es.js

-8
This file was deleted.

assets/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.fr.js

-8
This file was deleted.

assets/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.it.js

-8
This file was deleted.

assets/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.ja.js

-8
This file was deleted.

assets/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.js

-8
This file was deleted.

assets/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.ko.js

-8
This file was deleted.

assets/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.ru.js

-8
This file was deleted.

assets/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.zh-cn.js

-8
This file was deleted.

assets/monaco-editor/min/vs/base/common/worker/simpleWorker.nls.zh-tw.js

-8
This file was deleted.

0 commit comments

Comments
 (0)