Skip to content

Commit 2e99674

Browse files
committed
docs: use proper github repo links
1 parent cbb4215 commit 2e99674

102 files changed

Lines changed: 143 additions & 1241 deletions

File tree

Some content is hidden

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

.github/SUPPORT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ you for contribution 🎉, your efforts are greatly appreciated! 🙌🏿
4646
- Issues that go for an extended period without activity are subject to closure.
4747

4848
[badge-issue-percentage]:
49-
https://isitmaintained.com/badge/open/Xunnamius/babel-plugin-tester.svg
49+
https://isitmaintained.com/badge/open/babel-utils/babel-plugin-tester.svg
5050
'Open issues as a percentage of all issues'
5151
[badge-issue-resolution]:
52-
https://isitmaintained.com/badge/resolution/Xunnamius/babel-plugin-tester.svg
52+
https://isitmaintained.com/badge/resolution/babel-utils/babel-plugin-tester.svg
5353
'Average time to resolve an issue'
5454
[choose-new-issue]:
5555
https://github.com/babel-utils/babel-plugin-tester/issues/new/choose
5656
[github-blog]:
5757
https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comments
5858
[link-issue-resolution]:
59-
https://isitmaintained.com/project/Xunnamius/babel-plugin-tester
59+
https://isitmaintained.com/project/babel-utils/babel-plugin-tester
6060
[open-issues]: https://github.com/babel-utils/babel-plugin-tester/issues?q=

docs/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@
1212
- [src/plugin-tester](src/plugin-tester/README.md)
1313
- [src/serializers/unstring-snapshot](src/serializers/unstring-snapshot/README.md)
1414
- [src/symbols](src/symbols/README.md)
15-
- [test/helpers](test/helpers/README.md)
16-
- [test/helpers/plugins](test/helpers/plugins/README.md)
17-
- [test/integration/assets](test/integration/assets/README.md)
18-
- [test/integration/test-expectations](test/integration/test-expectations/README.md)
19-
- [test/integration/test-interop](test/integration/test-interop/README.md)
2015
- [test/setup](test/setup/README.md)
2116
- [types/global](types/global/README.md)
2217
- [types/unique-filename](types/unique-filename/README.md)

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/Xunnamius/babel-plugin-tester/blob/91349cafb3cefac8248e86580feec53bd082321e/src/errors.ts#L17)
11+
Defined in: [src/errors.ts:17](https://github.com/babel-utils/babel-plugin-tester/blob/fc3d21b0d5e00d8cddad4db323f3724c672066fd/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/Xunnamius/babel-plugin-tester/blob/91349cafb3cefac8248e86580feec53bd082321e/src/formatters/prettier.ts#L24)
11+
Defined in: [src/formatters/prettier.ts:24](https://github.com/babel-utils/babel-plugin-tester/blob/fc3d21b0d5e00d8cddad4db323f3724c672066fd/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/Xunnamius/babel-plugin-tester/blob/91349cafb3cefac8248e86580feec53bd082321e/src/index.ts#L45)
11+
Defined in: [src/index.ts:45](https://github.com/babel-utils/babel-plugin-tester/blob/fc3d21b0d5e00d8cddad4db323f3724c672066fd/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/Xunnamius/babel-plugin-tester/blob/91349cafb3cefac8248e86580feec53bd082321e/src/plugin-tester.ts#L128)
11+
Defined in: [src/plugin-tester.ts:128](https://github.com/babel-utils/babel-plugin-tester/blob/fc3d21b0d5e00d8cddad4db323f3724c672066fd/src/plugin-tester.ts#L128)
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/Xunnamius/babel-plugin-tester/blob/91349cafb3cefac8248e86580feec53bd082321e/src/plugin-tester.ts#L119)
11+
Defined in: [src/plugin-tester.ts:119](https://github.com/babel-utils/babel-plugin-tester/blob/fc3d21b0d5e00d8cddad4db323f3724c672066fd/src/plugin-tester.ts#L119)
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/Xunnamius/babel-plugin-tester/blob/91349cafb3cefac8248e86580feec53bd082321e/src/plugin-tester.ts#L84)
11+
Defined in: [src/plugin-tester.ts:84](https://github.com/babel-utils/babel-plugin-tester/blob/fc3d21b0d5e00d8cddad4db323f3724c672066fd/src/plugin-tester.ts#L84)
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/Xunnamius/babel-plugin-tester/blob/91349cafb3cefac8248e86580feec53bd082321e/src/plugin-tester.ts#L95)
11+
Defined in: [src/plugin-tester.ts:95](https://github.com/babel-utils/babel-plugin-tester/blob/fc3d21b0d5e00d8cddad4db323f3724c672066fd/src/plugin-tester.ts#L95)
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/Xunnamius/babel-plugin-tester/blob/91349cafb3cefac8248e86580feec53bd082321e/src/plugin-tester.ts#L107)
11+
Defined in: [src/plugin-tester.ts:107](https://github.com/babel-utils/babel-plugin-tester/blob/fc3d21b0d5e00d8cddad4db323f3724c672066fd/src/plugin-tester.ts#L107)
1212

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

0 commit comments

Comments
 (0)