File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import type { CustomElement } from './custom-element'
1+ import type { CustomElement } from './custom-element.js '
22
33const attrs = new WeakMap < Record < PropertyKey , unknown > , string [ ] > ( )
44type attrValue = string | number | boolean
Original file line number Diff line number Diff line change 11import { register } from './register.js'
22import { bind } from './bind.js'
33import { autoShadowRoot } from './auto-shadow-root.js'
4- import { defineObservedAttributes , initializeAttrs } from './attr.js '
5- import type { CustomElement } from './custom-element'
4+ import { defineObservedAttributes , initializeAttrs } from './attr.ts '
5+ import type { CustomElement } from './custom-element.js '
66
77/**
88 * Controller is a decorator to be used over a class that extends HTMLElement.
Original file line number Diff line number Diff line change 1- import type { CustomElement } from './custom-element'
1+ import type { CustomElement } from './custom-element.js '
22
33/**
44 * Register the controller as a custom element.
You can’t perform that action at this time.
0 commit comments