@teambit/semantics.entities.semantic-schema
Advanced tools
Comparing version
import chalk from 'chalk'; | ||
import { ComponentID } from '@teambit/component-id'; | ||
import { ExportSchema, ModuleSchema } from './schemas'; | ||
import { SchemaLocation, SchemaNode } from './schema-node'; | ||
import type { SchemaLocation } from './schema-node'; | ||
import { SchemaNode } from './schema-node'; | ||
import { TagName } from './schemas/docs/tag'; | ||
@@ -6,0 +7,0 @@ import { SchemaRegistry } from './schema-registry'; |
import { ComponentID } from '@teambit/component-id'; | ||
import { ModuleSchema } from './schemas'; | ||
import { SchemaLocation, SchemaNode } from './schema-node'; | ||
import type { SchemaLocation } from './schema-node'; | ||
import { SchemaNode } from './schema-node'; | ||
export declare class APISchema extends SchemaNode { | ||
@@ -5,0 +6,0 @@ readonly location: SchemaLocation; |
@@ -1,2 +0,2 @@ | ||
import { SchemaNode } from './schema-node'; | ||
import type { SchemaNode } from './schema-node'; | ||
export interface SchemaNodeConstructor { | ||
@@ -3,0 +3,0 @@ new (...args: any[]): SchemaNode; |
@@ -1,2 +0,2 @@ | ||
import { DocSchema } from './schemas'; | ||
import type { DocSchema } from './schemas'; | ||
export interface ISchemaNode { | ||
@@ -3,0 +3,0 @@ __schema: string; |
@@ -1,2 +0,2 @@ | ||
import { SchemaNodeConstructor } from './schema-node-constructor'; | ||
import type { SchemaNodeConstructor } from './schema-node-constructor'; | ||
type GetSchemaFunc = () => SchemaNodeConstructor[]; | ||
@@ -3,0 +3,0 @@ export declare class SchemaRegistry { |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
export declare class ArrayLiteralExpressionSchema extends SchemaNode { | ||
@@ -3,0 +4,0 @@ readonly members: SchemaNode[]; |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { DocSchema } from './docs'; | ||
@@ -3,0 +4,0 @@ import { ExpressionWithTypeArgumentsSchema } from './expression-with-arguments'; |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
/** | ||
@@ -3,0 +4,0 @@ * e.g. `T extends U ? Y : N` |
@@ -1,4 +0,5 @@ | ||
import { SchemaLocation } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { ParameterSchema } from './parameter'; | ||
import { FunctionLikeSchema, Modifier } from './function-like'; | ||
import type { Modifier } from './function-like'; | ||
import { FunctionLikeSchema } from './function-like'; | ||
import { DocSchema } from './docs'; | ||
@@ -5,0 +6,0 @@ import { ThisTypeSchema } from './this-type'; |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { DocSchema } from './docs'; | ||
@@ -3,0 +4,0 @@ export declare class DecoratorSchema extends SchemaNode { |
@@ -1,3 +0,4 @@ | ||
import { SchemaLocation, SchemaNode } from '../../schema-node'; | ||
import { TagName, TagSchema } from './tag'; | ||
import type { SchemaLocation } from '../../schema-node'; | ||
import { SchemaNode } from '../../schema-node'; | ||
import type { TagName, TagSchema } from './tag'; | ||
export declare class DocSchema extends SchemaNode { | ||
@@ -4,0 +5,0 @@ readonly location: SchemaLocation; |
@@ -1,2 +0,2 @@ | ||
import { SchemaLocation, SchemaNode } from '../../schema-node'; | ||
import type { SchemaLocation, SchemaNode } from '../../schema-node'; | ||
import { TagSchema } from './tag'; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import { SchemaLocation, SchemaNode } from '../../schema-node'; | ||
import type { SchemaLocation, SchemaNode } from '../../schema-node'; | ||
import { TagSchema } from './tag'; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../../schema-node'; | ||
import type { SchemaLocation } from '../../schema-node'; | ||
import { SchemaNode } from '../../schema-node'; | ||
/** | ||
@@ -3,0 +4,0 @@ * e.g. `@deprecated please use something else` |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { DocSchema } from './docs'; | ||
@@ -3,0 +4,0 @@ export declare class EnumMemberSchema extends SchemaNode { |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { DocSchema } from './docs'; | ||
@@ -3,0 +4,0 @@ export declare class EnumSchema extends SchemaNode { |
@@ -1,2 +0,3 @@ | ||
import { SchemaNode, SchemaLocation } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { DocSchema } from './docs'; | ||
@@ -3,0 +4,0 @@ export declare class ExportSchema extends SchemaNode { |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
export declare class ExpressionWithTypeArgumentsSchema extends SchemaNode { | ||
@@ -3,0 +4,0 @@ readonly name: string; |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { ParameterSchema } from './parameter'; | ||
@@ -3,0 +4,0 @@ import { DocSchema } from './docs'; |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
export declare class GetAccessorSchema extends SchemaNode { | ||
@@ -3,0 +4,0 @@ readonly location: SchemaLocation; |
@@ -1,3 +0,4 @@ | ||
import { DocSchema } from '..'; | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { DocSchema } from '..'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
export declare class IgnoredSchema extends SchemaNode { | ||
@@ -4,0 +5,0 @@ readonly node: SchemaNode; |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { ParameterSchema } from './parameter'; | ||
@@ -3,0 +4,0 @@ /** |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
export declare class IndexedAccessSchema extends SchemaNode { | ||
@@ -3,0 +4,0 @@ readonly location: SchemaLocation; |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
/** | ||
@@ -3,0 +4,0 @@ * where there is no explicit type, the type is taken from the "quickinfo" of tsserver |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { DocSchema } from './docs'; | ||
@@ -3,0 +4,0 @@ import { ExpressionWithTypeArgumentsSchema } from './expression-with-arguments'; |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
/** | ||
@@ -3,0 +4,0 @@ * e.g. 'string', 'boolean', etc. |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
/** | ||
@@ -3,0 +4,0 @@ * e.g. const a: 'a'; |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
export declare class LiteralValueSchema extends SchemaNode { | ||
@@ -3,0 +4,0 @@ readonly location: SchemaLocation; |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
export declare class ModuleSchema extends SchemaNode { | ||
@@ -3,0 +4,0 @@ readonly location: SchemaLocation; |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
export declare class NamedTupleSchema extends SchemaNode { | ||
@@ -3,0 +4,0 @@ readonly location: SchemaLocation; |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
export declare class ObjectLiteralExpressionSchema extends SchemaNode { | ||
@@ -3,0 +4,0 @@ readonly members: SchemaNode[]; |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
export declare class ParameterSchema<T extends SchemaNode = SchemaNode> extends SchemaNode { | ||
@@ -3,0 +4,0 @@ readonly location: SchemaLocation; |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
/** | ||
@@ -3,0 +4,0 @@ * type inside parentheses |
@@ -1,2 +0,3 @@ | ||
import { SchemaNode, SchemaLocation } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { DocSchema } from './docs'; | ||
@@ -3,0 +4,0 @@ export declare class PropertyAssignmentSchema extends SchemaNode { |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { ParameterSchema } from './parameter'; | ||
@@ -3,0 +4,0 @@ export declare class SetAccessorSchema extends SchemaNode { |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
export declare class TemplateLiteralTypeSpanSchema extends SchemaNode { | ||
@@ -3,0 +4,0 @@ readonly location: SchemaLocation; |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { TemplateLiteralTypeSpanSchema } from './template-literal-type-span'; | ||
@@ -3,0 +4,0 @@ export declare class TemplateLiteralTypeSchema extends SchemaNode { |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
/** | ||
@@ -3,0 +4,0 @@ * e.g. `class A { createA(): this {} }` |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
export declare class TupleTypeSchema extends SchemaNode { | ||
@@ -3,0 +4,0 @@ readonly location: SchemaLocation; |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
export declare class TypeArraySchema extends SchemaNode { | ||
@@ -3,0 +4,0 @@ readonly location: SchemaLocation; |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
export declare class TypeIntersectionSchema extends SchemaNode { | ||
@@ -3,0 +4,0 @@ readonly location: SchemaLocation; |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
/** | ||
@@ -3,0 +4,0 @@ * e.g. `{ a: string; b: number }` |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
export declare class TypeOperatorSchema extends SchemaNode { | ||
@@ -3,0 +4,0 @@ readonly location: SchemaLocation; |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
/** | ||
@@ -3,0 +4,0 @@ * e.g. `function f(str: any): str is string {}` |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
/** | ||
@@ -3,0 +4,0 @@ * e.g. `typeof Foo` |
import { ComponentID } from '@teambit/component'; | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
export type PlainTypeRefSchema = { | ||
@@ -4,0 +5,0 @@ name: string; |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
export declare class TypeUnionSchema extends SchemaNode { | ||
@@ -3,0 +4,0 @@ readonly location: SchemaLocation; |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { DocSchema } from './docs'; | ||
@@ -3,0 +4,0 @@ export declare class TypeSchema extends SchemaNode { |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
export declare class UnImplementedSchema extends SchemaNode { | ||
@@ -3,0 +4,0 @@ readonly location: SchemaLocation; |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
/** | ||
@@ -3,0 +4,0 @@ * needed for better backward and forward compatibility. |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
/** | ||
@@ -3,0 +4,0 @@ * needed for cases when the exported entity could not be resolved. |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { DocSchema } from './docs'; | ||
@@ -3,0 +4,0 @@ /** |
@@ -1,4 +0,4 @@ | ||
import { SchemaLocation } from './schema-node'; | ||
import type { SchemaLocation } from './schema-node'; | ||
export declare class UnknownSchemaFactory { | ||
static create(location: SchemaLocation, name: string, schemaObj: Record<string, any>): any; | ||
} |
{ | ||
"name": "@teambit/semantics.entities.semantic-schema", | ||
"version": "0.0.0-2c254b75ff38c36ddca3c10faa8c9f77dee0b7bc", | ||
"version": "0.0.0-481479ac0de2ce63e901ddb900e7bdd866064478", | ||
"homepage": "https://bit.cloud/teambit/semantics/entities/semantic-schema", | ||
@@ -9,3 +9,3 @@ "main": "dist/index.js", | ||
"name": "entities/semantic-schema", | ||
"version": "2c254b75ff38c36ddca3c10faa8c9f77dee0b7bc" | ||
"version": "481479ac0de2ce63e901ddb900e7bdd866064478" | ||
}, | ||
@@ -12,0 +12,0 @@ "dependencies": { |
@@ -1,2 +0,2 @@ | ||
import { SchemaNode } from './schema-node'; | ||
import type { SchemaNode } from './schema-node'; | ||
@@ -3,0 +3,0 @@ export interface SchemaNodeConstructor { |
import { pickBy } from 'lodash'; | ||
import pluralize from 'pluralize'; | ||
import { DocSchema } from './schemas'; | ||
import type { DocSchema } from './schemas'; | ||
@@ -5,0 +5,0 @@ export interface ISchemaNode { |
@@ -1,2 +0,2 @@ | ||
import { SchemaNodeConstructor } from './schema-node-constructor'; | ||
import type { SchemaNodeConstructor } from './schema-node-constructor'; | ||
import { UnknownSchemaFactory } from './unknown-schema-factory'; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { SchemaRegistry } from '../schema-registry'; | ||
@@ -3,0 +4,0 @@ |
import chalk from 'chalk'; | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { DocSchema } from './docs'; | ||
@@ -4,0 +5,0 @@ import { ExpressionWithTypeArgumentsSchema } from './expression-with-arguments'; |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { SchemaRegistry } from '../schema-registry'; | ||
@@ -3,0 +4,0 @@ |
@@ -1,4 +0,5 @@ | ||
import { SchemaLocation } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { ParameterSchema } from './parameter'; | ||
import { FunctionLikeSchema, Modifier } from './function-like'; | ||
import type { Modifier } from './function-like'; | ||
import { FunctionLikeSchema } from './function-like'; | ||
import { DocSchema } from './docs'; | ||
@@ -5,0 +6,0 @@ import { ThisTypeSchema } from './this-type'; |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { SchemaRegistry } from '../schema-registry'; | ||
@@ -3,0 +4,0 @@ import { DocSchema } from './docs'; |
@@ -1,4 +0,5 @@ | ||
import { SchemaLocation, SchemaNode } from '../../schema-node'; | ||
import type { SchemaLocation } from '../../schema-node'; | ||
import { SchemaNode } from '../../schema-node'; | ||
import { SchemaRegistry } from '../../schema-registry'; | ||
import { TagName, TagSchema } from './tag'; | ||
import type { TagName, TagSchema } from './tag'; | ||
@@ -5,0 +6,0 @@ export class DocSchema extends SchemaNode { |
@@ -1,2 +0,2 @@ | ||
import { SchemaLocation, SchemaNode } from '../../schema-node'; | ||
import type { SchemaLocation, SchemaNode } from '../../schema-node'; | ||
import { SchemaRegistry } from '../../schema-registry'; | ||
@@ -3,0 +3,0 @@ import { TagName, TagSchema } from './tag'; |
@@ -1,2 +0,2 @@ | ||
import { SchemaLocation, SchemaNode } from '../../schema-node'; | ||
import type { SchemaLocation, SchemaNode } from '../../schema-node'; | ||
import { SchemaRegistry } from '../../schema-registry'; | ||
@@ -3,0 +3,0 @@ import { TagName, TagSchema } from './tag'; |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../../schema-node'; | ||
import type { SchemaLocation } from '../../schema-node'; | ||
import { SchemaNode } from '../../schema-node'; | ||
@@ -3,0 +4,0 @@ /** |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { DocSchema } from './docs'; | ||
@@ -3,0 +4,0 @@ |
import chalk from 'chalk'; | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { DocSchema } from './docs'; | ||
@@ -4,0 +5,0 @@ import { SchemaRegistry } from '..'; |
@@ -1,2 +0,3 @@ | ||
import { SchemaNode, SchemaLocation } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { DocSchema } from './docs'; | ||
@@ -3,0 +4,0 @@ import { SchemaRegistry } from '../schema-registry'; |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { SchemaRegistry } from '../schema-registry'; | ||
@@ -3,0 +4,0 @@ |
import chalk from 'chalk'; | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { ParameterSchema } from './parameter'; | ||
@@ -4,0 +5,0 @@ import { DocSchema } from './docs'; |
import chalk from 'chalk'; | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { SchemaRegistry } from '../schema-registry'; | ||
@@ -4,0 +5,0 @@ |
@@ -1,3 +0,5 @@ | ||
import { DocSchema, SchemaRegistry } from '..'; | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { DocSchema } from '..'; | ||
import { SchemaRegistry } from '..'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
@@ -4,0 +6,0 @@ export class IgnoredSchema extends SchemaNode { |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { SchemaRegistry } from '../schema-registry'; | ||
@@ -3,0 +4,0 @@ import { ParameterSchema } from './parameter'; |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { SchemaRegistry } from '../schema-registry'; | ||
@@ -3,0 +4,0 @@ |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
@@ -3,0 +4,0 @@ /** |
import chalk from 'chalk'; | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { DocSchema } from './docs'; | ||
@@ -4,0 +5,0 @@ import { ExpressionWithTypeArgumentsSchema } from './expression-with-arguments'; |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
@@ -3,0 +4,0 @@ /** |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
@@ -3,0 +4,0 @@ /** |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
@@ -3,0 +4,0 @@ export class LiteralValueSchema extends SchemaNode { |
import chalk from 'chalk'; | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { SchemaRegistry } from '../schema-registry'; | ||
import { ExportSchema } from './export'; | ||
import type { ExportSchema } from './export'; | ||
@@ -6,0 +7,0 @@ export class ModuleSchema extends SchemaNode { |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { SchemaRegistry } from '../schema-registry'; | ||
@@ -3,0 +4,0 @@ |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { SchemaRegistry } from '../schema-registry'; | ||
@@ -3,0 +4,0 @@ |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { SchemaRegistry } from '../schema-registry'; | ||
@@ -3,0 +4,0 @@ |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { SchemaRegistry } from '../schema-registry'; | ||
@@ -3,0 +4,0 @@ |
@@ -1,2 +0,3 @@ | ||
import { SchemaNode, SchemaLocation } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { SchemaRegistry } from '../schema-registry'; | ||
@@ -3,0 +4,0 @@ import { DocSchema } from './docs'; |
import chalk from 'chalk'; | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { ParameterSchema } from './parameter'; | ||
@@ -4,0 +5,0 @@ |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { SchemaRegistry } from '../schema-registry'; | ||
@@ -3,0 +4,0 @@ |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { TemplateLiteralTypeSpanSchema } from './template-literal-type-span'; | ||
@@ -3,0 +4,0 @@ |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
@@ -3,0 +4,0 @@ /** |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { SchemaRegistry } from '../schema-registry'; | ||
@@ -3,0 +4,0 @@ |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { SchemaRegistry } from '../schema-registry'; | ||
@@ -3,0 +4,0 @@ |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { SchemaRegistry } from '../schema-registry'; | ||
@@ -3,0 +4,0 @@ |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { SchemaRegistry } from '../schema-registry'; | ||
@@ -3,0 +4,0 @@ |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { SchemaRegistry } from '../schema-registry'; | ||
@@ -3,0 +4,0 @@ |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { SchemaRegistry } from '../schema-registry'; | ||
@@ -3,0 +4,0 @@ |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { SchemaRegistry } from '../schema-registry'; | ||
@@ -3,0 +4,0 @@ |
import { ComponentID } from '@teambit/component'; | ||
import chalk from 'chalk'; | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { SchemaRegistry } from '../schema-registry'; | ||
@@ -5,0 +6,0 @@ |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { SchemaRegistry } from '../schema-registry'; | ||
@@ -3,0 +4,0 @@ |
import chalk from 'chalk'; | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { DocSchema } from './docs'; | ||
@@ -4,0 +5,0 @@ import { SchemaRegistry } from '../schema-registry'; |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
@@ -3,0 +4,0 @@ export class UnImplementedSchema extends SchemaNode { |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
@@ -3,0 +4,0 @@ /** |
@@ -1,2 +0,3 @@ | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
@@ -3,0 +4,0 @@ /** |
import chalk from 'chalk'; | ||
import { SchemaLocation, SchemaNode } from '../schema-node'; | ||
import type { SchemaLocation } from '../schema-node'; | ||
import { SchemaNode } from '../schema-node'; | ||
import { DocSchema } from './docs'; | ||
@@ -4,0 +5,0 @@ import { SchemaRegistry } from '../schema-registry'; |
@@ -1,2 +0,2 @@ | ||
import { SchemaLocation } from './schema-node'; | ||
import type { SchemaLocation } from './schema-node'; | ||
@@ -3,0 +3,0 @@ export class UnknownSchemaFactory { |
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
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
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
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
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
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
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
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
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
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
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
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
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
480947
1.16%8456
1.11%