Skip to content

[V3] Translation Service: fix everything around this exercise #1071 #1096

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Apr 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@

!.meta

/exercises/**/global.d.ts
/exercises/**/env.d.ts
2 changes: 0 additions & 2 deletions concepts/promises/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@

The `Promise` object represents the eventual completion (or failure) of an
asynchronous operation, and its resulting value.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises
7 changes: 6 additions & 1 deletion concepts/promises/links.json
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
[]
[
{
"url": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises",
"description": "MDN: Using promises"
}
]
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"status": "beta"
},
{
"slug": "promises",
"slug": "translation-service",
"name": "Translation Service",
"uuid": "4a967656-8615-474e-a009-5c0b09f4386f",
"concepts": ["promises"],
Expand Down
28 changes: 0 additions & 28 deletions exercises/concept/promises/.docs/hints.md

This file was deleted.

102 changes: 0 additions & 102 deletions exercises/concept/promises/.docs/instructions.md

This file was deleted.

6 changes: 0 additions & 6 deletions exercises/concept/promises/.docs/introduction.md

This file was deleted.

11 changes: 0 additions & 11 deletions exercises/concept/promises/.meta/config.json

This file was deleted.

Loading