Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
chore: wip

chore: wip

chore: wip
  • Loading branch information
chrisbbreuer committed Oct 22, 2024
1 parent 87157e0 commit cbce3c1
Show file tree
Hide file tree
Showing 2 changed files with 454 additions and 76 deletions.
11 changes: 11 additions & 0 deletions fixtures/input/example-0001.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@ export const someObject = {
[1, 2, 3],
[4, 5, 6, 7, 8, 9, 10],
],
someNestedArray2: [
[1, 2, 3],
[4, 5, 6, 7, 8, 9, 10],
'dummy value',
],
someNestedArray3: [
[1, 2, 3],
[4, 5, 6, 7, 8, 9, 10],
'dummy value',
[11, 12, 13],
],
someOtherNestedArray: [
[
'some text',
Expand Down
Loading

0 comments on commit cbce3c1

Please sign in to comment.