Skip to content

Commit 49b38c1

Browse files
committed
release: @black-flag/extensions@3.0.1 [skip ci]
## 🪄 Fixes - **packages/extensions:** use breaking `withUsageExtensions` call signature ([65863de][2]) [1]: https://github.com/Xunnamius/black-flag/compare/@black-flag/extensions@3.0.0...@black-flag/extensions@3.0.1 [2]: 65863de
1 parent 65863de commit 49b38c1

33 files changed

+136
-117
lines changed

packages/extensions/CHANGELOG.md

Lines changed: 73 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -25,59 +25,67 @@ this project adheres to [Semantic Versioning][2].
2525

2626
<br />
2727

28-
## @black-flag/extensions[@2.2.0][9] (2025-03-19)
28+
### 🏗️ Patch @black-flag/extensions[@3.0.1][9] (2025-05-28)
29+
30+
#### 🪄 Fixes
31+
32+
- **packages/extensions:** use breaking `withUsageExtensions` call signature ([65863de][10])
33+
34+
<br />
35+
36+
## @black-flag/extensions[@2.2.0][11] (2025-03-19)
2937

3038
### ✨ Features
3139

32-
- **packages/extensions:** allow tweaking `safeDeepClone` operations in `getInvocableExtendedHandler` ([f24e683][10])
40+
- **packages/extensions:** allow tweaking `safeDeepClone` operations in `getInvocableExtendedHandler` ([f24e683][12])
3341

3442
### 🪄 Fixes
3543

36-
- **packages/extensions:** delete undefined defaults (as docs say should happen) instead of throwing framework error ([96ef5ef][11])
37-
- **packages/extensions:** improve `safeDeepClone` to account for own symbol properties ([119919e][12])
38-
- **packages/extensions:** replace internal `safeDeepClone` implementation with @-xun/js ([fff47db][13])
44+
- **packages/extensions:** delete undefined defaults (as docs say should happen) instead of throwing framework error ([96ef5ef][13])
45+
- **packages/extensions:** improve `safeDeepClone` to account for own symbol properties ([119919e][14])
46+
- **packages/extensions:** replace internal `safeDeepClone` implementation with @-xun/js ([fff47db][15])
3947

4048
### ⚙️ Build System
4149

42-
- **deps:** bump @-xun/js from 1.0.0 to 1.1.0 ([c14d3cf][14])
43-
- **deps:** bump @-xun/js from 1.1.0 to 1.1.1 ([5f6dfff][15])
50+
- **deps:** bump @-xun/js from 1.0.0 to 1.1.0 ([c14d3cf][16])
51+
- **deps:** bump @-xun/js from 1.1.0 to 1.1.1 ([5f6dfff][17])
4452

4553
<br />
4654

47-
### 🏗️ Patch @black-flag/extensions[@2.2.2][16] (2025-03-25)
55+
### 🏗️ Patch @black-flag/extensions[@2.2.2][18] (2025-03-25)
4856

4957
#### ⚙️ Build System
5058

51-
- **deps:** bump type-fest from 4.37.0 to 4.38.0 ([73e99db][17])
59+
- **deps:** bump type-fest from 4.37.0 to 4.38.0 ([73e99db][19])
5260

5361
<br />
5462

55-
### 🏗️ Patch @black-flag/extensions[@2.2.1][18] (2025-03-20)
63+
### 🏗️ Patch @black-flag/extensions[@2.2.1][20] (2025-03-20)
5664

5765
#### 🪄 Fixes
5866

59-
- **packages/extensions:** replace option defaults with resolved implications when outputting help text ([f95c583][19])
67+
- **packages/extensions:** replace option defaults with resolved implications when outputting help text ([f95c583][21])
6068

6169
<br />
6270

63-
## @black-flag/extensions[@2.1.0][20] (2025-03-17)
71+
## @black-flag/extensions[@2.1.0][22] (2025-03-17)
6472

6573
### ✨ Features
6674

