Ugly Alpha 1
apollo-parser:0.2.2

total uncompressed bytes

636.3 KB

total files

216

Fix

NewInclude { include: [ "src/**/*", "Cargo.*", "LICENSE-*", "README.md", "CHANGELOG.md", ], has_build_script: false, }

172 wasted files

total waste: 372.3 KB

  1. test_data/parser/ok/0032_supergraph.txt : 196.1 KB
  2. screenshots/apollo_parser_error.png : 60.8 KB
  3. test_data/parser/ok/0038_wrapped_named_types.txt : 10.4 KB
  4. test_data/parser/ok/0032_supergraph.graphql : 7.5 KB
  5. test_data/parser/ok/0006_selection_with_fragment_spread.txt : 5.1 KB
  6. test_data/parser/ok/0037_operation_type_definition_with_inline_fragment.txt : 4.8 KB
  7. test_data/parser/ok/0030_values.txt : 4.0 KB
  8. test_data/parser/ok/0004_selection_with_fields_aliases_arguments.txt : 3.4 KB
  9. examples/unused_vars.rs : 2.8 KB
  10. test_data/parser/ok/0003_selection_with_fields.txt : 2.7 KB
  11. test_data/parser/ok/0020_operation_type_definition.txt : 2.3 KB
  12. test_data/parser/err/0026_invalid_definition_squished_between_two_valid_definitions.txt : 2.2 KB
  13. examples/annotate_snippet.rs : 2.1 KB
  14. test_data/parser/ok/0033_directive_on_argument_definition.txt : 2.1 KB
  15. test_data/parser/ok/0018_object_type_definition.txt : 2.0 KB
  16. test_data/parser/ok/0022_operation_type_definition_with_arguments_and_directives.txt : 2.0 KB
  17. test_data/parser/ok/0031_variables_with_default.txt : 1.9 KB
  18. test_data/parser/ok/0019_object_type_extension.txt : 1.9 KB
  19. examples/miette.rs : 1.9 KB
  20. test_data/parser/ok/0005_selection_with_inline_fragments.txt : 1.8 KB
  21. test_data/parser/ok/0036_parses_variable_definition_with_list_type.txt : 1.8 KB
  22. test_data/parser/ok/0012_fragment_definition.txt : 1.7 KB
  23. test_data/parser/ok/0010_enum_type_definition.txt : 1.6 KB
  24. test_data/parser/ok/0021_operation_type_definition_with_arguments.txt : 1.6 KB
  25. test_data/parser/ok/0009_directive_definition_repeatable.txt : 1.5 KB
  26. test_data/parser/ok/0008_directive_definition_with_arguments.txt : 1.4 KB
  27. test_data/parser/err/0016_object_type_extension_with_missing_name.txt : 1.4 KB
  28. test_data/parser/ok/0034_query_shorthand_followed_by_fragment_definition.txt : 1.4 KB
  29. test_data/parser/ok/0028_union_type_definition_followed_by_object_definition.txt : 1.4 KB
  30. test_data/parser/ok/0025_schema_definition.txt : 1.3 KB
  31. test_data/lexer/ok/0004_string_value.txt : 1.3 KB
  32. benches/benches.rs : 1.3 KB
  33. test_data/parser/ok/0013_fragment_definition_with_fragment_spread.txt : 1.2 KB
  34. test_data/parser/ok/0014_input_definition.txt : 1.2 KB
  35. test_data/parser/err/0002_enum_definition_with_missing_name.txt : 1.1 KB
  36. test_data/parser/err/0010_input_definition_with_missing_name.txt : 1.1 KB
  37. test_data/parser/ok/0011_enum_type_extension.txt : 1.1 KB
  38. test_data/parser/ok/0026_schema_extension.txt : 1.0 KB
  39. test_data/parser/ok/0035_query_with_variables.txt : 1.0 KB
  40. test_data/parser/ok/0015_input_extension.txt : 994 B
  41. test_data/parser/ok/0017_interface_extension.txt : 982 B
  42. test_data/parser/err/0008_fragment_definition_with_invalid_type_condition.txt : 963 B
  43. test_data/parser/err/0028_invalid_type_system_extension_followed_by_valid.txt : 958 B
  44. test_data/parser/err/0007_fragment_definition_with_invalid_fragment_name.txt : 929 B
  45. test_data/parser/ok/0029_union_type_extension.txt : 913 B
  46. test_data/lexer/ok/0009_block_string_character_with_loose_quotations.txt : 799 B
  47. test_data/parser/err/0005_enum_extension_with_missing_name.txt : 778 B
  48. test_data/parser/err/0004_enum_definition_with_missing_curly.txt : 727 B
  49. test_data/parser/err/0012_input_extension_with_missing_name.txt : 715 B
  50. test_data/parser/ok/0016_interface_definition.txt : 710 B
  51. test_data/parser/err/0014_interface_extension_with_missing_name.txt : 709 B
  52. test_data/parser/err/0022_union_extension_with_missing_name.txt : 634 B
  53. test_data/parser/ok/0027_union_type_definition.txt : 632 B
  54. examples/schema.graphql : 609 B
  55. test_data/parser/err/0030_operation_definition_with_description.txt : 589 B
  56. examples/schema_with_errors.graphql : 589 B
  57. test_data/lexer/ok/0004_string_value.graphql : 587 B
  58. test_data/parser/err/0020_union_definition_with_missing_name.txt : 558 B
  59. test_data/parser/err/0025_document_with_incorrect_definition_and_selection_set.txt : 555 B
  60. examples/graph_check_mutation.graphql : 553 B
  61. test_data/lexer/ok/0007_symbols.txt : 539 B
  62. test_data/lexer/ok/0002_whitespace.txt : 535 B
  63. test_data/lexer/ok/0006_float.txt : 510 B
  64. test_data/parser/err/0009_fragment_definition_with_invalid_selection_set.txt : 506 B
  65. test_data/parser/ok/0002_selection_simple.txt : 474 B
  66. test_data/parser/ok/0024_scalar_extension.txt : 443 B
  67. test_data/parser/ok/0007_directive_definition.txt : 419 B
  68. test_data/parser/err/0003_enum_definition_with_missing_values.txt : 397 B
  69. test_data/parser/err/0019_scalar_extension_with_missing_name.txt : 385 B
  70. test_data/parser/err/0011_input_definition_with_missing_input_values.txt : 384 B
  71. test_data/parser/ok/0023_scalar_definition.txt : 375 B
  72. test_data/parser/err/0015_interface_extension_with_missing_requirements.txt : 346 B
  73. test_data/lexer/ok/0008_block_string.txt : 343 B
  74. test_data/parser/err/0013_input_extension_with_missing_requirements.txt : 326 B
  75. test_data/parser/err/0017_object_type_extension_with_missing_requirements.txt : 324 B
  76. test_data/parser/err/0001_directive_definition_missing_location.txt : 322 B
  77. test_data/parser/err/0018_scalar_definition_with_missing_name.txt : 311 B
  78. test_data/parser/err/0023_union_extension_with_missing_requirements.txt : 305 B
  79. test_data/parser/err/0029_operation_definition_with_empty_selection_set.txt : 304 B
  80. test_data/parser/err/0006_enum_extension_with_missing_requirements.txt : 302 B
  81. test_data/parser/err/0021_union_definition_with_missing_union_members.txt : 249 B
  82. test_data/parser/ok/0038_wrapped_named_types.graphql : 224 B
  83. test_data/lexer/ok/0003_name.txt : 214 B
  84. test_data/parser/ok/0006_selection_with_fragment_spread.graphql : 210 B
  85. test_data/parser/ok/0004_selection_with_fields_aliases_arguments.graphql : 202 B
  86. test_data/parser/ok/0037_operation_type_definition_with_inline_fragment.graphql : 193 B
  87. test_data/parser/ok/0003_selection_with_fields.graphql : 179 B
  88. test_data/parser/err/0027_invalid_type_system_extension.txt : 167 B
  89. test_data/lexer/ok/0009_block_string_character_with_loose_quotations.graphql : 166 B
  90. test_data/parser/ok/0018_object_type_definition.graphql : 142 B
  91. test_data/parser/err/0026_invalid_definition_squished_between_two_valid_definitions.graphql : 140 B
  92. test_data/parser/ok/0020_operation_type_definition.graphql : 119 B
  93. test_data/parser/ok/0030_values.graphql : 114 B
  94. test_data/parser/err/0030_operation_definition_with_description.graphql : 108 B
  95. test_data/parser/ok/0025_schema_definition.graphql : 106 B
  96. test_data/parser/ok/0019_object_type_extension.graphql : 98 B
  97. test_data/parser/ok/0010_enum_type_definition.graphql : 97 B
  98. test_data/lexer/ok/0006_float.graphql : 94 B
  99. test_data/lexer/err/0002_unterminated_spread_operator_with_2.txt : 94 B
  100. test_data/parser/ok/0022_operation_type_definition_with_arguments_and_directives.graphql : 93 B
  101. test_data/parser/ok/0033_directive_on_argument_definition.graphql : 91 B
  102. test_data/parser/ok/0005_selection_with_inline_fragments.graphql : 91 B
  103. test_data/parser/ok/0009_directive_definition_repeatable.graphql : 86 B
  104. test_data/parser/ok/0012_fragment_definition.graphql : 83 B
  105. test_data/lexer/ok/0008_block_string.graphql : 76 B
  106. test_data/parser/ok/0013_fragment_definition_with_fragment_spread.graphql : 75 B
  107. test_data/parser/ok/0008_directive_definition_with_arguments.graphql : 75 B
  108. test_data/parser/ok/0031_variables_with_default.graphql : 74 B
  109. test_data/parser/err/0024_document_with_incorrect_definition.txt : 73 B
  110. test_data/parser/ok/0021_operation_type_definition_with_arguments.graphql : 72 B
  111. test_data/lexer/err/0004_unterminated_string_value.txt : 71 B
  112. test_data/parser/ok/0034_query_shorthand_followed_by_fragment_definition.graphql : 68 B
  113. test_data/parser/ok/0028_union_type_definition_followed_by_object_definition.graphql : 65 B
  114. test_data/lexer/ok/0001_hello.txt : 64 B
  115. test_data/parser/ok/0026_schema_extension.graphql : 63 B
  116. test_data/parser/err/0016_object_type_extension_with_missing_name.graphql : 62 B
  117. test_data/parser/err/0028_invalid_type_system_extension_followed_by_valid.graphql : 61 B
  118. test_data/parser/ok/0036_parses_variable_definition_with_list_type.graphql : 60 B
  119. test_data/parser/ok/0015_input_extension.graphql : 55 B
  120. test_data/lexer/err/0003_float_with_incorrect_decimal_point.txt : 55 B
  121. test_data/parser/ok/0029_union_type_extension.graphql : 54 B
  122. test_data/parser/ok/0017_interface_extension.graphql : 54 B
  123. test_data/parser/ok/0014_input_definition.graphql : 54 B
  124. test_data/parser/ok/0011_enum_type_extension.graphql : 53 B
  125. test_data/lexer/err/0001_unterminated_spread_operator_with_one.txt : 51 B
  126. test_data/lexer/ok/0002_whitespace.graphql : 48 B
  127. test_data/parser/err/0008_fragment_definition_with_invalid_type_condition.graphql : 46 B
  128. test_data/parser/err/0002_enum_definition_with_missing_name.graphql : 46 B
  129. test_data/parser/ok/0016_interface_definition.graphql : 41 B
  130. test_data/parser/err/0025_document_with_incorrect_definition_and_selection_set.graphql : 41 B
  131. test_data/parser/err/0007_fragment_definition_with_invalid_fragment_name.graphql : 36 B
  132. test_data/parser/ok/0027_union_type_definition.graphql : 35 B
  133. test_data/parser/err/0014_interface_extension_with_missing_name.graphql : 35 B
  134. test_data/parser/err/0010_input_definition_with_missing_name.graphql : 35 B
  135. test_data/parser/err/0005_enum_extension_with_missing_name.graphql : 34 B
  136. test_data/parser/ok/0035_query_with_variables.graphql : 33 B
  137. test_data/lexer/ok/0010_empty_string_value_followed_by_eof.txt : 32 B
  138. test_data/parser/err/0013_input_extension_with_missing_requirements.graphql : 31 B
  139. test_data/lexer/ok/0007_symbols.graphql : 31 B
  140. test_data/parser/ok/0024_scalar_extension.graphql : 30 B
  141. test_data/parser/err/0012_input_extension_with_missing_name.graphql : 30 B
  142. test_data/parser/err/0022_union_extension_with_missing_name.graphql : 29 B
  143. test_data/parser/err/0015_interface_extension_with_missing_requirements.graphql : 29 B
  144. test_data/parser/err/0009_fragment_definition_with_invalid_selection_set.graphql : 29 B
  145. test_data/parser/ok/0007_directive_definition.graphql : 27 B
  146. test_data/parser/err/0011_input_definition_with_missing_input_values.graphql : 27 B
  147. test_data/parser/err/0004_enum_definition_with_missing_curly.graphql : 27 B
  148. test_data/parser/ok/0002_selection_simple.graphql : 25 B
  149. test_data/parser/err/0023_union_extension_with_missing_requirements.graphql : 25 B
  150. test_data/parser/err/0019_scalar_extension_with_missing_name.graphql : 25 B
  151. test_data/lexer/ok/0003_name.graphql : 25 B
  152. test_data/parser/ok/0023_scalar_definition.graphql : 23 B
  153. test_data/parser/err/0020_union_definition_with_missing_name.graphql : 22 B
  154. test_data/parser/err/0024_document_with_incorrect_definition.graphql : 21 B
  155. test_data/parser/err/0006_enum_extension_with_missing_requirements.graphql : 21 B
  156. test_data/parser/err/0001_directive_definition_missing_location.graphql : 21 B
  157. test_data/lexer/ok/0005_int.txt : 21 B
  158. test_data/parser/err/0018_scalar_definition_with_missing_name.graphql : 18 B
  159. test_data/parser/err/0017_object_type_extension_with_missing_requirements.graphql : 18 B
  160. test_data/parser/err/0003_enum_definition_with_missing_values.graphql : 18 B
  161. test_data/parser/ok/0001_empty.txt : 16 B
  162. test_data/lexer/ok/0001_hello.graphql : 11 B
  163. test_data/parser/err/0027_invalid_type_system_extension.graphql : 10 B
  164. test_data/lexer/err/0003_float_with_incorrect_decimal_point.graphql : 9 B
  165. test_data/parser/err/0029_operation_definition_with_empty_selection_set.graphql : 8 B
  166. test_data/parser/err/0021_union_definition_with_missing_union_members.graphql : 7 B
  167. test_data/lexer/ok/0010_empty_string_value_followed_by_eof.graphql : 2 B
  168. test_data/lexer/ok/0005_int.graphql : 2 B
  169. test_data/lexer/err/0002_unterminated_spread_operator_with_2.graphql : 2 B
  170. test_data/lexer/err/0004_unterminated_string_value.graphql : 1 B
  171. test_data/lexer/err/0001_unterminated_spread_operator_with_one.graphql : 1 B
  172. test_data/parser/ok/0001_empty.graphql : 0 B