diff options
author | 2021-09-26 21:21:51 -0700 | |
---|---|---|
committer | 2021-09-26 21:21:51 -0700 | |
commit | b3894994c0e6e8606ed7ba4cb8102544e56df1de (patch) | |
tree | 7af780bafca7b65563b347ef92f32b4e56911d00 /src/feature_flags.zig | |
parent | e1306be4be79bf1602734ca4786c6b90d9ce5a5b (diff) | |
download | bun-b3894994c0e6e8606ed7ba4cb8102544e56df1de.tar.gz bun-b3894994c0e6e8606ed7ba4cb8102544e56df1de.tar.zst bun-b3894994c0e6e8606ed7ba4cb8102544e56df1de.zip |
Fix getting object properties
Diffstat (limited to 'src/feature_flags.zig')
-rw-r--r-- | src/feature_flags.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature_flags.zig b/src/feature_flags.zig index 2819c1cbd..17d6873f5 100644 --- a/src/feature_flags.zig +++ b/src/feature_flags.zig @@ -71,3 +71,4 @@ pub const auto_import_buffer = false; pub const is_macro_enabled = env.isDebug; pub const force_macro = false; +pub const include_filename_in_jsx = false; |