Skip to content

Commit

Permalink
Deletes ComponentRef.
Browse files Browse the repository at this point in the history
This is no longer used and has since been obsoleted by APIs like `ComponentAccessor`, `SignalComponentAccessor`, `ReactiveRoot`, and `Connectable`.
  • Loading branch information
dgp1130 committed Sep 7, 2024
1 parent 1e4e6bc commit 709874c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 65 deletions.
8 changes: 0 additions & 8 deletions src/component-ref.test.html

This file was deleted.

22 changes: 0 additions & 22 deletions src/component-ref.test.ts

This file was deleted.

34 changes: 0 additions & 34 deletions src/component-ref.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export { AttrAccessor } from './attribute-accessor.js';
export { type HydrateLifecycle, defineComponent } from './component.js';
export { ComponentRef } from './component-ref.js';
export { type Connectable, type OnConnect, type OnDisconnect } from './connectable.js';
export { Dehydrated } from './dehydrated.js';
export { ElementAccessor } from './element-accessor.js';
Expand Down

0 comments on commit 709874c

Please sign in to comment.