restructure project, add claudemd
This commit is contained in:
4
web/runtime/solid-refresh/dist/src/babel/core/checks.d.ts
vendored
Normal file
4
web/runtime/solid-refresh/dist/src/babel/core/checks.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import * as t from '@babel/types';
|
||||
export declare function isComponentishName(name: string): boolean;
|
||||
export declare function getImportSpecifierName(specifier: t.ImportSpecifier): string;
|
||||
//# sourceMappingURL=checks.d.ts.map
|
||||
1
web/runtime/solid-refresh/dist/src/babel/core/checks.d.ts.map
vendored
Normal file
1
web/runtime/solid-refresh/dist/src/babel/core/checks.d.ts.map
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"checks.d.ts","sourceRoot":"","sources":["../../../../src/babel/core/checks.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,cAAc,CAAC;AAKlC,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,MAAM,WAE9C;AAED,wBAAgB,sBAAsB,CAAC,SAAS,EAAE,CAAC,CAAC,eAAe,GAAG,MAAM,CAK3E"}
|
||||
8
web/runtime/solid-refresh/dist/src/babel/core/constants.d.ts
vendored
Normal file
8
web/runtime/solid-refresh/dist/src/babel/core/constants.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { ImportDefinition, ImportIdentifierSpecifier } from './types';
|
||||
export declare const IMPORT_REGISTRY: ImportDefinition;
|
||||
export declare const IMPORT_REFRESH: ImportDefinition;
|
||||
export declare const IMPORT_COMPONENT: ImportDefinition;
|
||||
export declare const IMPORT_CONTEXT: ImportDefinition;
|
||||
export declare const IMPORT_DECLINE: ImportDefinition;
|
||||
export declare const IMPORT_SPECIFIERS: ImportIdentifierSpecifier[];
|
||||
//# sourceMappingURL=constants.d.ts.map
|
||||
1
web/runtime/solid-refresh/dist/src/babel/core/constants.d.ts.map
vendored
Normal file
1
web/runtime/solid-refresh/dist/src/babel/core/constants.d.ts.map
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../src/babel/core/constants.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,yBAAyB,EAAE,MAAM,SAAS,CAAC;AAM3E,eAAO,MAAM,eAAe,EAAE,gBAI7B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,gBAI5B,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,gBAI9B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,gBAI5B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,gBAI5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,yBAAyB,EAyBxD,CAAC"}
|
||||
5
web/runtime/solid-refresh/dist/src/babel/core/create-registry.d.ts
vendored
Normal file
5
web/runtime/solid-refresh/dist/src/babel/core/create-registry.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import type * as babel from '@babel/core';
|
||||
import * as t from '@babel/types';
|
||||
import type { StateContext } from './types';
|
||||
export declare function createRegistry(state: StateContext, path: babel.NodePath): t.Identifier;
|
||||
//# sourceMappingURL=create-registry.d.ts.map
|
||||
1
web/runtime/solid-refresh/dist/src/babel/core/create-registry.d.ts.map
vendored
Normal file
1
web/runtime/solid-refresh/dist/src/babel/core/create-registry.d.ts.map
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"create-registry.d.ts","sourceRoot":"","sources":["../../../../src/babel/core/create-registry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,KAAK,MAAM,aAAa,CAAC;AAC1C,OAAO,KAAK,CAAC,MAAM,cAAc,CAAC;AAKlC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAI5C,wBAAgB,cAAc,CAC5B,KAAK,EAAE,YAAY,EACnB,IAAI,EAAE,KAAK,CAAC,QAAQ,GACnB,CAAC,CAAC,UAAU,CAmDd"}
|
||||
4
web/runtime/solid-refresh/dist/src/babel/core/generate-unique-name.d.ts
vendored
Normal file
4
web/runtime/solid-refresh/dist/src/babel/core/generate-unique-name.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import type * as babel from '@babel/core';
|
||||
import * as t from '@babel/types';
|
||||
export declare function generateUniqueName(path: babel.NodePath, name: string): t.Identifier;
|
||||
//# sourceMappingURL=generate-unique-name.d.ts.map
|
||||
1
web/runtime/solid-refresh/dist/src/babel/core/generate-unique-name.d.ts.map
vendored
Normal file
1
web/runtime/solid-refresh/dist/src/babel/core/generate-unique-name.d.ts.map
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"generate-unique-name.d.ts","sourceRoot":"","sources":["../../../../src/babel/core/generate-unique-name.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,KAAK,MAAM,aAAa,CAAC;AAC1C,OAAO,KAAK,CAAC,MAAM,cAAc,CAAC;AAElC,wBAAgB,kBAAkB,CAChC,IAAI,EAAE,KAAK,CAAC,QAAQ,EACpB,IAAI,EAAE,MAAM,GACX,CAAC,CAAC,UAAU,CAkBd"}
|
||||
3
web/runtime/solid-refresh/dist/src/babel/core/generator.d.ts
vendored
Normal file
3
web/runtime/solid-refresh/dist/src/babel/core/generator.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import type * as t from '@babel/types';
|
||||
export declare function generateCode(node: t.Node): string;
|
||||
//# sourceMappingURL=generator.d.ts.map
|
||||
1
web/runtime/solid-refresh/dist/src/babel/core/generator.d.ts.map
vendored
Normal file
1
web/runtime/solid-refresh/dist/src/babel/core/generator.d.ts.map
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"generator.d.ts","sourceRoot":"","sources":["../../../../src/babel/core/generator.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,CAAC,MAAM,cAAc,CAAC;AAUvC,wBAAgB,YAAY,CAAC,IAAI,EAAE,CAAC,CAAC,IAAI,GAAG,MAAM,CAEjD"}
|
||||
3
web/runtime/solid-refresh/dist/src/babel/core/get-descriptive-name.d.ts
vendored
Normal file
3
web/runtime/solid-refresh/dist/src/babel/core/get-descriptive-name.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import type * as babel from '@babel/core';
|
||||
export declare function getDescriptiveName(path: babel.NodePath, defaultName: string): string;
|
||||
//# sourceMappingURL=get-descriptive-name.d.ts.map
|
||||
1
web/runtime/solid-refresh/dist/src/babel/core/get-descriptive-name.d.ts.map
vendored
Normal file
1
web/runtime/solid-refresh/dist/src/babel/core/get-descriptive-name.d.ts.map
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"get-descriptive-name.d.ts","sourceRoot":"","sources":["../../../../src/babel/core/get-descriptive-name.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,KAAK,MAAM,aAAa,CAAC;AAE1C,wBAAgB,kBAAkB,CAChC,IAAI,EAAE,KAAK,CAAC,QAAQ,EACpB,WAAW,EAAE,MAAM,GAClB,MAAM,CAoCR"}
|
||||
4
web/runtime/solid-refresh/dist/src/babel/core/get-foreign-bindings.d.ts
vendored
Normal file
4
web/runtime/solid-refresh/dist/src/babel/core/get-foreign-bindings.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import type * as babel from '@babel/core';
|
||||
import * as t from '@babel/types';
|
||||
export declare function getForeignBindings(path: babel.NodePath): t.Identifier[];
|
||||
//# sourceMappingURL=get-foreign-bindings.d.ts.map
|
||||
1
web/runtime/solid-refresh/dist/src/babel/core/get-foreign-bindings.d.ts.map
vendored
Normal file
1
web/runtime/solid-refresh/dist/src/babel/core/get-foreign-bindings.d.ts.map
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"get-foreign-bindings.d.ts","sourceRoot":"","sources":["../../../../src/babel/core/get-foreign-bindings.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,KAAK,MAAM,aAAa,CAAC;AAC1C,OAAO,KAAK,CAAC,MAAM,cAAc,CAAC;AA+BlC,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,KAAK,CAAC,QAAQ,GAAG,CAAC,CAAC,UAAU,EAAE,CAoBvE"}
|
||||
4
web/runtime/solid-refresh/dist/src/babel/core/get-hmr-decline-call.d.ts
vendored
Normal file
4
web/runtime/solid-refresh/dist/src/babel/core/get-hmr-decline-call.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import type * as babel from '@babel/core';
|
||||
import type { StateContext } from './types';
|
||||
export declare function getHMRDeclineCall(state: StateContext, path: babel.NodePath): babel.types.IfStatement;
|
||||
//# sourceMappingURL=get-hmr-decline-call.d.ts.map
|
||||
1
web/runtime/solid-refresh/dist/src/babel/core/get-hmr-decline-call.d.ts.map
vendored
Normal file
1
web/runtime/solid-refresh/dist/src/babel/core/get-hmr-decline-call.d.ts.map
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"get-hmr-decline-call.d.ts","sourceRoot":"","sources":["../../../../src/babel/core/get-hmr-decline-call.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,KAAK,MAAM,aAAa,CAAC;AAK1C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAE5C,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,YAAY,EAAE,IAAI,EAAE,KAAK,CAAC,QAAQ,2BAmC1E"}
|
||||
4
web/runtime/solid-refresh/dist/src/babel/core/get-hot-identifier.d.ts
vendored
Normal file
4
web/runtime/solid-refresh/dist/src/babel/core/get-hot-identifier.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import * as t from '@babel/types';
|
||||
import type { StateContext } from './types';
|
||||
export declare function getHotIdentifier(state: StateContext): t.MemberExpression;
|
||||
//# sourceMappingURL=get-hot-identifier.d.ts.map
|
||||
1
web/runtime/solid-refresh/dist/src/babel/core/get-hot-identifier.d.ts.map
vendored
Normal file
1
web/runtime/solid-refresh/dist/src/babel/core/get-hot-identifier.d.ts.map
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"get-hot-identifier.d.ts","sourceRoot":"","sources":["../../../../src/babel/core/get-hot-identifier.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,cAAc,CAAC;AAClC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAE5C,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,YAAY,GAAG,CAAC,CAAC,gBAAgB,CAqBxE"}
|
||||
5
web/runtime/solid-refresh/dist/src/babel/core/get-import-identifier.d.ts
vendored
Normal file
5
web/runtime/solid-refresh/dist/src/babel/core/get-import-identifier.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import type * as babel from '@babel/core';
|
||||
import * as t from '@babel/types';
|
||||
import type { ImportDefinition, StateContext } from './types';
|
||||
export declare function getImportIdentifier(state: StateContext, path: babel.NodePath, registration: ImportDefinition): t.Identifier;
|
||||
//# sourceMappingURL=get-import-identifier.d.ts.map
|
||||
1
web/runtime/solid-refresh/dist/src/babel/core/get-import-identifier.d.ts.map
vendored
Normal file
1
web/runtime/solid-refresh/dist/src/babel/core/get-import-identifier.d.ts.map
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"get-import-identifier.d.ts","sourceRoot":"","sources":["../../../../src/babel/core/get-import-identifier.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,KAAK,MAAM,aAAa,CAAC;AAC1C,OAAO,KAAK,CAAC,MAAM,cAAc,CAAC;AAClC,OAAO,KAAK,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAE9D,wBAAgB,mBAAmB,CACjC,KAAK,EAAE,YAAY,EACnB,IAAI,EAAE,KAAK,CAAC,QAAQ,EACpB,YAAY,EAAE,gBAAgB,GAC7B,CAAC,CAAC,UAAU,CAwBd"}
|
||||
3
web/runtime/solid-refresh/dist/src/babel/core/get-root-statement-path.d.ts
vendored
Normal file
3
web/runtime/solid-refresh/dist/src/babel/core/get-root-statement-path.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import type * as babel from '@babel/core';
|
||||
export declare function getRootStatementPath(path: babel.NodePath): babel.NodePath;
|
||||
//# sourceMappingURL=get-root-statement-path.d.ts.map
|
||||
1
web/runtime/solid-refresh/dist/src/babel/core/get-root-statement-path.d.ts.map
vendored
Normal file
1
web/runtime/solid-refresh/dist/src/babel/core/get-root-statement-path.d.ts.map
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"get-root-statement-path.d.ts","sourceRoot":"","sources":["../../../../src/babel/core/get-root-statement-path.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,KAAK,MAAM,aAAa,CAAC;AAG1C,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,KAAK,CAAC,QAAQ,GAAG,KAAK,CAAC,QAAQ,CAUzE"}
|
||||
3
web/runtime/solid-refresh/dist/src/babel/core/get-statement-path.d.ts
vendored
Normal file
3
web/runtime/solid-refresh/dist/src/babel/core/get-statement-path.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import type * as babel from '@babel/core';
|
||||
export declare function getStatementPath(path: babel.NodePath): babel.NodePath | null;
|
||||
//# sourceMappingURL=get-statement-path.d.ts.map
|
||||
1
web/runtime/solid-refresh/dist/src/babel/core/get-statement-path.d.ts.map
vendored
Normal file
1
web/runtime/solid-refresh/dist/src/babel/core/get-statement-path.d.ts.map
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"get-statement-path.d.ts","sourceRoot":"","sources":["../../../../src/babel/core/get-statement-path.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,KAAK,MAAM,aAAa,CAAC;AAG1C,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,KAAK,CAAC,QAAQ,GAAG,KAAK,CAAC,QAAQ,GAAG,IAAI,CAQ5E"}
|
||||
4
web/runtime/solid-refresh/dist/src/babel/core/is-statement-top-level.d.ts
vendored
Normal file
4
web/runtime/solid-refresh/dist/src/babel/core/is-statement-top-level.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import type * as babel from '@babel/core';
|
||||
import type * as t from '@babel/types';
|
||||
export declare function isStatementTopLevel(path: babel.NodePath<t.Statement>): boolean;
|
||||
//# sourceMappingURL=is-statement-top-level.d.ts.map
|
||||
1
web/runtime/solid-refresh/dist/src/babel/core/is-statement-top-level.d.ts.map
vendored
Normal file
1
web/runtime/solid-refresh/dist/src/babel/core/is-statement-top-level.d.ts.map
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"is-statement-top-level.d.ts","sourceRoot":"","sources":["../../../../src/babel/core/is-statement-top-level.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,KAAK,MAAM,aAAa,CAAC;AAC1C,OAAO,KAAK,KAAK,CAAC,MAAM,cAAc,CAAC;AAEvC,wBAAgB,mBAAmB,CACjC,IAAI,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,GAChC,OAAO,CAST"}
|
||||
5
web/runtime/solid-refresh/dist/src/babel/core/is-valid-callee.d.ts
vendored
Normal file
5
web/runtime/solid-refresh/dist/src/babel/core/is-valid-callee.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import type * as babel from '@babel/core';
|
||||
import * as t from '@babel/types';
|
||||
import type { ImportIdentifierType, StateContext } from './types';
|
||||
export declare function isValidCallee(state: StateContext, path: babel.NodePath, { callee }: t.CallExpression, target: ImportIdentifierType): boolean;
|
||||
//# sourceMappingURL=is-valid-callee.d.ts.map
|
||||
1
web/runtime/solid-refresh/dist/src/babel/core/is-valid-callee.d.ts.map
vendored
Normal file
1
web/runtime/solid-refresh/dist/src/babel/core/is-valid-callee.d.ts.map
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"is-valid-callee.d.ts","sourceRoot":"","sources":["../../../../src/babel/core/is-valid-callee.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,KAAK,MAAM,aAAa,CAAC;AAC1C,OAAO,KAAK,CAAC,MAAM,cAAc,CAAC;AAClC,OAAO,KAAK,EAEV,oBAAoB,EACpB,YAAY,EACb,MAAM,SAAS,CAAC;AA+DjB,wBAAgB,aAAa,CAC3B,KAAK,EAAE,YAAY,EACnB,IAAI,EAAE,KAAK,CAAC,QAAQ,EACpB,EAAE,MAAM,EAAE,EAAE,CAAC,CAAC,cAAc,EAC5B,MAAM,EAAE,oBAAoB,WAe7B"}
|
||||
5
web/runtime/solid-refresh/dist/src/babel/core/register-import-specifiers.d.ts
vendored
Normal file
5
web/runtime/solid-refresh/dist/src/babel/core/register-import-specifiers.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import type * as babel from '@babel/core';
|
||||
import * as t from '@babel/types';
|
||||
import type { ImportIdentifierSpecifier, StateContext } from './types';
|
||||
export declare function registerImportSpecifiers(state: StateContext, path: babel.NodePath<t.ImportDeclaration>, definitions: ImportIdentifierSpecifier[]): void;
|
||||
//# sourceMappingURL=register-import-specifiers.d.ts.map
|
||||
1
web/runtime/solid-refresh/dist/src/babel/core/register-import-specifiers.d.ts.map
vendored
Normal file
1
web/runtime/solid-refresh/dist/src/babel/core/register-import-specifiers.d.ts.map
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"register-import-specifiers.d.ts","sourceRoot":"","sources":["../../../../src/babel/core/register-import-specifiers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,KAAK,MAAM,aAAa,CAAC;AAC1C,OAAO,KAAK,CAAC,MAAM,cAAc,CAAC;AAElC,OAAO,KAAK,EAAE,yBAAyB,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAqCvE,wBAAgB,wBAAwB,CACtC,KAAK,EAAE,YAAY,EACnB,IAAI,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,iBAAiB,CAAC,EACzC,WAAW,EAAE,yBAAyB,EAAE,QAUzC"}
|
||||
4
web/runtime/solid-refresh/dist/src/babel/core/transform-jsx.d.ts
vendored
Normal file
4
web/runtime/solid-refresh/dist/src/babel/core/transform-jsx.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import type * as babel from '@babel/core';
|
||||
import * as t from '@babel/types';
|
||||
export declare function transformJSX(path: babel.NodePath<t.JSXElement | t.JSXFragment>): void;
|
||||
//# sourceMappingURL=transform-jsx.d.ts.map
|
||||
1
web/runtime/solid-refresh/dist/src/babel/core/transform-jsx.d.ts.map
vendored
Normal file
1
web/runtime/solid-refresh/dist/src/babel/core/transform-jsx.d.ts.map
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"transform-jsx.d.ts","sourceRoot":"","sources":["../../../../src/babel/core/transform-jsx.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,KAAK,MAAM,aAAa,CAAC;AAC1C,OAAO,KAAK,CAAC,MAAM,cAAc,CAAC;AA+QlC,wBAAgB,YAAY,CAC1B,IAAI,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,UAAU,GAAG,CAAC,CAAC,WAAW,CAAC,GACjD,IAAI,CA4DN"}
|
||||
42
web/runtime/solid-refresh/dist/src/babel/core/types.d.ts
vendored
Normal file
42
web/runtime/solid-refresh/dist/src/babel/core/types.d.ts
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
import type * as t from '@babel/types';
|
||||
import type { RuntimeType } from '../../shared/types';
|
||||
export interface NamedImportDefinition {
|
||||
kind: 'named';
|
||||
name: string;
|
||||
source: string;
|
||||
}
|
||||
export interface DefaultImportDefinition {
|
||||
kind: 'default';
|
||||
source: string;
|
||||
}
|
||||
export type ImportDefinition = DefaultImportDefinition | NamedImportDefinition;
|
||||
export interface Options {
|
||||
granular?: boolean;
|
||||
jsx?: boolean;
|
||||
bundler?: RuntimeType;
|
||||
fixRender?: boolean;
|
||||
imports?: {
|
||||
createContext: ImportDefinition[];
|
||||
render: ImportDefinition[];
|
||||
};
|
||||
}
|
||||
export type ImportIdentifierType = 'render' | 'createContext';
|
||||
export interface ImportIdentifierSpecifier {
|
||||
type: ImportIdentifierType;
|
||||
definition: ImportDefinition;
|
||||
}
|
||||
export interface StateContext {
|
||||
jsx: boolean;
|
||||
granular: boolean;
|
||||
opts: Options;
|
||||
specifiers: ImportIdentifierSpecifier[];
|
||||
imports: Map<string, t.Identifier>;
|
||||
registrations: {
|
||||
identifiers: Map<t.Identifier, ImportIdentifierSpecifier>;
|
||||
namespaces: Map<t.Identifier, ImportIdentifierSpecifier[]>;
|
||||
};
|
||||
filename: string | undefined;
|
||||
bundler: RuntimeType;
|
||||
fixRender: boolean;
|
||||
}
|
||||
//# sourceMappingURL=types.d.ts.map
|
||||
1
web/runtime/solid-refresh/dist/src/babel/core/types.d.ts.map
vendored
Normal file
1
web/runtime/solid-refresh/dist/src/babel/core/types.d.ts.map
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/babel/core/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,CAAC,MAAM,cAAc,CAAC;AACvC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEtD,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,OAAO,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,uBAAuB;IACtC,IAAI,EAAE,SAAS,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,MAAM,gBAAgB,GAAG,uBAAuB,GAAG,qBAAqB,CAAC;AAE/E,MAAM,WAAW,OAAO;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE;QACR,aAAa,EAAE,gBAAgB,EAAE,CAAC;QAClC,MAAM,EAAE,gBAAgB,EAAE,CAAC;KAC5B,CAAC;CACH;AAED,MAAM,MAAM,oBAAoB,GAAG,QAAQ,GAAG,eAAe,CAAC;AAE9D,MAAM,WAAW,yBAAyB;IACxC,IAAI,EAAE,oBAAoB,CAAC;IAC3B,UAAU,EAAE,gBAAgB,CAAC;CAC9B;AAED,MAAM,WAAW,YAAY;IAC3B,GAAG,EAAE,OAAO,CAAC;IACb,QAAQ,EAAE,OAAO,CAAC;IAClB,IAAI,EAAE,OAAO,CAAC;IACd,UAAU,EAAE,yBAAyB,EAAE,CAAC;IACxC,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,CAAC,CAAC,UAAU,CAAC,CAAC;IACnC,aAAa,EAAE;QACb,WAAW,EAAE,GAAG,CAAC,CAAC,CAAC,UAAU,EAAE,yBAAyB,CAAC,CAAC;QAC1D,UAAU,EAAE,GAAG,CAAC,CAAC,CAAC,UAAU,EAAE,yBAAyB,EAAE,CAAC,CAAC;KAC5D,CAAC;IACF,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,OAAO,EAAE,WAAW,CAAC;IACrB,SAAS,EAAE,OAAO,CAAC;CACpB"}
|
||||
11
web/runtime/solid-refresh/dist/src/babel/core/unwrap.d.ts
vendored
Normal file
11
web/runtime/solid-refresh/dist/src/babel/core/unwrap.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import type * as babel from '@babel/core';
|
||||
import type * as t from '@babel/types';
|
||||
type TypeFilter<V extends t.Node> = (node: t.Node) => node is V;
|
||||
export declare function isPathValid<V extends t.Node>(path: unknown, key: TypeFilter<V>): path is babel.NodePath<V>;
|
||||
export type NestedExpression = t.ParenthesizedExpression | t.TypeCastExpression | t.TSAsExpression | t.TSSatisfiesExpression | t.TSNonNullExpression | t.TSInstantiationExpression | t.TSTypeAssertion;
|
||||
export declare function isNestedExpression(node: t.Node): node is NestedExpression;
|
||||
type TypeCheck<K> = K extends TypeFilter<infer U> ? U : never;
|
||||
export declare function unwrapNode<K extends (value: t.Node) => boolean>(node: t.Node, key: K): TypeCheck<K> | undefined;
|
||||
export declare function unwrapPath<V extends t.Node>(path: unknown, key: TypeFilter<V>): babel.NodePath<V> | undefined;
|
||||
export {};
|
||||
//# sourceMappingURL=unwrap.d.ts.map
|
||||
1
web/runtime/solid-refresh/dist/src/babel/core/unwrap.d.ts.map
vendored
Normal file
1
web/runtime/solid-refresh/dist/src/babel/core/unwrap.d.ts.map
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"unwrap.d.ts","sourceRoot":"","sources":["../../../../src/babel/core/unwrap.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,KAAK,MAAM,aAAa,CAAC;AAC1C,OAAO,KAAK,KAAK,CAAC,MAAM,cAAc,CAAC;AAEvC,KAAK,UAAU,CAAC,CAAC,SAAS,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC,IAAI,KAAK,IAAI,IAAI,CAAC,CAAC;AAEhE,wBAAgB,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,IAAI,EAC1C,IAAI,EAAE,OAAO,EACb,GAAG,EAAE,UAAU,CAAC,CAAC,CAAC,GACjB,IAAI,IAAI,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,CAE3B;AAED,MAAM,MAAM,gBAAgB,GACxB,CAAC,CAAC,uBAAuB,GACzB,CAAC,CAAC,kBAAkB,GACpB,CAAC,CAAC,cAAc,GAChB,CAAC,CAAC,qBAAqB,GACvB,CAAC,CAAC,mBAAmB,GACrB,CAAC,CAAC,yBAAyB,GAC3B,CAAC,CAAC,eAAe,CAAC;AAEtB,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,CAAC,CAAC,IAAI,GAAG,IAAI,IAAI,gBAAgB,CAazE;AAED,KAAK,SAAS,CAAC,CAAC,IAAI,CAAC,SAAS,UAAU,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;AAE9D,wBAAgB,UAAU,CAAC,CAAC,SAAS,CAAC,KAAK,EAAE,CAAC,CAAC,IAAI,KAAK,OAAO,EAC7D,IAAI,EAAE,CAAC,CAAC,IAAI,EACZ,GAAG,EAAE,CAAC,GACL,SAAS,CAAC,CAAC,CAAC,GAAG,SAAS,CAQ1B;AAED,wBAAgB,UAAU,CAAC,CAAC,SAAS,CAAC,CAAC,IAAI,EACzC,IAAI,EAAE,OAAO,EACb,GAAG,EAAE,UAAU,CAAC,CAAC,CAAC,GACjB,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,GAAG,SAAS,CAQ/B"}
|
||||
7
web/runtime/solid-refresh/dist/src/babel/core/xxhash32.d.ts
vendored
Normal file
7
web/runtime/solid-refresh/dist/src/babel/core/xxhash32.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
*
|
||||
* @param buffer - byte array or string
|
||||
* @param seed - optional seed (32-bit unsigned);
|
||||
*/
|
||||
export declare function xxHash32(buffer: Uint8Array | string, seed?: number): number;
|
||||
//# sourceMappingURL=xxhash32.d.ts.map
|
||||
1
web/runtime/solid-refresh/dist/src/babel/core/xxhash32.d.ts.map
vendored
Normal file
1
web/runtime/solid-refresh/dist/src/babel/core/xxhash32.d.ts.map
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"xxhash32.d.ts","sourceRoot":"","sources":["../../../../src/babel/core/xxhash32.ts"],"names":[],"mappings":"AAkCA;;;;GAIG;AACH,wBAAgB,QAAQ,CAAC,MAAM,EAAE,UAAU,GAAG,MAAM,EAAE,IAAI,SAAI,GAAG,MAAM,CAqKtE"}
|
||||
8
web/runtime/solid-refresh/dist/src/babel/index.d.ts
vendored
Normal file
8
web/runtime/solid-refresh/dist/src/babel/index.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import type * as babel from '@babel/core';
|
||||
import type { Options } from './core/types';
|
||||
interface State extends babel.PluginPass {
|
||||
opts: Options;
|
||||
}
|
||||
export type { Options };
|
||||
export default function solidRefreshPlugin(): babel.PluginObj<State>;
|
||||
//# sourceMappingURL=index.d.ts.map
|
||||
1
web/runtime/solid-refresh/dist/src/babel/index.d.ts.map
vendored
Normal file
1
web/runtime/solid-refresh/dist/src/babel/index.d.ts.map
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/babel/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,KAAK,MAAM,aAAa,CAAC;AAoB1C,OAAO,KAAK,EAAE,OAAO,EAAgB,MAAM,cAAc,CAAC;AAqT1D,UAAU,KAAM,SAAQ,KAAK,CAAC,UAAU;IACtC,IAAI,EAAE,OAAO,CAAC;CACf;AAED,YAAY,EAAE,OAAO,EAAE,CAAC;AAExB,MAAM,CAAC,OAAO,UAAU,kBAAkB,IAAI,KAAK,CAAC,SAAS,CAAC,KAAK,CAAC,CAqDnE"}
|
||||
6
web/runtime/solid-refresh/dist/src/runtime/create-proxy.d.ts
vendored
Normal file
6
web/runtime/solid-refresh/dist/src/runtime/create-proxy.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { JSX, Accessor } from 'solid-js';
|
||||
export interface BaseComponent<P> {
|
||||
(props: P): JSX.Element;
|
||||
}
|
||||
export default function createProxy<C extends BaseComponent<P>, P>(source: Accessor<C>, name: string, location?: string): (props: P) => JSX.Element;
|
||||
//# sourceMappingURL=create-proxy.d.ts.map
|
||||
1
web/runtime/solid-refresh/dist/src/runtime/create-proxy.d.ts.map
vendored
Normal file
1
web/runtime/solid-refresh/dist/src/runtime/create-proxy.d.ts.map
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"create-proxy.d.ts","sourceRoot":"","sources":["../../../src/runtime/create-proxy.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAG9C,MAAM,WAAW,aAAa,CAAC,CAAC;IAC9B,CAAC,KAAK,EAAE,CAAC,GAAG,GAAG,CAAC,OAAO,CAAC;CACzB;AAuBD,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,CAAC,EAC/D,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC,EACnB,IAAI,EAAE,MAAM,EACZ,QAAQ,CAAC,EAAE,MAAM,GAChB,CAAC,KAAK,EAAE,CAAC,KAAK,GAAG,CAAC,OAAO,CAuC3B"}
|
||||
60
web/runtime/solid-refresh/dist/src/runtime/index.d.ts
vendored
Normal file
60
web/runtime/solid-refresh/dist/src/runtime/index.d.ts
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
import type { Context, JSX } from 'solid-js';
|
||||
import type { ESMRuntimeType, StandardRuntimeType } from '../shared/types';
|
||||
interface ComponentOptions {
|
||||
location?: string;
|
||||
signature?: string;
|
||||
dependencies?: () => Record<string, any>;
|
||||
}
|
||||
export interface ComponentRegistrationData<P> extends ComponentOptions {
|
||||
id: string;
|
||||
component: (props: P) => JSX.Element;
|
||||
proxy: (props: P) => JSX.Element;
|
||||
update: (action: () => (props: P) => JSX.Element) => void;
|
||||
}
|
||||
export interface ContextRegistrationData<T> {
|
||||
id: string;
|
||||
context: Context<T>;
|
||||
}
|
||||
export interface Registry {
|
||||
components: Map<string, ComponentRegistrationData<any>>;
|
||||
contexts: Map<string, ContextRegistrationData<any>>;
|
||||
}
|
||||
export declare function $$registry(): Registry;
|
||||
export declare function $$component<P>(registry: Registry, id: string, component: (props: P) => JSX.Element, options?: ComponentOptions): (props: P) => JSX.Element;
|
||||
export declare function $$context<T>(registry: Registry, id: string, context: Context<T>): Context<T>;
|
||||
declare const SOLID_REFRESH = "solid-refresh";
|
||||
declare const SOLID_REFRESH_PREV = "solid-refresh-prev";
|
||||
type HotData = {
|
||||
[key in typeof SOLID_REFRESH | typeof SOLID_REFRESH_PREV]: Registry;
|
||||
};
|
||||
interface ESMHot {
|
||||
data: HotData;
|
||||
accept: (cb: (module?: unknown) => void) => void;
|
||||
invalidate: () => void;
|
||||
decline: () => void;
|
||||
}
|
||||
interface StandardHot {
|
||||
data: HotData;
|
||||
accept: (cb?: () => void) => void;
|
||||
dispose: (cb: (data: HotData) => void) => void;
|
||||
invalidate?: () => void;
|
||||
decline?: () => void;
|
||||
}
|
||||
type ESMDecline = [type: ESMRuntimeType, hot: ESMHot, inline?: boolean];
|
||||
type StandardDecline = [
|
||||
type: StandardRuntimeType,
|
||||
hot: StandardHot,
|
||||
inline?: boolean
|
||||
];
|
||||
type Decline = ESMDecline | StandardDecline;
|
||||
export declare function $$decline(...[type, hot, inline]: Decline): void;
|
||||
type ESMRefresh = [type: ESMRuntimeType, hot: ESMHot, registry: Registry];
|
||||
type StandardRefresh = [
|
||||
type: StandardRuntimeType,
|
||||
hot: StandardHot,
|
||||
registry: Registry
|
||||
];
|
||||
type Refresh = ESMRefresh | StandardRefresh;
|
||||
export declare function $$refresh(...[type, hot, registry]: Refresh): void;
|
||||
export {};
|
||||
//# sourceMappingURL=index.d.ts.map
|
||||
1
web/runtime/solid-refresh/dist/src/runtime/index.d.ts.map
vendored
Normal file
1
web/runtime/solid-refresh/dist/src/runtime/index.d.ts.map
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/runtime/index.ts"],"names":[],"mappings":"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"}
|
||||
2
web/runtime/solid-refresh/dist/src/runtime/is-list-updated.d.ts
vendored
Normal file
2
web/runtime/solid-refresh/dist/src/runtime/is-list-updated.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
export default function isListUpdated(a: Record<string, any> | undefined, b: Record<string, any> | undefined): boolean;
|
||||
//# sourceMappingURL=is-list-updated.d.ts.map
|
||||
1
web/runtime/solid-refresh/dist/src/runtime/is-list-updated.d.ts.map
vendored
Normal file
1
web/runtime/solid-refresh/dist/src/runtime/is-list-updated.d.ts.map
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"is-list-updated.d.ts","sourceRoot":"","sources":["../../../src/runtime/is-list-updated.ts"],"names":[],"mappings":"AA2BA,MAAM,CAAC,OAAO,UAAU,aAAa,CACnC,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,SAAS,EAClC,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,SAAS,GACjC,OAAO,CAWT"}
|
||||
4
web/runtime/solid-refresh/dist/src/shared/types.d.ts
vendored
Normal file
4
web/runtime/solid-refresh/dist/src/shared/types.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
export type ESMRuntimeType = 'esm' | 'vite';
|
||||
export type StandardRuntimeType = 'standard' | 'webpack5' | 'rspack-esm';
|
||||
export type RuntimeType = ESMRuntimeType | StandardRuntimeType;
|
||||
//# sourceMappingURL=types.d.ts.map
|
||||
1
web/runtime/solid-refresh/dist/src/shared/types.d.ts.map
vendored
Normal file
1
web/runtime/solid-refresh/dist/src/shared/types.d.ts.map
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/shared/types.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,cAAc,GAAG,KAAK,GAAG,MAAM,CAAC;AAG5C,MAAM,MAAM,mBAAmB,GAAG,UAAU,GAAG,UAAU,GAAG,YAAY,CAAC;AAEzE,MAAM,MAAM,WAAW,GAAG,cAAc,GAAG,mBAAmB,CAAC"}
|
||||
Reference in New Issue
Block a user