Skip to content

Commit

Permalink
simplify member-visibility in one OA
Browse files Browse the repository at this point in the history
  • Loading branch information
unjust committed Sep 12, 2023
1 parent 092d0f3 commit 1ac4a65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 42 deletions.
5 changes: 1 addition & 4 deletions learning-objectives/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,10 +289,7 @@ typescript:
- class-heritage:
- implements
- extends
- member-visibility:
- public
- protected
- private
- member-visibility
- static-members
- this
- abstract-classes
Expand Down
20 changes: 1 addition & 19 deletions learning-objectives/intl/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1253,29 +1253,11 @@ typescript/classes/class-heritage/extends:
url: https://www.typescriptlang.org/docs/handbook/2/classes.html#extends-clauses

typescript/classes/member-visibility:
title: Visibilidad de miembros de clase
title: Visibilidad de miembros de clase (public, protected, private)
links:
- title: Documentación oficial de Typescript
url: https://www.typescriptlang.org/docs/handbook/2/classes.html#member-visibility

typescript/classes/member-visibility/public:
title: public
links:
- title: Documentación oficial de Typescript
url: https://www.typescriptlang.org/docs/handbook/2/classes.html#public

typescript/classes/member-visibility/protected:
title: protected
links:
- title: Documentación oficial de Typescript
url: https://www.typescriptlang.org/docs/handbook/2/classes.html#protected

typescript/classes/member-visibility/private:
title: private
links:
- title: Documentación oficial de Typescript
url: https://www.typescriptlang.org/docs/handbook/2/classes.html#private

typescript/classes/static-members:
title: Miembros de clase estáticos
links:
Expand Down
20 changes: 1 addition & 19 deletions learning-objectives/intl/pt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1245,29 +1245,11 @@ typescript/classes/class-heritage/extends:
url: https://www.typescriptlang.org/docs/handbook/2/classes.html#extends-clauses

typescript/classes/member-visibility:
title: Visibilidade dos membros da classe
title: Visibilidade dos membros da classe (public, private, protected)
links:
- title: Documentação oficial do Typescript
url: https://www.typescriptlang.org/docs/handbook/2/classes.html#member-visibility

typescript/classes/member-visibility/public:
title: public
links:
- title: Documentação oficial do Typescript
url: https://www.typescriptlang.org/docs/handbook/2/classes.html#public

typescript/classes/member-visibility/protected:
title: protected
links:
- title: Documentação oficial do Typescript
url: https://www.typescriptlang.org/docs/handbook/2/classes.html#protected

typescript/classes/member-visibility/private:
title: private
links:
- title: Documentação oficial do Typescript
url: https://www.typescriptlang.org/docs/handbook/2/classes.html#private

typescript/classes/static-members:
title: Membros estáticos da classe
links:
Expand Down

0 comments on commit 1ac4a65

Please sign in to comment.