Skip to content

Commit

Permalink
chore: rename tags api packages
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Jan 16, 2024
1 parent 5ec47eb commit 968363b
Show file tree
Hide file tree
Showing 1,867 changed files with 13,685 additions and 13,687 deletions.
2 changes: 1 addition & 1 deletion .c8rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"exclude": [
"**/__tests__",
"packages/runtime/src/html/reorder-runtime.ts",
"packages/runtime-tags/src/html/reorder-runtime.ts",
"**/*.d.ts"
]
}
24 changes: 12 additions & 12 deletions .sizes.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"examples": {
"counter": "./packages/translator/src/__tests__/fixtures/basic-counter/template.marko",
"comments": "./packages/translator/src/__tests__/fixtures/basic-inert-collapsible-tree/template.marko"
"counter": "./packages/translator-tags/src/__tests__/fixtures/basic-counter/template.marko",
"comments": "./packages/translator-tags/src/__tests__/fixtures/basic-inert-collapsible-tree/template.marko"
},
"results": [
{
Expand All @@ -16,8 +16,8 @@
"name": "counter",
"user": {
"min": 351,
"gzip": 279,
"brotli": 242
"gzip": 277,
"brotli": 239
},
"runtime": {
"min": 3965,
Expand All @@ -26,8 +26,8 @@
},
"total": {
"min": 4316,
"gzip": 2141,
"brotli": 1909
"gzip": 2139,
"brotli": 1906
}
},
{
Expand All @@ -53,7 +53,7 @@
"user": {
"min": 1216,
"gzip": 704,
"brotli": 636
"brotli": 640
},
"runtime": {
"min": 7393,
Expand All @@ -63,15 +63,15 @@
"total": {
"min": 8609,
"gzip": 4127,
"brotli": 3739
"brotli": 3743
}
},
{
"name": "comments 💧",
"user": {
"min": 988,
"gzip": 589,
"brotli": 572
"gzip": 585,
"brotli": 542
},
"runtime": {
"min": 7914,
Expand All @@ -80,8 +80,8 @@
},
"total": {
"min": 8902,
"gzip": 4249,
"brotli": 3902
"gzip": 4245,
"brotli": 3872
}
}
]
Expand Down
Loading

0 comments on commit 968363b

Please sign in to comment.