aboutsummaryrefslogtreecommitdiff
path: root/src/options.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.zig')
-rw-r--r--src/options.zig8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/options.zig b/src/options.zig
index d2752471d..a39c9fc6c 100644
--- a/src/options.zig
+++ b/src/options.zig
@@ -616,6 +616,7 @@ pub const Target = enum {
array.set(
Target.bun_macro,
&[_]string{
+ "macro",
"bun",
"worker",
"module",
@@ -624,13 +625,6 @@ pub const Target = enum {
"browser",
},
);
- // array.set(Target.bun_macro, [_]string{ "bun_macro", "browser", "default", },);
-
- // Original comment:
- // The neutral target is for people that don't want esbuild to try to
- // pick good defaults for their platform. In that case, the list of main
- // fields is empty by default. You must explicitly configure it yourself.
- // array.set(Target.neutral, &listc);
break :brk array;
};
` (#2870)Gravatar Degreat 4-3/+167 2023-05-18use raw template contents for tagged templates (#2937)Gravatar Dylan Conway 4-33/+67 2023-05-18Fixes #2928 (#2939)Gravatar Jarred Sumner 4-43/+113 2023-05-17Update fs.test.tsGravatar Jarred Sumner 1-7/+10 2023-05-17Mention setting `target` to `"node"` or `"bun"` when a ResolveMessage occurs ...Gravatar Jarred Sumner 1-2/+2 2023-05-17Fixes https://github.com/oven-sh/bun/issues/2931Gravatar Jarred Sumner 2-1/+30 2023-05-17Update benchmarking.mdGravatar Jarred Sumner 1-1/+1 2023-05-17Support static string values in our class bindings generatorGravatar Jarred Sumner 2-2/+26 2023-05-17Make `BuildError` and `ResolveError` use C++ instead of JSC C APIGravatar Jarred Sumner 23-515/+2067 2023-05-17Update json-parse-stringify.mjsbun-v0.6.2Gravatar Jarred Sumner 1-2/+2