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
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