0.1.0 #1

Merged
Thilawyn merged 81 commits from next into master 2025-07-17 21:17:57 +02:00
Showing only changes of commit e812175177 - Show all commits

View File

@@ -22,9 +22,9 @@ export namespace Component {
}
const ComponentProto = {
const ComponentProto = Object.seal({
pipe() { return Pipeable.pipeArguments(this, arguments) }
} as const
} as const)
const nonReactiveTags = [Tracer.ParentSpan] as const