Skip to content

Commit

Permalink
Merge pull request #54 from alinkedd/main
Browse files Browse the repository at this point in the history
Revert js_pipeline_operator to pipe_operator id for old keys
  • Loading branch information
alinkedd authored Nov 24, 2024
2 parents f82fa39 + 7a19bf2 commit aeb0b00
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions state_of_js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,9 @@ translations:
t: Зіставлення із шаблоном
- key: options.currently_missing_from_js.pattern_matching.description
t: "`match` для пошуку об'єктів через зіставлення із шаблоном"
- key: options.currently_missing_from_js.pipe_operator
- key: options.currently_missing_from_js.js_pipeline_operator
t: Конвеєрний оператор (Pipe)
- key: options.currently_missing_from_js.pipe_operator.description
- key: options.currently_missing_from_js.js_pipeline_operator.description
t: Новий оператор `|>` для передавання результату однієї функції в іншу.
- key: options.currently_missing_from_js.decorators
t: Декоратори
Expand Down Expand Up @@ -335,10 +335,10 @@ translations:
aliasFor: options.currently_missing_from_js.pattern_matching
- key: options.top_currently_missing_from_js.pattern_matching.description
aliasFor: options.currently_missing_from_js.pattern_matching.description
- key: options.top_currently_missing_from_js.pipe_operator
aliasFor: options.currently_missing_from_js.pipe_operator
- key: options.top_currently_missing_from_js.pipe_operator.description
aliasFor: options.currently_missing_from_js.pipe_operator.description
- key: options.top_currently_missing_from_js.js_pipeline_operator
aliasFor: options.currently_missing_from_js.js_pipeline_operator
- key: options.top_currently_missing_from_js.js_pipeline_operator.description
aliasFor: options.currently_missing_from_js.js_pipeline_operator.description
- key: options.top_currently_missing_from_js.decorators
aliasFor: options.currently_missing_from_js.decorators
- key: options.top_currently_missing_from_js.decorators.description
Expand Down Expand Up @@ -372,7 +372,7 @@ translations:
t: Декоратори
- key: options.top_currently_missing_from_js.multithreading
t: Багатопотоковість
- key: options.top_currently_missing_from_js.pipe_operator
- key: options.top_currently_missing_from_js.js_pipeline_operator
t: Конвеєрний оператор (Pipe)
- key: options.top_currently_missing_from_js.native_observables
t: Нативний тип "Observable"
Expand Down Expand Up @@ -581,7 +581,7 @@ translations:
# - key: features.pattern_matching
# t: Pattern Matching

# - key: features.pipe_operator
# - key: features.js_pipeline_operator
# t: Pipe Operator

# - key: features.immutable_data_structures
Expand Down

0 comments on commit aeb0b00

Please sign in to comment.