@@ -7,20 +7,21 @@ Despite all the recent hype, setting up a new TypeScript (x React) library can b
7
7
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
8
8
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
9
9
10
+
10
11
- [ Features] ( #features )
11
12
- [ 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 )
17
18
- [ Optimizations] ( #optimizations )
18
19
- [ Development-only Expressions + Treeshaking] ( #development-only-expressions--treeshaking )
19
20
- [ 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 )
24
25
- [ Using lodash] ( #using-lodash )
25
26
- [ Error extraction] ( #error-extraction )
26
27
- [ Customization] ( #customization )
@@ -30,13 +31,13 @@ Despite all the recent hype, setting up a new TypeScript (x React) library can b
30
31
- [ Inspiration] ( #inspiration )
31
32
- [ Comparison to Microbundle] ( #comparison-to-microbundle )
32
33
- [ 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 )
37
38
- [ Author] ( #author )
38
39
- [ License] ( #license )
39
- - [ Contributors ✨] ( #contributors-%e2%9c%a8 )
40
+ - [ Contributors ✨] ( #contributors- )
40
41
41
42
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
42
43
0 commit comments