Skip to content

Commit

Permalink
Update test refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Apr 1, 2023
1 parent 10e5dcb commit 00bd06f
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 52 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"bulb": [
"1a2b3c": [
{
"type": "local",
"name": "__local__bulb"
"name": "__local__1a2b3c"
}
],
"class": [
Expand Down Expand Up @@ -125,10 +125,10 @@
"name": "__local__test"
}
],
"1a2b3c": [
"bulb": [
{
"type": "local",
"name": "__local__1a2b3c"
"name": "__local__bulb"
}
]
}
8 changes: 4 additions & 4 deletions crates/swc_css_modules/tests/fixture/basic.transform.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"bulb": [
"1a2b3c": [
{
"type": "local",
"name": "__local__bulb"
"name": "__local__1a2b3c"
}
],
"class": [
Expand Down Expand Up @@ -125,10 +125,10 @@
"name": "__local__test"
}
],
"1a2b3c": [
"bulb": [
{
"type": "local",
"name": "__local__1a2b3c"
"name": "__local__bulb"
}
]
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"body": [
"header-baz": [
{
"type": "local",
"name": "__local__body"
"name": "__local__header-baz"
}
],
"footer": [
Expand All @@ -11,10 +11,10 @@
"name": "__local__footer"
}
],
"header-baz": [
"body": [
{
"type": "local",
"name": "__local__header-baz"
"name": "__local__body"
}
]
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"bar": [
{
"type": "local",
"name": "__local__bar"
}
],
"two": [
{
"type": "local",
Expand All @@ -16,11 +22,5 @@
"type": "local",
"name": "__local__one"
}
],
"bar": [
{
"type": "local",
"name": "__local__bar"
}
]
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"⌘⌥": [
"1a2b3c": [
{
"type": "local",
"name": "__local__⌘⌥"
"name": "__local__1a2b3c"
}
],
"1a2b3c": [
"☺☃": [
{
"type": "local",
"name": "__local__1a2b3c"
"name": "__local__☺☃"
}
],
"f+o+o": [
Expand Down Expand Up @@ -281,10 +281,10 @@
"name": "__local__😍"
}
],
"☺☃": [
"⌘⌥": [
{
"type": "local",
"name": "__local__☺☃"
"name": "__local__⌘⌥"
}
]
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"body": [
"header-baz": [
{
"type": "local",
"name": "__local__body"
"name": "__local__header-baz"
}
],
"footer": [
Expand All @@ -11,10 +11,10 @@
"name": "__local__footer"
}
],
"header-baz": [
"body": [
{
"type": "local",
"name": "__local__header-baz"
"name": "__local__body"
}
]
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"body": [
"header-baz": [
{
"type": "local",
"name": "__local__body"
"name": "__local__header-baz"
}
],
"footer": [
Expand All @@ -11,10 +11,10 @@
"name": "__local__footer"
}
],
"header-baz": [
"body": [
{
"type": "local",
"name": "__local__header-baz"
"name": "__local__body"
}
]
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"ghi": [
{
"type": "local",
"name": "__local__ghi"
}
],
"jkl": [
{
"type": "local",
Expand All @@ -16,11 +22,5 @@
"type": "local",
"name": "__local__def"
}
],
"ghi": [
{
"type": "local",
"name": "__local__ghi"
}
]
}
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
{
"c5": [
"c8": [
{
"type": "local",
"name": "__local__c5"
"name": "__local__c8"
}
],
"c6": [
"c1": [
{
"type": "local",
"name": "__local__c6"
"name": "__local__c1"
}
],
"c7": [
"c2": [
{
"type": "local",
"name": "__local__c7"
"name": "__local__c2"
}
],
"c8": [
"c3": [
{
"type": "local",
"name": "__local__c8"
"name": "__local__c3"
}
],
"c1": [
"c5": [
{
"type": "local",
"name": "__local__c1"
"name": "__local__c5"
}
],
"c2": [
"c6": [
{
"type": "local",
"name": "__local__c2"
"name": "__local__c6"
}
],
"c3": [
"c7": [
{
"type": "local",
"name": "__local__c3"
"name": "__local__c7"
}
]
}

0 comments on commit 00bd06f

Please sign in to comment.