gfscott / eleventy-plugin-embed-everything

An Eleventy plugin to easily embed common media formats in posts, using only their URLs
https://gfscott.com/embed-everything/
MIT License
99 stars 6 forks source link

Add private utility package to permute arrays for URL testing purposes #249

Closed gfscott closed 6 months ago

gfscott commented 6 months ago

This PR adds a private utility package, permute-arrays, which is useful for constructing large arrays of URL variants for testing. Something like it is already duplicated across several existing packages so I'm extracting it into a reusable thing here. I don't think it makes sense to release it publicly. It'll only be available in the local workspace for testing purposes and isn't included as a dependency in any of the plugin packages.

changeset-bot[bot] commented 6 months ago

⚠️ No Changeset found

Latest commit: 708a2ef43233e385d178e1d9e3e376d1cef15005

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR