-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from maxholman/qol20241013
QOL updates 2024-10
- Loading branch information
Showing
29 changed files
with
47,380 additions
and
13,661 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 |
---|---|---|
|
@@ -2,5 +2,3 @@ dist | |
node_modules | ||
build | ||
tmp | ||
jest.config.js | ||
babel.config.js |
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
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 |
---|---|---|
@@ -1,9 +1,6 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html | ||
|
||
exports[`nullables 1`] = ` | ||
"import type { Jsonifiable, Jsonify } from "type-fest"; | ||
import type { JsonifiableObject } from "type-fest/source/jsonifiable.js"; | ||
export type MySchemaLolOrNullable = "lol" | "kek" | null; | ||
"export type MySchemaLolOrNullable = "lol" | "kek" | null; | ||
" | ||
`; |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.