Skip to content

Commit 387f3c2

Browse files
agilgur5swyxio
authored andcommitted
(docs/fix): fix ToC changes / bugs introduced in #307 (#397)
- __DEV__ link stopped working - Contributors link didn't work - backtick formatting was removed - this was all re-generated by using `npx doctoc README.md` - doctoc is specified to be used in the ToC comments
1 parent 531010e commit 387f3c2

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,21 @@ Despite all the recent hype, setting up a new TypeScript (x React) library can b
77
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
88
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
99

10+
1011
- [Features](#features)
1112
- [Quick Start](#quick-start)
12-
- [npm start or yarn start](#npm-start-or-yarn-start)
13-
- [npm run build or yarn build](#npm-run-build-or-yarn-build)
14-
- [npm test or yarn test](#npm-test-or-yarn-test)
15-
- [npm run lint or yarn lint](#npm-run-lint-or-yarn-lint)
16-
- [prepare script](#prepare-script)
13+
- [`npm start` or `yarn start`](#npm-start-or-yarn-start)
14+
- [`npm run build` or `yarn build`](#npm-run-build-or-yarn-build)
15+
- [`npm test` or `yarn test`](#npm-test-or-yarn-test)
16+
- [`npm run lint` or `yarn lint`](#npm-run-lint-or-yarn-lint)
17+
- [`prepare` script](#prepare-script)
1718
- [Optimizations](#optimizations)
1819
- [Development-only Expressions + Treeshaking](#development-only-expressions--treeshaking)
1920
- [Rollup Treeshaking](#rollup-treeshaking)
20-
- [Advanced babel-plugin-dev-expressions](#advanced-babel-plugin-dev-expressions)
21-
- [__DEV__](#dev)
22-
- [invariant](#invariant)
23-
- [warning](#warning)
21+
- [Advanced `babel-plugin-dev-expressions`](#advanced-babel-plugin-dev-expressions)
22+
- [`__DEV__`](#__dev__)
23+
- [`invariant`](#invariant)
24+
- [`warning`](#warning)
2425
- [Using lodash](#using-lodash)
2526
- [Error extraction](#error-extraction)
2627
- [Customization](#customization)
@@ -30,13 +31,13 @@ Despite all the recent hype, setting up a new TypeScript (x React) library can b
3031
- [Inspiration](#inspiration)
3132
- [Comparison to Microbundle](#comparison-to-microbundle)
3233
- [API Reference](#api-reference)
33-
- [tsdx watch](#tsdx-watch)
34-
- [tsdx build](#tsdx-build)
35-
- [tsdx test](#tsdx-test)
36-
- [tsdx lint](#tsdx-lint)
34+
- [`tsdx watch`](#tsdx-watch)
35+
- [`tsdx build`](#tsdx-build)
36+
- [`tsdx test`](#tsdx-test)
37+
- [`tsdx lint`](#tsdx-lint)
3738
- [Author](#author)
3839
- [License](#license)
39-
- [Contributors ✨](#contributors-%e2%9c%a8)
40+
- [Contributors ✨](#contributors-)
4041

4142
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
4243

0 commit comments

Comments
 (0)