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

[object/array] Add ability to .join() elements #177

Merged
merged 2 commits into from
Dec 19, 2022
Merged

[object/array] Add ability to .join() elements #177

merged 2 commits into from
Dec 19, 2022

Conversation

Flipez
Copy link
Owner

@Flipez Flipez commented Dec 19, 2022

This closes #169

Signed-off-by: Flipez code@brauser.io

Signed-off-by: Flipez <code@brauser.io>
@Flipez Flipez added the enhancement New feature or request label Dec 19, 2022
@vercel
Copy link

vercel bot commented Dec 19, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
rocket-lang ✅ Ready (Inspect) Visit Preview Dec 19, 2022 at 8:02PM (UTC)
rocket-lang-play ✅ Ready (Inspect) Visit Preview Dec 19, 2022 at 8:02PM (UTC)

@codecov
Copy link

codecov bot commented Dec 19, 2022

Codecov Report

Merging #177 (9e5bcaa) into main (71bb1c4) will increase coverage by 0.06%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #177      +/-   ##
==========================================
+ Coverage   87.36%   87.42%   +0.06%     
==========================================
  Files         106      106              
  Lines        3681     3699      +18     
==========================================
+ Hits         3216     3234      +18     
  Misses        398      398              
  Partials       67       67              
Impacted Files Coverage Δ
object/array.go 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Signed-off-by: Flipez <code@brauser.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add support for ARRAY.join(STRING)
1 participant