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

refactor: improve path processing #6

Merged
merged 5 commits into from
Nov 22, 2022
Merged

refactor: improve path processing #6

merged 5 commits into from
Nov 22, 2022

Conversation

koladilip
Copy link
Collaborator

Description of the change

Improve path processing with to array expressions. Split translator code into more functions.

Checklists

Development

  • [*] My code follows the style guidelines of this project
  • [*] I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • [*] The code changed/added as part of this pull request has been covered with tests
  • [*] All tests related to the changed code pass in development

Code review

  • This pull request has a descriptive title and information useful to a reviewer. There may be a screenshot or screencast attached
  • Changes have been reviewed by at least one other engineer
  • Issue from task tracker has a link to this pull request

Improve path processing with to array expressions.
Split translator code into more functions.
@github-actions
Copy link
Contributor

github-actions bot commented Nov 19, 2022

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 100% 2707/2707
🟢 Branches
99.86% (+0.01% 🔼)
734/735
🟢 Functions 100% 208/208
🟢 Lines 100% 2707/2707

Test suite run success

51 tests passing in 1 suite.

Report generated by 🧪jest coverage report action from 56290f5

Also return undefined if path doesn't exists.
koladilip and others added 3 commits November 22, 2022 12:27
* Update readme intro and overview

* Update readme with arrays and objects docs
@koladilip koladilip merged commit 5adf623 into main Nov 22, 2022
@koladilip koladilip deleted the refactor.code branch November 22, 2022 11:41
@github-actions github-actions bot mentioned this pull request Nov 22, 2022
@github-actions github-actions bot mentioned this pull request Sep 13, 2023
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.

2 participants