@starbeam/interfaces
Advanced tools
Comparing version
# @starbeam/interfaces | ||
## 0.7.3 | ||
### Patch Changes | ||
- 40844fd: Try to fix the build | ||
- Updated dependencies [40844fd] | ||
- @domtree/any@0.9.1 | ||
- @starbeam/shared@1.2.2 | ||
## 0.7.2 | ||
@@ -4,0 +13,0 @@ |
@@ -303,6 +303,2 @@ import * as anydom from "@domtree/any"; | ||
type ComponentPart = LifecyclePart | RefPart | ModifierPart | ResourcePart | DomResourcePart; | ||
declare const DEBUG: unique symbol; | ||
interface DebugProtocol { | ||
[DEBUG]: ChildNode; | ||
} | ||
interface Diff<T> { | ||
@@ -324,3 +320,3 @@ readonly add: Set<T>; | ||
} | ||
export { Unsubscribe, DEBUG, DebugProtocol, INode, ChildNode, RootNode, AppNode, UnknownAppNode, EmptyRoot, RouteNode, ComponentNode, LifecyclePart, RefPart, ModifierPart, DomResourcePart, ResourcePart, ComponentPart, DescriptionArgs, DescriptionDescribeOptions, Description, MarkerType, ValueType, DescriptionType, MemberDescription, DetailDescription, DescriptionArgument, DescriptionDetails, DetailsPart, ApiDetails, InternalDescription, DescriptionParts, Diff, ValidFrame, InvalidFrame, FrameValidation, Frame, ReactiveId, MutableInternals, CompositeInternals, DelegateInternals, StaticInternals, ReactiveInternals, ReactiveProtocol, Reactive, Stack, StackFrameDisplayOptions, StackFrame, DisplayRoot, Loc, DisplayParts, Timestamp, TimestampStatics }; | ||
export type { Unsubscribe, EmptyRoot, ComponentNode, RootNode, Description, ApiDetails, DescriptionDescribeOptions, DescriptionArgument, MemberDescription, DetailsPart, DescriptionArgs, DetailDescription, DescriptionDetails, DescriptionType, DescriptionParts, Diff, Frame, FrameValidation, InvalidFrame, ValidFrame, CompositeInternals, DelegateInternals, MutableInternals, Reactive, ReactiveId, ReactiveInternals, ReactiveProtocol, StaticInternals, Stack, StackFrame, DisplayParts, StackFrameDisplayOptions, Timestamp, TimestampStatics }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,4 +0,2 @@ | ||
const DEBUG = Symbol.for("starbeam.protocol:debug"); | ||
export { DEBUG }; | ||
//# sourceMappingURL=index.js.map |
51
index.ts
@@ -1,8 +0,43 @@ | ||
export * from "./src/aliases.js"; | ||
export * from "./src/debug-protocol.js"; | ||
export * from "./src/description.js"; | ||
export * from "./src/diff.js"; | ||
export * from "./src/frame.js"; | ||
export * from "./src/protocol.js"; | ||
export * from "./src/stack.js"; | ||
export * from "./src/timestamp.js"; | ||
export type { Unsubscribe } from "./src/aliases.js"; | ||
export type { | ||
EmptyRoot, | ||
ComponentNode, | ||
RootNode, | ||
} from "./src/debug-protocol/tree.js"; | ||
export type { | ||
Description, | ||
ApiDetails, | ||
DescriptionDescribeOptions, | ||
DescriptionArgument, | ||
MemberDescription, | ||
DetailsPart, | ||
DescriptionArgs, | ||
DetailDescription, | ||
DescriptionDetails, | ||
DescriptionType, | ||
DescriptionParts, | ||
} from "./src/description.js"; | ||
export type { Diff } from "./src/diff.js"; | ||
export type { | ||
Frame, | ||
FrameValidation, | ||
InvalidFrame, | ||
ValidFrame, | ||
} from "./src/frame.js"; | ||
export type { | ||
CompositeInternals, | ||
DelegateInternals, | ||
MutableInternals, | ||
Reactive, | ||
ReactiveId, | ||
ReactiveInternals, | ||
ReactiveProtocol, | ||
StaticInternals, | ||
} from "./src/protocol.js"; | ||
export type { | ||
Stack, | ||
StackFrame, | ||
DisplayParts, | ||
StackFrameDisplayOptions, | ||
} from "./src/stack.js"; | ||
export type { Timestamp, TimestampStatics } from "./src/timestamp.js"; |
{ | ||
"name": "@starbeam/interfaces", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"type": "module", | ||
@@ -8,4 +8,4 @@ "main": "index.ts", | ||
"dependencies": { | ||
"@starbeam/shared": "^1.2.1", | ||
"@domtree/any": "^0.9.0" | ||
"@starbeam/shared": "^1.2.2", | ||
"@domtree/any": "^0.9.1" | ||
}, | ||
@@ -12,0 +12,0 @@ "exports": { |
{ | ||
"extends": "../../.config/tsconfig/tsconfig.-package.json", | ||
"compilerOptions": { | ||
"outDir": "../../dist/packages", | ||
"declaration": true, | ||
"composite": true, | ||
"declarationMap": true, | ||
"declarationDir": "../../dist/types/@starbeam/interfaces", | ||
"emitDeclarationOnly": true, | ||
"declarationDir": "../../dist/types", | ||
"types": ["../env"] | ||
} | ||
}, | ||
"include": ["./index.ts", "./src/**/*.ts"] | ||
} |
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
42444
0.55%788
3.14%22
-4.35%Updated
Updated