forked from arktypeio/arktype
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: don't freeze definitions for compatibility with sass (arktypeio#901
- Loading branch information
1 parent
32ecb70
commit 93d872a
Showing
4 changed files
with
58 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ Check out [how it works](#how), [try it in-browser](https://arktype.io/docs/#you | |
<sub>(or whatever package manager you prefer)</sub> | ||
<br /> | ||
|
||
Our types are tested in [strict-mode](https://www.typescriptlang.org/tsconfig#strict) with TypeScript versions `4.8`, `4.9`, and `5.0`. | ||
Our types are tested in [strict-mode](https://www.typescriptlang.org/tsconfig#strict) with TypeScript version `4.8` or greater. | ||
|
||
_Our APIs have mostly stabilized, but details may still change during the alpha/beta stages of our 1.0 release. If you have suggestions that may require a breaking change, now is the time to let us know!_ ⛵ | ||
|
||
|
@@ -259,15 +259,12 @@ If the project has been useful to you and you are in a financial position to do | |
Otherwise, consider sending me an email ([email protected]) or [message me on Discord](https://arktype.io/discord) to let me know you're a fan of ArkType. Either would make my day! | ||
### Current Sponsors 🥰 | ||
### ArkSponsors ⛵ | ||
<table> | ||
<tr> | ||
<th>fubhy</th> | ||
<th>sam-goodwin</th> | ||
<th>tmm</th> | ||
<th>thomasballinger</th> | ||
<th>jacksteamdev</th> | ||
</tr> | ||
<tr> | ||
<td> | ||
|
@@ -284,68 +281,63 @@ Otherwise, consider sending me an email ([email protected]) or [message me on Dis | |
src="https://avatars.githubusercontent.com/u/38672686" | ||
/></a> | ||
</td> | ||
</tr> | ||
## Sponsors 🥰 | ||
<table> | ||
<tr> | ||
<th>tmm</th> | ||
<th>jacksteamdev</th> | ||
<th>neodon</th> | ||
<th>mewhhaha</th> | ||
<th>codeandcats</th> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="https://github.com/tmm" | ||
><img | ||
height="64px" | ||
src="https://avatars.githubusercontent.com/u/6759464" | ||
/></a> | ||
</td> | ||
<td> | ||
<a href="https://github.com/thomasballinger" | ||
><img | ||
height="64px" | ||
src="https://avatars.githubusercontent.com/u/458879" | ||
/></a> | ||
</td> | ||
<td> | ||
<a href="https://github.com/jacksteamdev" | ||
><img | ||
height="64px" | ||
src="https://avatars.githubusercontent.com/u/23390212" | ||
/></a> | ||
</td> | ||
<td> | ||
<a href="https://github.com/neodon" | ||
><img height="64px" src="https://avatars.githubusercontent.com/u/82944" | ||
/></a> | ||
</td> | ||
<td> | ||
<a href="https://github.com/mewhhaha" | ||
><img | ||
height="64px" | ||
src="https://avatars.githubusercontent.com/u/3399205" | ||
/></a> | ||
</td> | ||
<td> | ||
<a href="https://github.com/codeandcats" | ||
><img | ||
height="64px" | ||
src="https://avatars.githubusercontent.com/u/6035934" | ||
/></a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<th>neodon</th> | ||
<th>mewhhaha</th> | ||
<th>codeandcats</th> | ||
<th>xrexy</th> | ||
<th>Timeraa</th> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="https://github.com/neodon" | ||
><img height="64px" src="https://avatars.githubusercontent.com/u/82944" | ||
/></a> | ||
</td> | ||
<td> | ||
<a href="https://github.com/mewhhaha" | ||
><img | ||
height="64px" | ||
src="https://avatars.githubusercontent.com/u/3399205" | ||
/></a> | ||
</td> | ||
<td> | ||
<a href="https://github.com/codeandcats" | ||
><img | ||
height="64px" | ||
src="https://avatars.githubusercontent.com/u/6035934" | ||
/></a> | ||
</td> | ||
<td> | ||
<a href="https://github.com/xrexy" | ||
><img | ||
height="64px" | ||
src="https://avatars.githubusercontent.com/u/71969236" | ||
/></a> | ||
</td> | ||
<td> | ||
<a href="https://github.com/Timeraa" | ||
><img | ||
height="64px" | ||
src="https://avatars.githubusercontent.com/u/29104008" | ||
/></a> | ||
</td> | ||
</tr> | ||
<th>Timeraa</th> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="https://github.com/Timeraa" | ||
><img | ||
height="64px" | ||
src="https://avatars.githubusercontent.com/u/29104008" | ||
/></a> | ||
</td> | ||
</tr> | ||
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"arktype": patch | ||
--- | ||
|
||
fix: don't freeze definitions for compatibility with sass |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters