Skip to content

Commit

Permalink
add missing exts
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Dec 5, 2023
1 parent 3714848 commit 8235a1a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
5 changes: 5 additions & 0 deletions .changeset/two-chefs-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect-app/core": patch
---

add missing ext
26 changes: 13 additions & 13 deletions packages/core/vendor/effect-data-tsplus.json
Original file line number Diff line number Diff line change
Expand Up @@ -2195,6 +2195,17 @@
}
]
},
{
"definitionName": "Class",
"definitionKind": "const",
"extensions": [
{
"kind": "static",
"typeName": "effect/data/Data.Ops",
"name": "Class"
}
]
},
{
"definitionName": "TaggedClass",
"definitionKind": "const",
Expand Down Expand Up @@ -3846,7 +3857,7 @@
"extensions": [
{
"kind": "static",
"typeName": "effect/data/Equal/symbol.Ops",
"typeName": "effect/data/Equal.Ops",
"name": "symbol"
}
]
Expand Down Expand Up @@ -4158,17 +4169,6 @@
}
]
},
{
"definitionName": "symbol",
"definitionKind": "const",
"extensions": [
{
"kind": "static",
"typeName": "effect/data/Equivalence.Ops",
"name": "symbol"
}
]
},
{
"definitionName": "tuple",
"definitionKind": "const",
Expand Down Expand Up @@ -4648,7 +4648,7 @@
"extensions": [
{
"kind": "static",
"typeName": "effect/data/Hash/symbol.Ops",
"typeName": "effect/data/Hash.Ops",
"name": "symbol"
}
]
Expand Down

0 comments on commit 8235a1a

Please sign in to comment.