aboutsummaryrefslogtreecommitdiff
path: root/src/api/schema.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/schema.js')
-rw-r--r--src/api/schema.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/api/schema.js b/src/api/schema.js
index 8b2043e9c..8339484da 100644
--- a/src/api/schema.js
+++ b/src/api/schema.js
@@ -534,17 +534,21 @@ const Platform = {
1: 1,
2: 2,
3: 3,
+ 4: 4,
browser: 1,
node: 2,
bun: 3,
+ bun_macro: 4,
};
const PlatformKeys = {
1: "browser",
2: "node",
3: "bun",
+ 4: "bun_macro",
browser: "browser",
node: "node",
bun: "bun",
+ bun_macro: "bun_macro",
};
const CSSInJSBehavior = {
1: 1,