1717
1818### Properties
1919
20+ * ` category ` {string}
21+ * ` disconnect ` {any}
2022* ` expression ` {string}
2123* ` loc ` {DependencyLocation}
2224* ` module ` {any}
2325* ` optional ` {boolean}
2426* ` range ` {number|number|number}
2527* ` runtimeRequirements ` {Set}
28+ * ` type ` {string}
2629* ` weak ` {boolean}
2730* ` EXPORTS_OBJECT_REFERENCED ` {string[ ] [ ] }
2831* ` NO_EXPORTS_REFERENCED ` {string[ ] [ ] }
2932* ` Template ` {ConstDependencyTemplate}
3033* ` TRANSITIVE ` {TRANSITIVE}
3134
32- ### Accessors
33-
34- #### Accessor: ` category `
35-
36- ##### Get Signature
37-
38- > ** get** ** category** (): {string}
39-
40- ###### Returns
41-
42- {string}
43-
44- ##### Inherited from
45-
46- [ ` NullDependency ` ] ( #nulldependency ) .[ ` category ` ] ( #category-3 )
47-
48- #### Accessor: ` disconnect `
49-
50- ##### Get Signature
51-
52- > ** get** ** disconnect** (): {any}
53-
54- ###### Returns
55-
56- {any}
57-
58- ##### Inherited from
59-
60- [ ` NullDependency ` ] ( #nulldependency ) .[ ` disconnect ` ] ( #disconnect-3 )
61-
62- #### Accessor: ` type `
63-
64- ##### Get Signature
65-
66- > ** get** ** type** (): {string}
67-
68- ###### Returns
69-
70- {string}
71-
72- ##### Inherited from
73-
74- [ ` NullDependency ` ] ( #nulldependency ) .[ ` type ` ] ( #type-3 )
75-
7635### Methods
7736
7837#### ` couldAffectReferencingModule() `
@@ -198,13 +157,16 @@ Update the hash
198157### Properties
199158
200159* ` attributes ` {ImportAttributes}
160+ * ` category ` {string}
161+ * ` disconnect ` {any}
201162* ` loc ` {DependencyLocation}
202163* ` module ` {any}
203164* ` optional ` {boolean}
204165* ` phase ` {ImportPhaseType}
205166* ` range ` {number|number}
206167* ` request ` {string}
207168* ` sourceOrder ` {number}
169+ * ` type ` {string}
208170* ` userRequest ` {string}
209171* ` weak ` {boolean}
210172* ` ExportPresenceModes ` {object}
@@ -214,50 +176,6 @@ Update the hash
214176* ` Template ` {HarmonyImportDependencyTemplate}
215177* ` TRANSITIVE ` {TRANSITIVE}
216178
217- ### Accessors
218-
219- #### Accessor: ` category `
220-
221- ##### Get Signature
222-
223- > ** get** ** category** (): {string}
224-
225- ###### Returns
226-
227- {string}
228-
229- ##### Inherited from
230-
231- [ ` ModuleDependency ` ] ( #moduledependency ) .[ ` category ` ] ( #category-2 )
232-
233- #### Accessor: ` disconnect `
234-
235- ##### Get Signature
236-
237- > ** get** ** disconnect** (): {any}
238-
239- ###### Returns
240-
241- {any}
242-
243- ##### Inherited from
244-
245- [ ` ModuleDependency ` ] ( #moduledependency ) .[ ` disconnect ` ] ( #disconnect-2 )
246-
247- #### Accessor: ` type `
248-
249- ##### Get Signature
250-
251- > ** get** ** type** (): {string}
252-
253- ###### Returns
254-
255- {string}
256-
257- ##### Inherited from
258-
259- [ ` ModuleDependency ` ] ( #moduledependency ) .[ ` type ` ] ( #type-2 )
260-
261179### Methods
262180
263181#### ` couldAffectReferencingModule() `
@@ -407,63 +325,22 @@ Update the hash
407325
408326### Properties
409327
328+ * ` category ` {string}
329+ * ` disconnect ` {any}
410330* ` loc ` {DependencyLocation}
411331* ` module ` {any}
412332* ` optional ` {boolean}
413333* ` range ` {number|number}
414334* ` request ` {string}
415335* ` sourceOrder ` {number}
336+ * ` type ` {string}
416337* ` userRequest ` {string}
417338* ` weak ` {boolean}
418339* ` EXPORTS_OBJECT_REFERENCED ` {string[ ] [ ] }
419340* ` NO_EXPORTS_REFERENCED ` {string[ ] [ ] }
420341* ` Template ` {DependencyTemplate}
421342* ` TRANSITIVE ` {TRANSITIVE}
422343
423- ### Accessors
424-
425- #### Accessor: ` category `
426-
427- ##### Get Signature
428-
429- > ** get** ** category** (): {string}
430-
431- ###### Returns
432-
433- {string}
434-
435- ##### Inherited from
436-
437- [ ` Dependency ` ] ( ../../globals.md#dependency ) .[ ` category ` ] ( ../../globals.md#category )
438-
439- #### Accessor: ` disconnect `
440-
441- ##### Get Signature
442-
443- > ** get** ** disconnect** (): {any}
444-
445- ###### Returns
446-
447- {any}
448-
449- ##### Inherited from
450-
451- [ ` Dependency ` ] ( ../../globals.md#dependency ) .[ ` disconnect ` ] ( ../../globals.md#disconnect )
452-
453- #### Accessor: ` type `
454-
455- ##### Get Signature
456-
457- > ** get** ** type** (): {string}
458-
459- ###### Returns
460-
461- {string}
462-
463- ##### Inherited from
464-
465- [ ` Dependency ` ] ( ../../globals.md#dependency ) .[ ` type ` ] ( ../../globals.md#type )
466-
467344### Methods
468345
469346#### ` couldAffectReferencingModule() `
@@ -588,59 +465,18 @@ Update the hash
588465
589466### Properties
590467
468+ * ` category ` {string}
469+ * ` disconnect ` {any}
591470* ` loc ` {DependencyLocation}
592471* ` module ` {any}
593472* ` optional ` {boolean}
473+ * ` type ` {string}
594474* ` weak ` {boolean}
595475* ` EXPORTS_OBJECT_REFERENCED ` {string[ ] [ ] }
596476* ` NO_EXPORTS_REFERENCED ` {string[ ] [ ] }
597477* ` Template ` {NullDependencyTemplate}
598478* ` TRANSITIVE ` {TRANSITIVE}
599479
600- ### Accessors
601-
602- #### Accessor: ` category `
603-
604- ##### Get Signature
605-
606- > ** get** ** category** (): {string}
607-
608- ###### Returns
609-
610- {string}
611-
612- ##### Inherited from
613-
614- [ ` Dependency ` ] ( ../../globals.md#dependency ) .[ ` category ` ] ( ../../globals.md#category )
615-
616- #### Accessor: ` disconnect `
617-
618- ##### Get Signature
619-
620- > ** get** ** disconnect** (): {any}
621-
622- ###### Returns
623-
624- {any}
625-
626- ##### Inherited from
627-
628- [ ` Dependency ` ] ( ../../globals.md#dependency ) .[ ` disconnect ` ] ( ../../globals.md#disconnect )
629-
630- #### Accessor: ` type `
631-
632- ##### Get Signature
633-
634- > ** get** ** type** (): {string}
635-
636- ###### Returns
637-
638- {string}
639-
640- ##### Inherited from
641-
642- [ ` Dependency ` ] ( ../../globals.md#dependency ) .[ ` type ` ] ( ../../globals.md#type )
643-
644480### Methods
645481
646482#### ` couldAffectReferencingModule() `
0 commit comments