Commit edf0702
File tree
- packages
- rescript-relay-documentation/docs
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
- compiler/Cargo.lock+7
- compiler/crates/relay-bin/Cargo.toml+7
- compiler/crates/relay-bin/src/analyze/deprecated_usage.rs+308
- compiler/crates/relay-bin/src/analyze/executable_definitions.rs+363
- compiler/crates/relay-bin/src/analyze/find_references.rs+368
- compiler/crates/relay-bin/src/analyze/fragment_dependents.rs+348
- compiler/crates/relay-bin/src/analyze/fragment_usage.rs+253
- compiler/crates/relay-bin/src/analyze/mod.rs+234
- compiler/crates/relay-bin/src/analyze/print_operation.rs+198
- compiler/crates/relay-bin/src/analyze/rename_fragment.rs+430
- compiler/crates/relay-bin/src/analyze/schema_dce.rs+779
- compiler/crates/relay-bin/src/analyze/unused_fragments.rs+243
- compiler/crates/relay-bin/src/analyze/utils.rs+151
- compiler/crates/relay-bin/src/errors.rs+3
- compiler/crates/relay-bin/src/main.rs+4
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
129 | 136 | | |
130 | 137 | | |
131 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
9 | 31 | | |
10 | 32 | | |
11 | 33 | | |
| |||
0 commit comments