diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -38,7 +38,7 @@ If using Linux, kernel version 5.6 or higher is strongly recommended, but the mi - [Install](#install) - [Using bun.js - a new JavaScript runtime environment](#using-bunjs---a-new-javascript-runtime-environment) - - [Types for bun.js (editor autocomplete)](#types-for-bunjs--editor-autocomplete) + - [Types for bun.js (editor autocomplete)](#types-for-bunjs-editor-autocomplete) - [Fast paths for Web APIs](#fast-paths-for-web-apis) - [Using bun as a package manager](#using-bun-as-a-package-manager) - [Using bun as a task runner](#using-bun-as-a-task-runner) @@ -51,7 +51,7 @@ If using Linux, kernel version 5.6 or higher is strongly recommended, but the mi - [Transpiling TypeScript with Bun](#transpiling-typescript-with-bun) - [Not implemented yet](#not-implemented-yet) - [Limitations & intended usage](#limitations--intended-usage) -- [Benchmarks](#benchmarks) + - [Upcoming breaking changes](#upcoming-breaking-changes) - [Configuration](#configuration) - [bunfig.toml](#bunfigtoml) - [Loaders](#loaders) @@ -115,7 +115,7 @@ If using Linux, kernel version 5.6 or higher is strongly recommended, but the mi - [Statement.get](#statementget) - [Statement.run](#statementrun) - [Statement.finalize](#statementfinalize) - - [Statement.toString()](#statementtostring-) + - [Statement.toString()](#statementtostring) - [Datatypes](#datatypes) - [`bun:ffi` (Foreign Functions Interface)](#bunffi-foreign-functions-interface) - [Low-overhead FFI](#low-overhead-ffi) @@ -128,7 +128,7 @@ If using Linux, kernel version 5.6 or higher is strongly recommended, but the mi - [Passing a pointer](#passing-a-pointer) - [Reading pointers](#reading-pointers) - [Not implemented yet](#not-implemented-yet-1) -- [Node-API (napi)](#node-api--napi) +- [Node-API (napi)](#node-api-napi) - [`Bun.Transpiler`](#buntranspiler) - [`Bun.Transpiler.transformSync`](#buntranspilertransformsync) - [`Bun.Transpiler.transform`](#buntranspilertransform) |