We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f140668 commit f64a729Copy full SHA for f64a729
1 file changed
changelog/1.0.0-migration.md
@@ -6,6 +6,7 @@ This document covers upgrading from TypeBox 0.34.x to 1.0. While most of the API
6
7
## Contents
8
9
+- [ESM Package](#ESM)
10
- [Kind, Hint, ReadonlyKind and OptionalKind](#Symbols)
11
- [Type.Date and Type.Uint8Array](#Globals)
12
- [Type.Recursive](#Recursive)
@@ -24,6 +25,12 @@ This document covers upgrading from TypeBox 0.34.x to 1.0. While most of the API
24
25
- [SetErrorFunction](#SetErrorFunction)
26
- [CustomErrors](#CustomErrors)
27
28
+<a name="ESM"></a>
29
+
30
+## ESM Package
31
32
+Version 1.0 is published as an ESM-only package. Users will need to ensure their environments support ESM module resolution.
33
34
<a name="Symbols"></a>
35
36
## Kind, Hint, ReadonlyKind and OptionalKind
0 commit comments