@sinclair/typebox
Advanced tools
Comparing version
@@ -1,2 +0,2 @@ | ||
import * as T from '@sinclair/typebox'; | ||
import * as T from '../type/index'; | ||
type TDereference<Context extends T.TProperties, Key extends string> = (Key extends keyof Context ? Context[Key] : T.TRef<Key>); | ||
@@ -3,0 +3,0 @@ type TDelimitedDecode<Input extends ([unknown, unknown] | unknown)[], Result extends unknown[] = []> = (Input extends [infer Left, ...infer Right] ? Left extends [infer Item, infer _] ? TDelimitedDecode<Right, [...Result, Item]> : TDelimitedDecode<Right, [...Result, Left]> : Result); |
@@ -73,3 +73,3 @@ "use strict"; | ||
exports.ReferenceMapping = ReferenceMapping; | ||
const T = require("@sinclair/typebox"); | ||
const T = require("../type/index"); | ||
// prettier-ignore | ||
@@ -76,0 +76,0 @@ const Dereference = (context, key) => { |
@@ -1,2 +0,2 @@ | ||
import * as t from '@sinclair/typebox'; | ||
import * as t from '../type/index'; | ||
import { TType } from './parser'; | ||
@@ -3,0 +3,0 @@ /** `[Experimental]` Parses type expressions into TypeBox types but does not infer */ |
@@ -6,3 +6,3 @@ "use strict"; | ||
exports.Syntax = Syntax; | ||
const t = require("@sinclair/typebox"); | ||
const t = require("../type/index"); | ||
const parser_1 = require("./parser"); | ||
@@ -9,0 +9,0 @@ /** `[Experimental]` Parses type expressions into TypeBox types but does not infer */ |
{ | ||
"name": "@sinclair/typebox", | ||
"version": "0.34.32", | ||
"version": "0.34.33", | ||
"description": "Json Schema Type Builder with Static Type Resolution for TypeScript", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1870822
0