Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,101 changes: 90 additions & 1,011 deletions pages/v5.x/globals.md

Large diffs are not rendered by default.

188 changes: 12 additions & 176 deletions pages/v5.x/webpack/namespaces/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,62 +17,21 @@

### Properties

* `category` {string}
* `disconnect` {any}
* `expression` {string}
* `loc` {DependencyLocation}
* `module` {any}
* `optional` {boolean}
* `range` {number|number|number}
* `runtimeRequirements` {Set}
* `type` {string}
* `weak` {boolean}
* `EXPORTS_OBJECT_REFERENCED` {string[][]}
* `NO_EXPORTS_REFERENCED` {string[][]}
* `Template` {ConstDependencyTemplate}
* `TRANSITIVE` {TRANSITIVE}

### Accessors

#### Accessor: `category`

##### Get Signature

> **get** **category**(): {string}

###### Returns

{string}

##### Inherited from

[`NullDependency`](#nulldependency).[`category`](#category-3)

#### Accessor: `disconnect`

##### Get Signature

> **get** **disconnect**(): {any}

###### Returns

{any}

##### Inherited from

[`NullDependency`](#nulldependency).[`disconnect`](#disconnect-3)

#### Accessor: `type`

##### Get Signature

> **get** **type**(): {string}

###### Returns

{string}

##### Inherited from

[`NullDependency`](#nulldependency).[`type`](#type-3)

### Methods

#### `couldAffectReferencingModule()`
Expand Down Expand Up @@ -198,13 +157,16 @@ Update the hash
### Properties

* `attributes` {ImportAttributes}
* `category` {string}
* `disconnect` {any}
* `loc` {DependencyLocation}
* `module` {any}
* `optional` {boolean}
* `phase` {ImportPhaseType}
* `range` {number|number}
* `request` {string}
* `sourceOrder` {number}
* `type` {string}
* `userRequest` {string}
* `weak` {boolean}
* `ExportPresenceModes` {object}
Expand All @@ -214,50 +176,6 @@ Update the hash
* `Template` {HarmonyImportDependencyTemplate}
* `TRANSITIVE` {TRANSITIVE}

### Accessors

#### Accessor: `category`

##### Get Signature

> **get** **category**(): {string}

###### Returns

{string}

##### Inherited from

[`ModuleDependency`](#moduledependency).[`category`](#category-2)

#### Accessor: `disconnect`

##### Get Signature

> **get** **disconnect**(): {any}

###### Returns

{any}

##### Inherited from

[`ModuleDependency`](#moduledependency).[`disconnect`](#disconnect-2)

#### Accessor: `type`

##### Get Signature

> **get** **type**(): {string}

###### Returns

{string}

##### Inherited from

[`ModuleDependency`](#moduledependency).[`type`](#type-2)

### Methods

#### `couldAffectReferencingModule()`
Expand Down Expand Up @@ -407,63 +325,22 @@ Update the hash

### Properties

* `category` {string}
* `disconnect` {any}
* `loc` {DependencyLocation}
* `module` {any}
* `optional` {boolean}
* `range` {number|number}
* `request` {string}
* `sourceOrder` {number}
* `type` {string}
* `userRequest` {string}
* `weak` {boolean}
* `EXPORTS_OBJECT_REFERENCED` {string[][]}
* `NO_EXPORTS_REFERENCED` {string[][]}
* `Template` {DependencyTemplate}
* `TRANSITIVE` {TRANSITIVE}

### Accessors

#### Accessor: `category`

##### Get Signature

> **get** **category**(): {string}

###### Returns

{string}

##### Inherited from

[`Dependency`](../../globals.md#dependency).[`category`](../../globals.md#category)

#### Accessor: `disconnect`

##### Get Signature

> **get** **disconnect**(): {any}

###### Returns

{any}

##### Inherited from

[`Dependency`](../../globals.md#dependency).[`disconnect`](../../globals.md#disconnect)

#### Accessor: `type`

##### Get Signature

> **get** **type**(): {string}

###### Returns

{string}

##### Inherited from

[`Dependency`](../../globals.md#dependency).[`type`](../../globals.md#type)

### Methods

#### `couldAffectReferencingModule()`
Expand Down Expand Up @@ -588,59 +465,18 @@ Update the hash

### Properties

* `category` {string}
* `disconnect` {any}
* `loc` {DependencyLocation}
* `module` {any}
* `optional` {boolean}
* `type` {string}
* `weak` {boolean}
* `EXPORTS_OBJECT_REFERENCED` {string[][]}
* `NO_EXPORTS_REFERENCED` {string[][]}
* `Template` {NullDependencyTemplate}
* `TRANSITIVE` {TRANSITIVE}

### Accessors

#### Accessor: `category`

##### Get Signature

> **get** **category**(): {string}

###### Returns

{string}

##### Inherited from

[`Dependency`](../../globals.md#dependency).[`category`](../../globals.md#category)

#### Accessor: `disconnect`

##### Get Signature

> **get** **disconnect**(): {any}

###### Returns

{any}

##### Inherited from

[`Dependency`](../../globals.md#dependency).[`disconnect`](../../globals.md#disconnect)

#### Accessor: `type`

##### Get Signature

> **get** **type**(): {string}

###### Returns

{string}

##### Inherited from

[`Dependency`](../../globals.md#dependency).[`type`](../../globals.md#type)

### Methods

#### `couldAffectReferencingModule()`
Expand Down
Loading