Ugly Alpha 1
rslint_parser:0.1.2

total uncompressed bytes

425.6 KB

total files

197

Fix

NewInclude { include: [ "src/**/*", "CHANGELOG.MD", ], has_build_script: false, }

168 wasted files

total waste: 110.6 KB

  1. test_data/inline/ok/binary_expressions.rast : 4.2 KB
  2. test_data/inline/err/do_while_stmt_err.rast : 3.5 KB
  3. test_data/inline/ok/assign_expr.rast : 3.1 KB
  4. test_data/inline/ok/new_exprs.rast : 3.0 KB
  5. test_data/inline/ok/paren_or_arrow_expr.rast : 2.9 KB
  6. test_data/inline/ok/for_stmt.rast : 2.7 KB
  7. test_data/inline/ok/var_decl.rast : 2.6 KB
  8. test_data/inline/err/binding_identifier_invalid.rast : 2.5 KB
  9. test_data/inline/err/if_stmt_err.rast : 2.5 KB
  10. test_data/inline/ok/function_decl.rast : 2.5 KB
  11. test_data/inline/ok/async_arrow_expr.rast : 2.5 KB
  12. test_data/inline/err/while_stmt_err.rast : 2.2 KB
  13. test_data/inline/ok/static_method.rast : 2.2 KB
  14. test_data/inline/err/function_decl_err.rast : 2.2 KB
  15. test_data/inline/err/class_decl_err.rast : 2.2 KB
  16. test_data/inline/err/paren_or_arrow_expr_invalid_params.rast : 2.1 KB
  17. test_data/inline/err/for_stmt_err.rast : 2.0 KB
  18. test_data/inline/ok/if_stmt.rast : 1.9 KB
  19. test_data/inline/ok/template_literal.rast : 1.8 KB
  20. test_data/inline/ok/semicolons.rast : 1.8 KB
  21. test_data/inline/ok/array_expr.rast : 1.7 KB
  22. test_data/inline/ok/class_expr.rast : 1.7 KB
  23. test_data/inline/ok/object_prop_name.rast : 1.6 KB
  24. test_data/inline/ok/object_binding_prop.rast : 1.6 KB
  25. benches/files/es2021.js : 1.5 KB
  26. test_data/inline/err/binary_expressions_err.rast : 1.5 KB
  27. test_data/inline/err/invalid_arg_list.rast : 1.5 KB
  28. test_data/inline/err/var_decl_err.rast : 1.4 KB
  29. test_data/inline/ok/bracket_expr.rast : 1.4 KB
  30. test_data/inline/err/subscripts_err.rast : 1.3 KB
  31. test_data/inline/ok/class_empty_element.rast : 1.3 KB
  32. test_data/inline/err/switch_stmt_err.rast : 1.3 KB
  33. test_data/inline/err/conditional_expr_err.rast : 1.3 KB
  34. test_data/inline/ok/async_function_expr.rast : 1.3 KB
  35. test_data/inline/ok/object_expr_async_method.rast : 1.2 KB
  36. test_data/inline/err/bracket_expr_err.rast : 1.1 KB
  37. test_data/inline/ok/function_expr.rast : 1.1 KB
  38. test_data/inline/ok/arrow_expr_single_param.rast : 1.1 KB
  39. test_data/inline/ok/dot_expr.rast : 1.1 KB
  40. test_data/inline/ok/class_decl.rast : 1.1 KB
  41. test_data/inline/ok/conditional_expr.rast : 1.0 KB
  42. test_data/inline/ok/async_method.rast : 1.0 KB
  43. test_data/inline/ok/try_stmt.rast : 1.0 KB
  44. test_data/inline/ok/object_expr_getter_setter.rast : 995 B
  45. test_data/inline/ok/continue_stmt.rast : 978 B
  46. test_data/inline/err/async_arrow_expr_await_parameter.rast : 960 B
  47. test_data/inline/ok/subscripts.rast : 939 B
  48. test_data/inline/err/method_getter_err.rast : 928 B
  49. test_data/inline/ok/object_expr_assign_prop.rast : 908 B
  50. test_data/inline/ok/yield_expr.rast : 861 B
  51. test_data/inline/err/export_decl_not_top_level.rast : 842 B
  52. test_data/inline/ok/break_stmt.rast : 821 B
  53. test_data/inline/err/import_call_no_arg.rast : 819 B
  54. test_data/inline/ok/object_expr.rast : 808 B
  55. test_data/inline/ok/block_stmt.rast : 806 B
  56. test_data/inline/err/semicolons_err.rast : 806 B
  57. test_data/inline/err/object_expr_non_ident_literal_prop.rast : 780 B
  58. test_data/inline/ok/return_stmt.rast : 775 B
  59. benches/parser.rs : 770 B
  60. test_data/inline/ok/object_expr_method.rast : 714 B
  61. test_data/inline/ok/object_expr_generator_method.rast : 712 B
  62. test_data/inline/err/primary_expr_invalid_recovery.rast : 689 B
  63. test_data/inline/err/throw_stmt_err.rast : 680 B
  64. test_data/inline/err/import_no_meta.rast : 672 B
  65. test_data/inline/err/import_decl_not_top_level.rast : 671 B
  66. test_data/inline/ok/while_stmt.rast : 637 B
  67. test_data/inline/ok/literals.rast : 630 B
  68. test_data/inline/ok/method_setter.rast : 628 B
  69. test_data/inline/ok/switch_stmt.rast : 614 B
  70. test_data/inline/err/template_literal_unterminated.rast : 602 B
  71. test_data/inline/ok/method_getter.rast : 594 B
  72. test_data/inline/err/return_stmt_err.rast : 581 B
  73. test_data/inline/ok/throw_stmt.rast : 534 B
  74. test_data/inline/ok/sequence_expr.rast : 493 B
  75. test_data/inline/ok/object_expr_spread_prop.rast : 446 B
  76. test_data/inline/ok/grouping_expr.rast : 436 B
  77. test_data/inline/ok/object_expr_ident_prop.rast : 412 B
  78. test_data/inline/ok/identifier_reference.rast : 346 B
  79. test_data/inline/ok/async_ident.rast : 334 B
  80. test_data/inline/ok/this_expr.rast : 274 B
  81. test_data/inline/ok/postfix_expr.rast : 273 B
  82. test_data/inline/ok/import_call.rast : 207 B
  83. test_data/inline/ok/import_meta.rast : 152 B
  84. test_data/inline/ok/function_decl.js : 142 B
  85. test_data/inline/ok/binary_expressions.js : 125 B
  86. test_data/inline/ok/new_exprs.js : 113 B
  87. test_data/inline/ok/debugger_stmt.rast : 113 B
  88. test_data/inline/ok/async_arrow_expr.js : 102 B
  89. test_data/inline/err/function_decl_err.js : 102 B
  90. test_data/inline/ok/assign_expr.js : 101 B
  91. test_data/inline/ok/static_method.js : 99 B
  92. test_data/inline/ok/for_stmt.js : 95 B
  93. test_data/inline/ok/var_decl.js : 92 B
  94. test_data/inline/ok/if_stmt.js : 88 B
  95. test_data/inline/ok/paren_or_arrow_expr.js : 85 B
  96. test_data/inline/ok/semicolons.js : 84 B
  97. test_data/inline/err/binding_identifier_invalid.js : 83 B
  98. test_data/inline/ok/empty_stmt.rast : 76 B
  99. test_data/inline/ok/class_expr.js : 72 B
  100. test_data/inline/ok/template_literal.js : 67 B
  101. test_data/inline/ok/class_decl.js : 67 B
  102. test_data/inline/ok/array_expr.js : 65 B
  103. test_data/inline/ok/continue_stmt.js : 64 B
  104. test_data/inline/ok/async_function_expr.js : 62 B
  105. test_data/inline/err/if_stmt_err.js : 61 B
  106. test_data/inline/ok/object_binding_prop.js : 59 B
  107. test_data/inline/ok/bracket_expr.js : 56 B
  108. test_data/inline/ok/dot_expr.js : 54 B
  109. test_data/inline/ok/object_prop_name.js : 53 B
  110. test_data/inline/err/class_decl_err.js : 53 B
  111. test_data/inline/err/while_stmt_err.js : 52 B
  112. test_data/inline/ok/object_expr_async_method.js : 48 B
  113. test_data/inline/ok/function_expr.js : 48 B
  114. test_data/inline/ok/try_stmt.js : 47 B
  115. test_data/inline/ok/async_method.js : 47 B
  116. test_data/inline/ok/break_stmt.js : 46 B
  117. test_data/inline/ok/yield_expr.js : 45 B
  118. test_data/inline/ok/conditional_expr.js : 44 B
  119. test_data/inline/ok/arrow_expr_single_param.js : 44 B
  120. test_data/inline/ok/return_stmt.js : 43 B
  121. test_data/inline/ok/object_expr_getter_setter.js : 43 B
  122. test_data/inline/err/do_while_stmt_err.js : 42 B
  123. test_data/inline/ok/class_empty_element.js : 41 B
  124. test_data/inline/err/for_stmt_err.js : 40 B
  125. test_data/inline/err/conditional_expr_err.js : 40 B
  126. test_data/inline/ok/switch_stmt.js : 38 B
  127. test_data/inline/ok/throw_stmt.js : 36 B
  128. test_data/inline/err/binary_expressions_err.js : 35 B
  129. test_data/inline/err/export_decl_not_top_level.js : 34 B
  130. test_data/inline/ok/subscripts.js : 33 B
  131. test_data/inline/ok/literals.js : 33 B
  132. test_data/inline/err/var_decl_err.js : 32 B
  133. test_data/inline/ok/object_expr_assign_prop.js : 31 B
  134. test_data/inline/ok/while_stmt.js : 29 B
  135. test_data/inline/ok/method_setter.js : 28 B
  136. test_data/inline/ok/method_getter.js : 28 B
  137. test_data/inline/err/throw_stmt_err.js : 28 B
  138. test_data/inline/err/import_decl_not_top_level.js : 28 B
  139. test_data/inline/ok/object_expr.js : 27 B
  140. test_data/inline/ok/block_stmt.js : 27 B
  141. test_data/inline/err/async_arrow_expr_await_parameter.js : 26 B
  142. test_data/inline/err/import_call_no_arg.js : 25 B
  143. test_data/inline/err/switch_stmt_err.js : 24 B
  144. test_data/inline/err/semicolons_err.js : 24 B
  145. test_data/inline/err/import_no_meta.js : 24 B
  146. test_data/inline/ok/object_expr_method.js : 23 B
  147. test_data/inline/ok/object_expr_generator_method.js : 22 B
  148. test_data/inline/err/method_getter_err.js : 22 B
  149. test_data/inline/err/invalid_arg_list.js : 21 B
  150. test_data/inline/err/template_literal_unterminated.js : 20 B
  151. test_data/inline/err/subscripts_err.js : 20 B
  152. test_data/inline/err/return_stmt_err.js : 20 B
  153. test_data/inline/ok/identifier_reference.js : 19 B
  154. test_data/inline/err/bracket_expr_err.js : 19 B
  155. test_data/inline/err/primary_expr_invalid_recovery.js : 18 B
  156. test_data/inline/ok/object_expr_spread_prop.js : 17 B
  157. test_data/inline/ok/async_ident.js : 15 B
  158. test_data/inline/ok/this_expr.js : 14 B
  159. test_data/inline/ok/sequence_expr.js : 14 B
  160. test_data/inline/ok/object_expr_ident_prop.js : 14 B
  161. test_data/inline/ok/import_call.js : 14 B
  162. test_data/inline/ok/grouping_expr.js : 14 B
  163. test_data/inline/err/paren_or_arrow_expr_invalid_params.js : 14 B
  164. test_data/inline/ok/postfix_expr.js : 12 B
  165. test_data/inline/ok/import_meta.js : 12 B
  166. test_data/inline/err/object_expr_non_ident_literal_prop.js : 12 B
  167. test_data/inline/ok/debugger_stmt.js : 10 B
  168. test_data/inline/ok/empty_stmt.js : 2 B