We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb3db19 + a5d05b9 commit 359d361Copy full SHA for 359d361
2 files changed
docs/Gemfile.lock
@@ -1,7 +1,7 @@
1
GEM
2
remote: https://rubygems.org/
3
specs:
4
- addressable (2.7.0)
+ addressable (2.8.0)
5
public_suffix (>= 2.0.2, < 5.0)
6
colorator (1.1.0)
7
commonmarker (0.17.13)
src/index.ts
@@ -3,4 +3,5 @@ export {register} from './register.js'
export {findTarget, findTargets} from './findtarget.js'
export {target, targets} from './target.js'
export {controller} from './controller.js'
-export {attr} from './attr.js'
+export {attr, initializeAttrs, defineObservedAttributes} from './attr.js'
+export {autoShadowRoot} from './auto-shadow-root.js'
0 commit comments