Skip to content

Commit 7d0bd0a

Browse files
committed
chore: cleanup
1 parent 03734ea commit 7d0bd0a

58 files changed

Lines changed: 432 additions & 461 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 290 additions & 319 deletions
Large diffs are not rendered by default.

docs/src/errors/variables/ErrorMessage.md

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

99
> `const` **ErrorMessage**: `object`
1010
11-
Defined in: [src/errors.ts:17](https://github.com/babel-utils/babel-plugin-tester/blob/fc3d21b0d5e00d8cddad4db323f3724c672066fd/src/errors.ts#L17)
11+
Defined in: [src/errors.ts:17](https://github.com/babel-utils/babel-plugin-tester/blob/03734eaa985470bea60d71fab1aa0d0dbdddae3c/src/errors.ts#L17)
1212

1313
A collection of possible errors and warnings.
1414

docs/src/formatters/prettier/functions/prettierFormatter.md

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

99
> **prettierFormatter**(`code`, `options`?): `string` \| `Promise`\<`string`\>
1010
11-
Defined in: [src/formatters/prettier.ts:24](https://github.com/babel-utils/babel-plugin-tester/blob/fc3d21b0d5e00d8cddad4db323f3724c672066fd/src/formatters/prettier.ts#L24)
11+
Defined in: [src/formatters/prettier.ts:24](https://github.com/babel-utils/babel-plugin-tester/blob/03734eaa985470bea60d71fab1aa0d0dbdddae3c/src/formatters/prettier.ts#L24)
1212

1313
A prettier-based formatter used to normalize babel output.
1414

docs/src/functions/pluginTester.md

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

99
> **pluginTester**(`options`?): `void`
1010
11-
Defined in: [src/index.ts:45](https://github.com/babel-utils/babel-plugin-tester/blob/fc3d21b0d5e00d8cddad4db323f3724c672066fd/src/index.ts#L45)
11+
Defined in: [src/index.ts:45](https://github.com/babel-utils/babel-plugin-tester/blob/03734eaa985470bea60d71fab1aa0d0dbdddae3c/src/index.ts#L45)
1212

1313
An abstraction around babel to help you write tests for your babel plugin or
1414
preset.

docs/src/plugin-tester/functions/pluginTester.md

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

99
> **pluginTester**(`options`): `void`
1010
11-
Defined in: [src/plugin-tester.ts:128](https://github.com/babel-utils/babel-plugin-tester/blob/fc3d21b0d5e00d8cddad4db323f3724c672066fd/src/plugin-tester.ts#L128)
11+
Defined in: [src/plugin-tester.ts:129](https://github.com/babel-utils/babel-plugin-tester/blob/03734eaa985470bea60d71fab1aa0d0dbdddae3c/src/plugin-tester.ts#L129)
1212

1313
An abstraction around babel to help you write tests for your babel plugin or
1414
preset.

docs/src/plugin-tester/functions/restartTestTitleNumbering.md

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

99
> **restartTestTitleNumbering**(): `void`
1010
11-
Defined in: [src/plugin-tester.ts:119](https://github.com/babel-utils/babel-plugin-tester/blob/fc3d21b0d5e00d8cddad4db323f3724c672066fd/src/plugin-tester.ts#L119)
11+
Defined in: [src/plugin-tester.ts:120](https://github.com/babel-utils/babel-plugin-tester/blob/03734eaa985470bea60d71fab1aa0d0dbdddae3c/src/plugin-tester.ts#L120)
1212

1313
This function has the same effect as calling `pluginTester` with
1414
`restartTitleNumbering: true`.

docs/src/plugin-tester/variables/runPluginUnderTestHere.md

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

99
> `const` **runPluginUnderTestHere**: unique `symbol`
1010
11-
Defined in: [src/plugin-tester.ts:84](https://github.com/babel-utils/babel-plugin-tester/blob/fc3d21b0d5e00d8cddad4db323f3724c672066fd/src/plugin-tester.ts#L84)
11+
Defined in: [src/plugin-tester.ts:85](https://github.com/babel-utils/babel-plugin-tester/blob/03734eaa985470bea60d71fab1aa0d0dbdddae3c/src/plugin-tester.ts#L85)
1212

1313
A unique symbol that, when included in `babelOptions.plugins`, will be
1414
replaced with the plugin under test. Use this symbol to create a custom

docs/src/plugin-tester/variables/runPresetUnderTestHere.md

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

99
> `const` **runPresetUnderTestHere**: unique `symbol`
1010
11-
Defined in: [src/plugin-tester.ts:95](https://github.com/babel-utils/babel-plugin-tester/blob/fc3d21b0d5e00d8cddad4db323f3724c672066fd/src/plugin-tester.ts#L95)
11+
Defined in: [src/plugin-tester.ts:96](https://github.com/babel-utils/babel-plugin-tester/blob/03734eaa985470bea60d71fab1aa0d0dbdddae3c/src/plugin-tester.ts#L96)
1212

1313
A unique symbol that, when included in `babelOptions.presets`, will be
1414
replaced with the preset under test. Use this symbol to create a custom

docs/src/plugin-tester/variables/validEndOfLineValues.md

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

99
> `const` **validEndOfLineValues**: readonly \[`"lf"`, `"crlf"`, `"auto"`, `"preserve"`, `false`\]
1010
11-
Defined in: [src/plugin-tester.ts:107](https://github.com/babel-utils/babel-plugin-tester/blob/fc3d21b0d5e00d8cddad4db323f3724c672066fd/src/plugin-tester.ts#L107)
11+
Defined in: [src/plugin-tester.ts:108](https://github.com/babel-utils/babel-plugin-tester/blob/03734eaa985470bea60d71fab1aa0d0dbdddae3c/src/plugin-tester.ts#L108)
1212

1313
Valid choices for the `endOfLine` babel-plugin-tester option.

docs/src/plugin-tester/variables/validTitleNumberingValues.md

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

99
> `const` **validTitleNumberingValues**: readonly \[`"all"`, `"tests-only"`, `"fixtures-only"`, `false`\]
1010
11-
Defined in: [src/plugin-tester.ts:102](https://github.com/babel-utils/babel-plugin-tester/blob/fc3d21b0d5e00d8cddad4db323f3724c672066fd/src/plugin-tester.ts#L102)
11+
Defined in: [src/plugin-tester.ts:103](https://github.com/babel-utils/babel-plugin-tester/blob/03734eaa985470bea60d71fab1aa0d0dbdddae3c/src/plugin-tester.ts#L103)
1212

1313
Valid choices for the `titleNumbering` babel-plugin-tester option.

0 commit comments

Comments
 (0)