From 37fac5cb940a1edd0dc0795075680fd9a45f7035 Mon Sep 17 00:00:00 2001 From: Paul O <163450497+posterhoudt@users.noreply.github.com> Date: Sat, 1 Jun 2024 13:11:31 -0700 Subject: [PATCH 1/2] Update introduction.md Added Bun to list of explicitly mentioned runtimes JSR works with. --- frontend/docs/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/docs/introduction.md b/frontend/docs/introduction.md index 82af3111c..b1fa1e847 100644 --- a/frontend/docs/introduction.md +++ b/frontend/docs/introduction.md @@ -4,7 +4,7 @@ description: JSR is a new modern package registry for JavaScript and TypeScript. --- The JavaScript Registry (**JSR**) is a modern package registry for JavaScript -and TypeScript. JSR works with many runtimes (Node.js, Deno, browsers, and more) +and TypeScript. JSR works with many runtimes (Node.js, Deno, Bun, browsers, and more) and is backwards compatible with npm. [Learn more about why we built JSR.](/docs/why) From 5498051be1dc0430d246afa946341167d522a599 Mon Sep 17 00:00:00 2001 From: crowlkats Date: Tue, 19 Nov 2024 02:20:47 +0100 Subject: [PATCH 2/2] fmt --- frontend/docs/introduction.md | 4 ++-- tools/orama_package_reindex.ts | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/frontend/docs/introduction.md b/frontend/docs/introduction.md index e5f333946..6834bdae2 100644 --- a/frontend/docs/introduction.md +++ b/frontend/docs/introduction.md @@ -4,8 +4,8 @@ description: JSR is a new modern package registry for JavaScript and TypeScript. --- The JavaScript Registry (**JSR**) is a modern package registry for JavaScript -and TypeScript. JSR works with many runtimes (Node.js, Deno, Bun, browsers, and more) -and is backwards compatible with npm. +and TypeScript. JSR works with many runtimes (Node.js, Deno, Bun, browsers, and +more) and is backwards compatible with npm. [Learn more about why we built JSR.](/docs/why) ## Using JSR packages diff --git a/tools/orama_package_reindex.ts b/tools/orama_package_reindex.ts index c5d76030c..b4e0c53f1 100644 --- a/tools/orama_package_reindex.ts +++ b/tools/orama_package_reindex.ts @@ -1,5 +1,9 @@ // Copyright 2024 the JSR authors. All rights reserved. MIT license. -import type { List, Package, RuntimeCompat } from "../frontend/utils/api_types.ts"; +import type { + List, + Package, + RuntimeCompat, +} from "../frontend/utils/api_types.ts"; import { chunk } from "jsr:@std/collections"; const index = Deno.env.get("ORAMA_PACKAGE_INDEX_ID");