Skip to content

Commit

Permalink
restore readme menu
Browse files Browse the repository at this point in the history
  • Loading branch information
zfben committed Oct 24, 2024
1 parent fab9e5d commit 1506ed8
Showing 1 changed file with 13 additions and 20 deletions.
33 changes: 13 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,26 +64,19 @@ The benefits of this library are:

## Contents

- [Rationale](#rationale)
- [Contents](#contents)
- [Installing](#installing)
- [API](#api)
- [String to String](#string-to-string)
- [Bring your own AST](#bring-your-own-ast)
- [Node.js Loader](#nodejs-loader)
- [Where are my SourceMaps?](#where-are-my-sourcemaps)
- [Does it really just blank out all the type annotations?](#does-it-really-just-blank-out-all-the-type-annotations)
- [ASI (automatic semicolon insertion)](#asi-automatic-semicolon-insertion)
- [Arrow function return types that introduce a new line](#arrow-function-return-types-that-introduce-a-new-line)
- [Unsupported Syntax](#unsupported-syntax)
- [Recommended `tsconfig.json` compiler settings](#recommended-tsconfigjson-compiler-settings)
- [TSX/JSX](#tsxjsx)
- [Ensuring ESM output](#ensuring-esm-output)
- [3rd party ecosystem plugins](#3rd-party-ecosystem-plugins)
- [Contributions](#contributions)
- [License](#license)
- [Code of Conduct](#code-of-conduct)
- [Security Vulnerability Reporting](#security-vulnerability-reporting)
- [Installing](#installing)
- [API](#api)
- [Node.js Loader](#nodejs-loader)
- [SourceMaps](#where-are-my-sourcemaps)
- [Implementation details](#does-it-really-just-blank-out-all-the-type-annotations)
- [Unsupported Syntax](#unsupported-syntax)
- [tsconfig.json](#recommended-tsconfigjson-compiler-settings)
- [TSX/JSX](#tsxjsx)
- [ESM Output](#ensuring-esm-output)
- [Contributions](#contributions)
- [License](#license)
- [Code of Conduct](#code-of-conduct)
- [Security Vulnerability Reporting](#security-vulnerability-reporting)

## Installing

Expand Down

0 comments on commit 1506ed8

Please sign in to comment.