Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Make the array syntax consistent #155

Merged
merged 2 commits into from
Mar 12, 2024
Merged

Conversation

mateuszradomski
Copy link
Contributor

Resolves L2B-4365

Description

In all other places we use .{index} syntax to flatten array elements.
Having a single place where we do [{index}] messes up the meta.json
description generation. See the Discord message described in the linked
Linear issue to see an example.

In all other places we use `.{index}` syntax to flatten array elements.
Having a single place where we do `[{index}]` messes up the meta.json
description generation. See the Discord message described in the linked
Linear issue to see an example.
@mateuszradomski mateuszradomski requested a review from adamiak March 12, 2024 11:53
Copy link

linear bot commented Mar 12, 2024

Copy link

changeset-bot bot commented Mar 12, 2024

⚠️ No Changeset found

Latest commit: 5cfa841

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

@mateuszradomski mateuszradomski merged commit f7292e6 into main Mar 12, 2024
4 checks passed
@mateuszradomski mateuszradomski deleted the array-syntax-consistent branch March 12, 2024 11:55
adamiak pushed a commit to l2beat/l2beat that referenced this pull request Apr 24, 2024
* Make the array syntax consistent

In all other places we use `.{index}` syntax to flatten array elements.
Having a single place where we do `[{index}]` messes up the meta.json
description generation. See the Discord message described in the linked
Linear issue to see an example.

* Changeset
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants