Skip to content

Commit

Permalink
Allow removing null values from metadata
Browse files Browse the repository at this point in the history
The fragment & query metadata contains many null values. This change
adds a feature flag (`enable_reduced_metadata`) to allow the rust
compiler to avoid outputting those fields. The runtime will still
operate on them, due to it's pervasive use of loose equality for null /
undefined checks.
  • Loading branch information
tomgasson committed Nov 8, 2021
1 parent bed75db commit 463ae15
Show file tree
Hide file tree
Showing 21 changed files with 1,013 additions and 497 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
node_modules
npm-debug.log
/compiler/target
/compiler/crates/*/target/
/dist/
/lib/
/website/build
Expand Down
Loading

0 comments on commit 463ae15

Please sign in to comment.