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

feat: add clone function #165 #173

Merged
merged 1 commit into from
Oct 18, 2023
Merged

feat: add clone function #165 #173

merged 1 commit into from
Oct 18, 2023

Conversation

joe-p
Copy link
Contributor

@joe-p joe-p commented Oct 18, 2023

Adds a clone function to perform a deep copy of arrays/objects.

The usage of clone is required when passing non-literal arrays to functions, which means that #160 is no longer blocking a stable release (but still of course a desired feature eventually)

closes #165

@netlify
Copy link

netlify bot commented Oct 18, 2023

Deploy Preview for tealscript ready!

Name Link
🔨 Latest commit a1db949
🔍 Latest deploy log https://app.netlify.com/sites/tealscript/deploys/653033649d1ff800082ed9f3
😎 Deploy Preview https://deploy-preview-173--tealscript.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@joe-p joe-p merged commit fbe4ce6 into dev Oct 18, 2023
4 checks passed
@joe-p joe-p deleted the feat/clone branch December 28, 2023 23:38
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.

Add clone function
1 participant