67-
- **packages/extensions:** implement `enableAutomaticSorting` option for `withBuilderExtensions` ([3b93860][21]) <sup>see [#182][22]</sup>
75+
- **packages/extensions:** implement `enableAutomaticSorting` option for `withBuilderExtensions` ([3b93860][23]) <sup>see [#182][24]</sup>
6876

6977
### 🪄 Fixes
7078

71-
- **packages/extensions:** fix `getInvocableExtendedHandler` contextual "cross-talk" issue ([1adf708][23]) <sup>see [#175][24]</sup>
79+
- **packages/extensions:** fix `getInvocableExtendedHandler` contextual "cross-talk" issue ([1adf708][25]) <sup>see [#175][26]</sup>
7280

7381
### ⚙️ Build System
7482

75-
- **deps:** bump core-js from 3.40.0 to 3.41.0 ([12658b9][25])
76-
- **deps:** bump core-js from 3.40.0 to 3.41.0 ([9371719][26])
83+
- **deps:** bump core-js from 3.40.0 to 3.41.0 ([12658b9][27])
84+
- **deps:** bump core-js from 3.40.0 to 3.41.0 ([9371719][28])
7785

7886
<br />
7987

80-
## @black-flag/extensions[@2.0.0][27] (2025-03-14)
88+
## @black-flag/extensions[@2.0.0][29] (2025-03-14)
8189

8290
### 💥 BREAKING CHANGES 💥
8391

@@ -89,35 +97,35 @@ this project adheres to [Semantic Versioning][2].
8997

9098
### ✨ Features
9199

92-
- **packages/extensions:** implement @black-flag/extensions ([f0525c5][28])
100+
- **packages/extensions:** implement @black-flag/extensions ([f0525c5][30])
93101

94102
### 🪄 Fixes
95103

96-
- Fix Windows interop issues ([b3abf95][29]) <sup>see [#174][30]</sup>
104+
- Fix Windows interop issues ([b3abf95][31]) <sup>see [#174][32]</sup>
97105

98106
### ⚙️ Build System
99107

100-
- **deps:** bump type-fest from 4.35.0 to 4.36.0 ([80350cc][31])
101-
- **deps:** bump type-fest from 4.36.0 to 4.37.0 ([7c8ff7a][32])
102-
- **husky:** force lint-staged (via husky) to only use global config file ([5d3f2cc][33])
103-
- **packages/extensions:** use correct git repo metadata in package.json ([0548f8f][34])
108+
- **deps:** bump type-fest from 4.35.0 to 4.36.0 ([80350cc][33])
109+
- **deps:** bump type-fest from 4.36.0 to 4.37.0 ([7c8ff7a][34])
110+
- **husky:** force lint-staged (via husky) to only use global config file ([5d3f2cc][35])
111+
- **packages/extensions:** use correct git repo metadata in package.json ([0548f8f][36])
104112

105113
### 🧙🏿 Refactored
106114

107-
- Make exported symbols cross-realm ([af78a8f][35])
108-
- Rename and restructure exports for better docs generation ([8303ba7][36])
115+
- Make exported symbols cross-realm ([af78a8f][37])
116+
- Rename and restructure exports for better docs generation ([8303ba7][38])
109117

110118
### 🔥 Reverted
111119

112-
- _"build(deps): bump core-js from 3.40.0 to 3.41.0"_ ([aebeab7][37])
120+
- _"build(deps): bump core-js from 3.40.0 to 3.41.0"_ ([aebeab7][39])
113121

114-
## @black-flag/extensions[@1.0.2][38] (2025-02-21)
122+
## @black-flag/extensions[@1.0.2][40] (2025-02-21)
115123

116124
#### ⚙️ Build System
117125

118-
- **husky:** update to latest hooks ([75d5c66][39])
119-
- **tsconfig:** fix internal path resolution ([fbe3a69][40])
120-
- **tsconfig:** upgrade to NodeNext ([d3a499e][41])
126+
- **husky:** update to latest hooks ([75d5c66][41])
127+
- **tsconfig:** fix internal path resolution ([fbe3a69][42])
128+
- **tsconfig:** upgrade to NodeNext ([d3a499e][43])
121129

122130
[1]: https://conventionalcommits.org
123131
[2]: https://semver.org
@@ -127,36 +135,38 @@ this project adheres to [Semantic Versioning][2].
127135
[6]: https://github.com/Xunnamius/black-flag/commit/ea1cae3c0090577caeddd1155855334a6a3398ba
128136
[7]: https://github.com/Xunnamius/black-flag/commit/316c3f3f2a74bee2d8d5836119a527a8605a58a5
129137
[8]: https://github.com/Xunnamius/black-flag/commit/7a70c7e44633bf3b15b0662ce212ece66de038c8
130-
[9]: https://github.com/Xunnamius/black-flag/compare/@black-flag/extensions@2.1.0...@black-flag/extensions@2.2.0
131-
[10]: https://github.com/Xunnamius/black-flag/commit/f24e683503f57d7c6785584366260d2a19cae1f1
132-
[11]: https://github.com/Xunnamius/black-flag/commit/96ef5ef271071d7886664e00b661d5f21655c0f3
133-
[12]: https://github.com/Xunnamius/black-flag/commit/119919ef40e6a89644ec3156b9bae57c5e24b459
134-
[13]: https://github.com/Xunnamius/black-flag/commit/fff47db4d3a0610fec0fdd48ba7a5cf006993ac7
135-
[14]: https://github.com/Xunnamius/black-flag/commit/c14d3cf8c1964184f8d222e6586eb6c95c5b4fbb
136-
[15]: https://github.com/Xunnamius/black-flag/commit/5f6dfffed3686aa83522ed99127c8acc6eff7158
137-
[16]: https://github.com/Xunnamius/black-flag/compare/@black-flag/extensions@2.2.1...@black-flag/extensions@2.2.2
138-
[17]: https://github.com/Xunnamius/black-flag/commit/73e99dbbbcc8a2954ffc14a653e893e01b7d050e
139-
[18]: https://github.com/Xunnamius/black-flag/compare/@black-flag/extensions@2.2.0...@black-flag/extensions@2.2.1
140-
[19]: https://github.com/Xunnamius/black-flag/commit/f95c583e511ffd5017418cd59d849f0c324c1189
141-
[20]: https://github.com/Xunnamius/black-flag/compare/@black-flag/extensions@2.0.0...@black-flag/extensions@2.1.0
142-
[21]: https://github.com/Xunnamius/black-flag/commit/3b9386082ffb4c7b2987c0f2b2e00e6cd48ad4bb
143-
[22]: https://github.com/Xunnamius/black-flag/issues/182
144-
[23]: https://github.com/Xunnamius/black-flag/commit/1adf7086f5837a4166d7bdfc87028a031d772480
145-
[24]: https://github.com/Xunnamius/black-flag/issues/175
146-
[25]: https://github.com/Xunnamius/black-flag/commit/12658b92d7bda44a0105775dae2db2cb0a1fcdee
147-
[26]: https://github.com/Xunnamius/black-flag/commit/937171967cd8887a8aba12cbb23c0adffacc6c78
148-
[27]: https://github.com/Xunnamius/black-flag/compare/@black-flag/extensions@1.0.2...@black-flag/extensions@2.0.0
149-
[28]: https://github.com/Xunnamius/black-flag/commit/f0525c5f4bf72b0f28fedf4f6d66f4a1b7353b05
150-
[29]: https://github.com/Xunnamius/black-flag/commit/b3abf95ca2958d5d2fca1091178c050ef88fe5f5
151-
[30]: https://github.com/Xunnamius/black-flag/issues/174
152-
[31]: https://github.com/Xunnamius/black-flag/commit/80350cca61bef915d737fb097e4e3838118a1167
153-
[32]: https://github.com/Xunnamius/black-flag/commit/7c8ff7ad8ffd4d822329278da0a21db54f904f25
154-
[33]: https://github.com/Xunnamius/black-flag/commit/5d3f2ccdfcd615917892d27a5c2cfa1b28879e0c
155-
[34]: https://github.com/Xunnamius/black-flag/commit/0548f8fe3c7daa363173184e34f2307f8964dbed
156-
[35]: https://github.com/Xunnamius/black-flag/commit/af78a8fbc5839e0d3db1b07312bbc854ef1b7a0d
157-
[36]: https://github.com/Xunnamius/black-flag/commit/8303ba7f438ae7f7dedfc2b6f5fd396cab32b252
158-
[37]: https://github.com/Xunnamius/black-flag/commit/aebeab7d2567bc70eedd5920ea51c02bfe3dc081
159-
[38]: https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...@black-flag/extensions@1.0.2
160-
[39]: https://github.com/Xunnamius/black-flag/commit/75d5c66bcce8f0c2c139962f7ddd28aa0c9499d7
161-
[40]: https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
162-
[41]: https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f
138+
[9]: https://github.com/Xunnamius/black-flag/compare/@black-flag/extensions@3.0.0...@black-flag/extensions@3.0.1
139+
[10]: https://github.com/Xunnamius/black-flag/commit/65863debdad33d702508c3459cced432c1437abf
140+
[11]: https://github.com/Xunnamius/black-flag/compare/@black-flag/extensions@2.1.0...@black-flag/extensions@2.2.0
141+
[12]: https://github.com/Xunnamius/black-flag/commit/f24e683503f57d7c6785584366260d2a19cae1f1
142+
[13]: https://github.com/Xunnamius/black-flag/commit/96ef5ef271071d7886664e00b661d5f21655c0f3
143+
[14]: https://github.com/Xunnamius/black-flag/commit/119919ef40e6a89644ec3156b9bae57c5e24b459
144+
[15]: https://github.com/Xunnamius/black-flag/commit/fff47db4d3a0610fec0fdd48ba7a5cf006993ac7
145+
[16]: https://github.com/Xunnamius/black-flag/commit/c14d3cf8c1964184f8d222e6586eb6c95c5b4fbb
146+
[17]: https://github.com/Xunnamius/black-flag/commit/5f6dfffed3686aa83522ed99127c8acc6eff7158
147+
[18]: https://github.com/Xunnamius/black-flag/compare/@black-flag/extensions@2.2.1...@black-flag/extensions@2.2.2
148+
[19]: https://github.com/Xunnamius/black-flag/commit/73e99dbbbcc8a2954ffc14a653e893e01b7d050e
149+
[20]: https://github.com/Xunnamius/black-flag/compare/@black-flag/extensions@2.2.0...@black-flag/extensions@2.2.1
150+
[21]: https://github.com/Xunnamius/black-flag/commit/f95c583e511ffd5017418cd59d849f0c324c1189
151+
[22]: https://github.com/Xunnamius/black-flag/compare/@black-flag/extensions@2.0.0...@black-flag/extensions@2.1.0
152+
[23]: https://github.com/Xunnamius/black-flag/commit/3b9386082ffb4c7b2987c0f2b2e00e6cd48ad4bb
153+
[24]: https://github.com/Xunnamius/black-flag/issues/182
154+
[25]: https://github.com/Xunnamius/black-flag/commit/1adf7086f5837a4166d7bdfc87028a031d772480
155+
[26]: https://github.com/Xunnamius/black-flag/issues/175
156+
[27]: https://github.com/Xunnamius/black-flag/commit/12658b92d7bda44a0105775dae2db2cb0a1fcdee
157+
[28]: https://github.com/Xunnamius/black-flag/commit/937171967cd8887a8aba12cbb23c0adffacc6c78
158+
[29]: https://github.com/Xunnamius/black-flag/compare/@black-flag/extensions@1.0.2...@black-flag/extensions@2.0.0
159+
[30]: https://github.com/Xunnamius/black-flag/commit/f0525c5f4bf72b0f28fedf4f6d66f4a1b7353b05
160+
[31]: https://github.com/Xunnamius/black-flag/commit/b3abf95ca2958d5d2fca1091178c050ef88fe5f5
161+
[32]: https://github.com/Xunnamius/black-flag/issues/174
162+
[33]: https://github.com/Xunnamius/black-flag/commit/80350cca61bef915d737fb097e4e3838118a1167
163+
[34]: https://github.com/Xunnamius/black-flag/commit/7c8ff7ad8ffd4d822329278da0a21db54f904f25
164+
[35]: https://github.com/Xunnamius/black-flag/commit/5d3f2ccdfcd615917892d27a5c2cfa1b28879e0c
165+
[36]: https://github.com/Xunnamius/black-flag/commit/0548f8fe3c7daa363173184e34f2307f8964dbed
166+
[37]: https://github.com/Xunnamius/black-flag/commit/af78a8fbc5839e0d3db1b07312bbc854ef1b7a0d
167+
[38]: https://github.com/Xunnamius/black-flag/commit/8303ba7f438ae7f7dedfc2b6f5fd396cab32b252
168+
[39]: https://github.com/Xunnamius/black-flag/commit/aebeab7d2567bc70eedd5920ea51c02bfe3dc081
169+
[40]: https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...@black-flag/extensions@1.0.2
170+
[41]: https://github.com/Xunnamius/black-flag/commit/75d5c66bcce8f0c2c139962f7ddd28aa0c9499d7
171+
[42]: https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
172+
[43]: https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f

packages/extensions/docs/constant/variables/globalDebuggerNamespace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
> `const` **globalDebuggerNamespace**: `"bfe"` = `'bfe'`
1010
11-
Defined in: [packages/extensions/src/constant.ts:4](https://github.com/Xunnamius/black-flag/blob/3764563cebc186c7e5f9e6fd9ad3d54a1192fe57/packages/extensions/src/constant.ts#L4)
11+
Defined in: [packages/extensions/src/constant.ts:4](https://github.com/Xunnamius/black-flag/blob/65863debdad33d702508c3459cced432c1437abf/packages/extensions/src/constant.ts#L4)
1212

1313
The project-wide namespace that appears in debugger output.

packages/extensions/docs/error/type-aliases/KeyValueEntries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
> **KeyValueEntries** = `Entries`\<\{[`x`: `string`]: `unknown`; \}\>
1010
11-
Defined in: [packages/extensions/src/error.ts:7](https://github.com/Xunnamius/black-flag/blob/3764563cebc186c7e5f9e6fd9ad3d54a1192fe57/packages/extensions/src/error.ts#L7)
11+
Defined in: [packages/extensions/src/error.ts:7](https://github.com/Xunnamius/black-flag/blob/65863debdad33d702508c3459cced432c1437abf/packages/extensions/src/error.ts#L7)

packages/extensions/docs/error/type-aliases/KeyValueEntry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
> **KeyValueEntry** = [`KeyValueEntries`](KeyValueEntries.md)\[`number`\]
1010
11-
Defined in: [packages/extensions/src/error.ts:8](https://github.com/Xunnamius/black-flag/blob/3764563cebc186c7e5f9e6fd9ad3d54a1192fe57/packages/extensions/src/error.ts#L8)
11+
Defined in: [packages/extensions/src/error.ts:8](https://github.com/Xunnamius/black-flag/blob/65863debdad33d702508c3459cced432c1437abf/packages/extensions/src/error.ts#L8)

packages/extensions/docs/error/variables/BfeErrorMessage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
> `const` **BfeErrorMessage**: `object`
1010
11-
Defined in: [packages/extensions/src/error.ts:14](https://github.com/Xunnamius/black-flag/blob/3764563cebc186c7e5f9e6fd9ad3d54a1192fe57/packages/extensions/src/error.ts#L14)
11+
Defined in: [packages/extensions/src/error.ts:14](https://github.com/Xunnamius/black-flag/blob/65863debdad33d702508c3459cced432c1437abf/packages/extensions/src/error.ts#L14)
1212

1313
A collection of possible error and warning messages.
1414

packages/extensions/docs/index/functions/getInvocableExtendedHandler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
> **getInvocableExtendedHandler**\<`CustomCliArguments`, `CustomExecutionContext`\>(`maybeCommand`, `context`): `Promise`\<(`argv`) => `Promise`\<`void`\>\>
1010
11-
Defined in: [packages/extensions/src/index.ts:1467](https://github.com/Xunnamius/black-flag/blob/3764563cebc186c7e5f9e6fd9ad3d54a1192fe57/packages/extensions/src/index.ts#L1467)
11+
Defined in: [packages/extensions/src/index.ts:1472](https://github.com/Xunnamius/black-flag/blob/65863debdad33d702508c3459cced432c1437abf/packages/extensions/src/index.ts#L1472)
1212

1313
This function returns a version of `maybeCommand`'s handler function that is
1414
ready to invoke immediately. It can be used with both BFE and normal Black

packages/extensions/docs/index/functions/withBuilderExtensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
> **withBuilderExtensions**\<`CustomCliArguments`, `CustomExecutionContext`\>(`customBuilder?`, `__namedParameters?`): [`WithBuilderExtensionsReturnType`](../type-aliases/WithBuilderExtensionsReturnType.md)\<`CustomCliArguments`, `CustomExecutionContext`\>
1010
11-
Defined in: [packages/extensions/src/index.ts:749](https://github.com/Xunnamius/black-flag/blob/3764563cebc186c7e5f9e6fd9ad3d54a1192fe57/packages/extensions/src/index.ts#L749)
11+
Defined in: [packages/extensions/src/index.ts:749](https://github.com/Xunnamius/black-flag/blob/65863debdad33d702508c3459cced432c1437abf/packages/extensions/src/index.ts#L749)
1212

1313
This function enables several additional options-related units of
1414
functionality via analysis of the returned options configuration object and

packages/extensions/docs/index/functions/withUsageExtensions.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,31 @@
66

77
# Function: withUsageExtensions()
88

9-
> **withUsageExtensions**(`altDescription`, `__namedParameters`): `string`
9+
> **withUsageExtensions**(`__namedParameters`): `string`
1010
11-
Defined in: [packages/extensions/src/index.ts:1379](https://github.com/Xunnamius/black-flag/blob/3764563cebc186c7e5f9e6fd9ad3d54a1192fe57/packages/extensions/src/index.ts#L1379)
11+
Defined in: [packages/extensions/src/index.ts:1379](https://github.com/Xunnamius/black-flag/blob/65863debdad33d702508c3459cced432c1437abf/packages/extensions/src/index.ts#L1379)
1212

1313
Generate command usage text consistently yet flexibly.
1414

1515
Defaults to: `Usage: $000\n\n${altDescription}` where `altDescription` is
16-
`$1.`
16+
`"$1."`.
1717

1818
## Parameters
1919

20-
### altDescription
20+
### \_\_namedParameters
21+
22+
#### altDescription?
2123

2224
`string` = `'$1.'`
2325

24-
### \_\_namedParameters
26+
The result of calling this function defaults to: `Usage:
27+
$000\n\n${altDescription}`.
28+
29+
**Default**
30+
31+
```ts
32+
"$1."
33+
```
2534

2635
#### appendPeriod?
2736

packages/extensions/docs/index/type-aliases/AsStrictExecutionContext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
> **AsStrictExecutionContext**\<`CustomExecutionContext`\> = `OmitIndexSignature`\<`Exclude`\<`CustomExecutionContext`, `"state"`\>\> & `OmitIndexSignature`\<`CustomExecutionContext`\[`"state"`\]\>
1010
11-
Defined in: [packages/extensions/src/index.ts:631](https://github.com/Xunnamius/black-flag/blob/3764563cebc186c7e5f9e6fd9ad3d54a1192fe57/packages/extensions/src/index.ts#L631)
11+
Defined in: [packages/extensions/src/index.ts:631](https://github.com/Xunnamius/black-flag/blob/65863debdad33d702508c3459cced432c1437abf/packages/extensions/src/index.ts#L631)
1212

1313
A stricter version of Black Flag's
1414
[ExecutionContext](https://github.com/Xunnamius/black-flag/blob/main/docs/api/src/exports/util/type-aliases/ExecutionContext.md)

packages/extensions/docs/index/type-aliases/BfBuilderFunction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
> **BfBuilderFunction**\<`CustomCliArguments`, `CustomExecutionContext`\> = `Extract`\<`Configuration`\<`CustomCliArguments`, `CustomExecutionContext`\>\[`"builder"`\], `Function`\>
1010
11-
Defined in: [packages/extensions/src/index.ts:169](https://github.com/Xunnamius/black-flag/blob/3764563cebc186c7e5f9e6fd9ad3d54a1192fe57/packages/extensions/src/index.ts#L169)
11+
Defined in: [packages/extensions/src/index.ts:169](https://github.com/Xunnamius/black-flag/blob/65863debdad33d702508c3459cced432c1437abf/packages/extensions/src/index.ts#L169)
1212

1313
The function type of the `builder` export accepted by Black Flag.
1414

0 commit comments

Comments
 (0)