You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- To load the package in a website via a `script` tag without installation and bundlers, use the [ES Module][es-module] available on the [`esm` branch][esm-url].
55
-
- If you are using Deno, visit the [`deno` branch][deno-url].
56
-
- For use in Observable, or in browser/node environments, use the [Universal Module Definition (UMD)][umd] build available on the [`umd` branch][umd-url].
54
+
- To load the package in a website via a `script` tag without installation and bundlers, use the [ES Module][es-module] available on the [`esm`][esm-url] branch (see [README][esm-readme]).
55
+
- If you are using Deno, visit the [`deno`][deno-url] branch (see [README][deno-readme] for usage intructions).
56
+
- For use in Observable, or in browser/node environments, use the [Universal Module Definition (UMD)][umd] build available on the [`umd`][umd-url] branch (see [README][umd-readme]).
57
57
58
58
The [branches.md][branches-url] file summarizes the available branches and displays a diagram illustrating their relationships.
59
59
60
+
To view installation and usage instructions specific to each branch build, be sure to explicitly navigate to the respective README files on each branch, as linked to above.
Copy file name to clipboardexpand all lines: branches.md
+7-4
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,9 @@ This repository has the following branches:
24
24
25
25
-**main**: default branch generated from the [stdlib project][stdlib-url], where all development takes place.
26
26
-**production**: [production build][production-url] of the package (e.g., reformatted error messages to reduce bundle sizes and thus the number of bytes transmitted over a network).
27
-
-**esm**: [ES Module][esm-url] branch for use via a `script` tag without the need for installation and bundlers.
28
-
-**deno**: [Deno][deno-url] branch for use in Deno.
29
-
-**umd**: [UMD][umd-url] branch for use in Observable, or in dual browser/Node.js environments.
27
+
-**esm**: [ES Module][esm-url] branch for use via a `script` tag without the need for installation and bundlers (see [README][esm-readme]).
28
+
-**deno**: [Deno][deno-url] branch for use in Deno (see [README][deno-readme]).
29
+
-**umd**: [UMD][umd-url] branch for use in Observable, or in dual browser/Node.js environments (see [README][umd-readme]).
30
30
31
31
The following diagram illustrates the relationships among the above branches:
0 commit comments