Skip to content
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

chore: use tabs instead of spaces #56

Merged
merged 1 commit into from
May 20, 2023
Merged

chore: use tabs instead of spaces #56

merged 1 commit into from
May 20, 2023

Conversation

tatomyr
Copy link
Owner

@tatomyr tatomyr commented May 20, 2023

No description provided.

@github-actions
Copy link

Coverage Summary

Status Category Percentage Covered / Total
🔵 Lines 18.49% 564 / 3050
🔵 Statements 18.49% 564 / 3050
🔵 Functions 37.06% 43 / 116
🔵 Branches 63.1% 118 / 187
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
src/array-partition.ts 50% 100% 0% 50% 7-12
src/async.ts 94.69% 100% 85.71% 94.69% 89-94
src/datetime.ts 100% 100% 100% 100%
src/debounce.ts 100% 100% 100% 100%
src/delay.ts 100% 100% 100% 100%
src/drag.ts 27.65% 100% 0% 27.65% 14-47
src/ls.ts 100% 100% 100% 100%
src/once.ts 100% 100% 100% 100%
src/pipe.ts 100% 100% 100% 100%
src/purity.ts 99.09% 97.77% 100% 99.09% 135-136
src/router.ts 100% 100% 75% 100%
src/sanitize.ts 100% 100% 100% 100%
src/selection-insert.ts 25% 100% 0% 25% 3-8
src/visibility-sensor.ts 0% 0% 0% 0% 1-55
src/examples/async-search/app.ts 0% 0% 0% 0% 1-10
src/examples/async-search/helpers.ts 0% 0% 0% 0% 1-42
src/examples/async-search/types.ts 0% 0% 0% 0% 1-12
src/examples/async-search/ui/ChosenItems.ts 0% 0% 0% 0% 1-22
src/examples/async-search/ui/ErrorBanner.ts 0% 0% 0% 0% 1-23
src/examples/async-search/ui/Root.ts 0% 0% 0% 0% 1-36
src/examples/async-search/ui/Spinner.ts 0% 0% 0% 0% 1-22
src/examples/async-search/ui/SuggestionsList.ts 0% 0% 0% 0% 1-25
src/examples/async-todo-example/api.ts 0% 0% 0% 0% 1-26
src/examples/async-todo-example/app.ts 0% 0% 0% 0% 1-20
src/examples/async-todo-example/ui/App.ts 0% 0% 0% 0% 1-36
src/examples/async-todo-example/ui/InputForm.ts 0% 0% 0% 0% 1-51
src/examples/async-todo-example/ui/List.ts 0% 0% 0% 0% 1-29
src/examples/async-todo-example/ui/ListItem.ts 0% 0% 0% 0% 1-61
src/examples/async-todo-example/ui/Spinner.ts 0% 0% 0% 0% 1-9
src/examples/async-todo-example/ui/StatefulCounter.ts 0% 0% 0% 0% 1-73
src/examples/async-todo-example/ui/onMount.ts 0% 0% 0% 0% 1-17
src/examples/async-todo-example/ui/useState.ts 0% 0% 0% 0% 1-8
src/examples/colored-input-example/main.ts 100% 100% 100% 100%
src/examples/counter/main.ts 100% 100% 100% 100%
src/examples/purity-todo/app.ts 0% 0% 0% 0% 1-61
src/examples/purity-todo/env.ts 0% 0% 0% 0% 1-10
src/examples/purity-todo/components/app-style.ts 0% 0% 0% 0% 1-63
src/examples/purity-todo/components/header.ts 0% 0% 0% 0% 1-41
src/examples/purity-todo/components/input-form.ts 0% 0% 0% 0% 1-71
src/examples/purity-todo/components/modal-style.ts 0% 0% 0% 0% 1-57
src/examples/purity-todo/components/modal.ts 0% 0% 0% 0% 1-27
src/examples/purity-todo/components/nav-item.ts 0% 0% 0% 0% 1-30
src/examples/purity-todo/components/root.ts 0% 0% 0% 0% 1-42
src/examples/purity-todo/components/settings.ts 0% 0% 0% 0% 1-52
src/examples/purity-todo/components/subtask-item.ts 0% 0% 0% 0% 1-79
src/examples/purity-todo/components/task-details-style.ts 0% 0% 0% 0% 1-75
src/examples/purity-todo/components/task-details.ts 0% 0% 0% 0% 1-150
src/examples/purity-todo/components/task-item.ts 0% 0% 0% 0% 1-76
src/examples/purity-todo/components/task-list-style.ts 0% 0% 0% 0% 1-49
src/examples/purity-todo/components/task-list.ts 0% 0% 0% 0% 1-37
src/examples/purity-todo/components/version.ts 0% 0% 0% 0% 1-22
src/examples/purity-todo/config/google-api.ci.ts 0% 0% 0% 0% 1-10
src/examples/purity-todo/config/google-api.prod.ts 0% 0% 0% 0% 1-10
src/examples/purity-todo/config/images.ts 0% 0% 0% 0% 1-5
src/examples/purity-todo/services/error.ts 0% 0% 0% 0% 1-4
src/examples/purity-todo/services/google-api.ts 0% 0% 0% 0% 1-65
src/examples/purity-todo/services/image-processing.ts 0% 0% 0% 0% 1-78
src/examples/purity-todo/services/images.ts 0% 0% 0% 0% 1-45
src/examples/purity-todo/services/input-form.ts 0% 0% 0% 0% 1-8
src/examples/purity-todo/services/settings.ts 0% 0% 0% 0% 1-45
src/examples/purity-todo/services/storage.ts 0% 0% 0% 0% 1-38
src/examples/purity-todo/services/task-details.ts 0% 0% 0% 0% 1-21
src/examples/purity-todo/services/tasks.ts 0% 0% 0% 0% 1-66
src/examples/purity-todo/services/text-file-manager.ts 0% 0% 0% 0% 1-27
src/examples/router/main.ts 100% 100% 100% 100%
src/examples/simple-todo-example/app.ts 0% 0% 0% 0% 1-17
src/examples/simple-todo-example/helpers.ts 0% 0% 0% 0% 1-4
src/examples/simple-todo-example/types.ts 0% 0% 0% 0% 1-5
src/examples/simple-todo-example/ui/InputForm.ts 0% 0% 0% 0% 1-43
src/examples/simple-todo-example/ui/ListItem.ts 0% 0% 0% 0% 1-30
src/examples/simple-todo-example/ui/Root.ts 0% 0% 0% 0% 1-17
src/examples/use-state-example/Button.ts 0% 0% 0% 0% 1-20
src/examples/use-state-example/Root.ts 0% 0% 0% 0% 1-10
src/examples/use-state-example/StatefulCounter.ts 0% 0% 0% 0% 1-24
src/examples/use-state-example/useState.ts 0% 0% 0% 0% 1-22
src/playground/components/editor-style.ts 0% 0% 0% 0% 1-14
src/playground/components/editor.ts 0% 0% 0% 0% 1-22
src/playground/components/playground-style.ts 0% 0% 0% 0% 1-79
src/playground/components/playground.ts 0% 0% 0% 0% 1-44
src/playground/components/view.ts 0% 0% 0% 0% 1-43
src/playground/services/code-sample.ts 0% 0% 0% 0% 1-15
src/playground/services/monaco-editor-config.ts 0% 0% 0% 0% 1-61
src/playground/services/storage.ts 0% 0% 0% 0% 1-3
src/playground/services/user-code.ts 0% 0% 0% 0% 1-18

@tatomyr tatomyr merged commit 45a9339 into main May 20, 2023
@tatomyr tatomyr deleted the chore/use-tabs branch May 20, 2023 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant