├── .github └── workflows │ └── test.yml ├── .gitignore ├── CHANGELOG.md ├── LICENCE ├── README.md ├── birdie_snapshots ├── add_mult.accepted ├── add_mult_block.accepted ├── addint.accepted ├── addint2.accepted ├── alias_fn.accepted ├── alias_hole.accepted ├── alias_named.accepted ├── alias_qualified_named.accepted ├── alias_tuple.accepted ├── alias_variable.accepted ├── aliased_import.accepted ├── and.accepted ├── and2.accepted ├── assert.accepted ├── assert_location.accepted ├── assert_message_location.accepted ├── assert_precedence_with_todo.accepted ├── assert_with_compound_message.accepted ├── assert_with_message.accepted ├── assignment.accepted ├── assignment_pattern.accepted ├── assignment_pattern_location.accepted ├── attributes.accepted ├── attributes_no_paren.accepted ├── binary_operator_location.accepted ├── bit_array_location.accepted ├── bit_array_pattern_location.accepted ├── bit_string_empty.accepted ├── bit_string_numbers.accepted ├── bit_string_others.accepted ├── bit_string_pattern.accepted ├── bit_string_sizes.accepted ├── bit_string_units.accepted ├── bit_string_value_sizes.accepted ├── block_location.accepted ├── box.accepted ├── call.accepted ├── call_field.accepted ├── call_labelled.accepted ├── call_location.accepted ├── call_recursive.accepted ├── call_shorthand.accepted ├── case.accepted ├── case_alternatives.accepted ├── case_clauses.accepted ├── case_location.accepted ├── case_multi.accepted ├── comment_discarding.accepted ├── comments.accepted ├── concatenate_discard_pattern.accepted ├── concatenate_pattern.accepted ├── concatenate_pattern_assignment_location.accepted ├── concatenate_pattern_discard_location.accepted ├── concatenate_pattern_location.accepted ├── concatenate_pattern_with_prefix_assignment.accepted ├── const_record_shorthand.accepted ├── constant_annotated_int.accepted ├── constant_bit_string.accepted ├── constant_constructor.accepted ├── constant_empty_list.accepted ├── constant_empty_tuple.accepted ├── constant_enum_constructor.accepted ├── constant_float.accepted ├── constant_int.accepted ├── constant_labelled_constructor.accepted ├── constant_list.accepted ├── constant_list_trailing_comma.accepted ├── constant_location.accepted ├── constant_pub_int.accepted ├── constant_qualified_enum_constructor.accepted ├── constant_string.accepted ├── constant_tuple.accepted ├── constant_tuple_trailing_comma.accepted ├── constant_variable.accepted ├── constructor_pattern.accepted ├── constructor_pattern_args.accepted ├── constructor_pattern_labels.accepted ├── constructor_pattern_location.accepted ├── constructor_pattern_qualified.accepted ├── constructor_pattern_spread.accepted ├── constuctorless_type.accepted ├── crash.accepted ├── custom_type_location.accepted ├── deprecated_constructor.accepted ├── discard_list_rest.accepted ├── discard_pattern.accepted ├── discard_pattern_location.accepted ├── echo.accepted ├── echo_location.accepted ├── echo_pipeline.accepted ├── echo_with_message.accepted ├── empty_block.accepted ├── empty_fields_list.accepted ├── empty_list_rest_pattern.accepted ├── empty_parameter_list.accepted ├── empty_unqualified.accepted ├── expression_block.accepted ├── expression_empty_list_prefix.accepted ├── expression_float.accepted ├── expression_fn.accepted ├── expression_fn_annotated_parens.accepted ├── expression_fn_discard.accepted ├── expression_fn_return.accepted ├── expression_int.accepted ├── expression_list.accepted ├── expression_list_prefix.accepted ├── expression_list_trailing_comma.accepted ├── expression_negate_bool.accepted ├── expression_negate_bool_precedence.accepted ├── expression_negate_int.accepted ├── expression_negate_int_precedence.accepted ├── expression_panic.accepted ├── expression_panic_message.accepted ├── expression_string.accepted ├── expression_todo.accepted ├── expression_todo_message.accepted ├── expression_tuple.accepted ├── expression_tuple_trailing_comma.accepted ├── expression_variable.accepted ├── external_attribute.accepted ├── external_function_location.accepted ├── external_function_with_return_location.accepted ├── external_type_location.accepted ├── external_type_with_parameters_location.accepted ├── field_access.accepted ├── field_access_location.accepted ├── field_access_recursive.accepted ├── field_access_upper.accepted ├── fields_trailing_comma.accepted ├── float_location.accepted ├── float_pattern.accepted ├── float_pattern_location.accepted ├── fn_location.accepted ├── function_capture_after.accepted ├── function_capture_after_trailing_comma.accepted ├── function_capture_before.accepted ├── function_capture_both.accepted ├── function_capture_immediate_call.accepted ├── function_capture_location.accepted ├── function_capture_pointless.accepted ├── function_capture_shorthand.accepted ├── function_location.accepted ├── function_main.accepted ├── function_parameters.accepted ├── function_return_annotation.accepted ├── guard.accepted ├── import.accepted ├── import_alias_discard_location.accepted ├── import_alias_location.accepted ├── import_location.accepted ├── import_nested_location.accepted ├── import_unqualified_location.accepted ├── import_with_underscore_alias.accepted ├── int_location.accepted ├── int_pattern.accepted ├── int_pattern_location.accepted ├── label_capture.accepted ├── label_location.accepted ├── label_shorthand_location.accepted ├── labelled_fields.accepted ├── let_annotation.accepted ├── let_assert.accepted ├── let_assert_location.accepted ├── let_assert_message_location.accepted ├── let_assert_todo_precedence.accepted ├── let_assert_with_compound_message.accepted ├── let_assert_with_message.accepted ├── let_location.accepted ├── list_location.accepted ├── list_pattern.accepted ├── list_pattern_location.accepted ├── list_pattern_spread_location.accepted ├── list_rest_pattern.accepted ├── list_spread_location.accepted ├── mult_add.accepted ├── multiple_field_call.accepted ├── multiple_field_record_update.accepted ├── multiple_fields.accepted ├── negate_int_location.accepted ├── negative_float_bug.accepted ├── negative_float_location.accepted ├── negative_int_bug.accepted ├── nested_import.accepted ├── nil.accepted ├── no_shorthand_in_constructors.accepted ├── opaque.accepted ├── or.accepted ├── panic_as.accepted ├── panic_as_block.accepted ├── panic_location.accepted ├── panic_message_location.accepted ├── pattern_shorthand.accepted ├── phantom.accepted ├── phantom_multiple.accepted ├── phantom_trailing_comma.accepted ├── pipe.accepted ├── private_enum.accepted ├── private_function_main.accepted ├── public_constant_location.accepted ├── public_enum.accepted ├── public_external_type_location.accepted ├── public_function_location.accepted ├── public_type_alias_location.accepted ├── record_partial_destructure_trailing_comma.accepted ├── record_shorthand.accepted ├── record_update.accepted ├── record_update_empty.accepted ├── record_update_empty_trailing_comma.accepted ├── record_update_location.accepted ├── record_update_qualified.accepted ├── record_update_shorthand.accepted ├── record_update_trailing_comma.accepted ├── string_location.accepted ├── string_pattern.accepted ├── string_pattern_location.accepted ├── todo_as.accepted ├── todo_as_block.accepted ├── todo_location.accepted ├── todo_message_location.accepted ├── trailing_comma_in_parameters.accepted ├── tuple_index.accepted ├── tuple_index_location.accepted ├── tuple_location.accepted ├── tuple_pattern.accepted ├── tuple_pattern_location.accepted ├── tuple_pattern_trailing_comma.accepted ├── type_alias_location.accepted ├── unqualified.accepted ├── unqualified_aliased.accepted ├── unqualified_type.accepted ├── use.accepted ├── use_location.accepted ├── use_multiple.accepted ├── use_none.accepted ├── use_with_annotations.accepted ├── variable_location.accepted ├── variable_pattern_location.accepted └── variant_pattern_location.accepted ├── gleam.toml ├── manifest.toml ├── src └── glance.gleam └── test ├── birdie.gleam ├── birdie └── internal │ ├── diff.gleam │ ├── project.gleam │ └── titles.gleam └── glance_test.gleam /.github/workflows/test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/.github/workflows/test.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.beam 2 | *.ez 3 | build 4 | erl_crash.dump 5 | -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/LICENCE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/README.md -------------------------------------------------------------------------------- /birdie_snapshots/add_mult.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/add_mult.accepted -------------------------------------------------------------------------------- /birdie_snapshots/add_mult_block.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/add_mult_block.accepted -------------------------------------------------------------------------------- /birdie_snapshots/addint.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/addint.accepted -------------------------------------------------------------------------------- /birdie_snapshots/addint2.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/addint2.accepted -------------------------------------------------------------------------------- /birdie_snapshots/alias_fn.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/alias_fn.accepted -------------------------------------------------------------------------------- /birdie_snapshots/alias_hole.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/alias_hole.accepted -------------------------------------------------------------------------------- /birdie_snapshots/alias_named.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/alias_named.accepted -------------------------------------------------------------------------------- /birdie_snapshots/alias_qualified_named.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/alias_qualified_named.accepted -------------------------------------------------------------------------------- /birdie_snapshots/alias_tuple.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/alias_tuple.accepted -------------------------------------------------------------------------------- /birdie_snapshots/alias_variable.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/alias_variable.accepted -------------------------------------------------------------------------------- /birdie_snapshots/aliased_import.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/aliased_import.accepted -------------------------------------------------------------------------------- /birdie_snapshots/and.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/and.accepted -------------------------------------------------------------------------------- /birdie_snapshots/and2.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/and2.accepted -------------------------------------------------------------------------------- /birdie_snapshots/assert.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/assert.accepted -------------------------------------------------------------------------------- /birdie_snapshots/assert_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/assert_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/assert_message_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/assert_message_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/assert_precedence_with_todo.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/assert_precedence_with_todo.accepted -------------------------------------------------------------------------------- /birdie_snapshots/assert_with_compound_message.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/assert_with_compound_message.accepted -------------------------------------------------------------------------------- /birdie_snapshots/assert_with_message.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/assert_with_message.accepted -------------------------------------------------------------------------------- /birdie_snapshots/assignment.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/assignment.accepted -------------------------------------------------------------------------------- /birdie_snapshots/assignment_pattern.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/assignment_pattern.accepted -------------------------------------------------------------------------------- /birdie_snapshots/assignment_pattern_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/assignment_pattern_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/attributes.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/attributes.accepted -------------------------------------------------------------------------------- /birdie_snapshots/attributes_no_paren.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/attributes_no_paren.accepted -------------------------------------------------------------------------------- /birdie_snapshots/binary_operator_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/binary_operator_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/bit_array_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/bit_array_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/bit_array_pattern_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/bit_array_pattern_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/bit_string_empty.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/bit_string_empty.accepted -------------------------------------------------------------------------------- /birdie_snapshots/bit_string_numbers.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/bit_string_numbers.accepted -------------------------------------------------------------------------------- /birdie_snapshots/bit_string_others.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/bit_string_others.accepted -------------------------------------------------------------------------------- /birdie_snapshots/bit_string_pattern.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/bit_string_pattern.accepted -------------------------------------------------------------------------------- /birdie_snapshots/bit_string_sizes.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/bit_string_sizes.accepted -------------------------------------------------------------------------------- /birdie_snapshots/bit_string_units.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/bit_string_units.accepted -------------------------------------------------------------------------------- /birdie_snapshots/bit_string_value_sizes.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/bit_string_value_sizes.accepted -------------------------------------------------------------------------------- /birdie_snapshots/block_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/block_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/box.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/box.accepted -------------------------------------------------------------------------------- /birdie_snapshots/call.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/call.accepted -------------------------------------------------------------------------------- /birdie_snapshots/call_field.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/call_field.accepted -------------------------------------------------------------------------------- /birdie_snapshots/call_labelled.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/call_labelled.accepted -------------------------------------------------------------------------------- /birdie_snapshots/call_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/call_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/call_recursive.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/call_recursive.accepted -------------------------------------------------------------------------------- /birdie_snapshots/call_shorthand.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/call_shorthand.accepted -------------------------------------------------------------------------------- /birdie_snapshots/case.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/case.accepted -------------------------------------------------------------------------------- /birdie_snapshots/case_alternatives.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/case_alternatives.accepted -------------------------------------------------------------------------------- /birdie_snapshots/case_clauses.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/case_clauses.accepted -------------------------------------------------------------------------------- /birdie_snapshots/case_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/case_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/case_multi.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/case_multi.accepted -------------------------------------------------------------------------------- /birdie_snapshots/comment_discarding.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/comment_discarding.accepted -------------------------------------------------------------------------------- /birdie_snapshots/comments.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/comments.accepted -------------------------------------------------------------------------------- /birdie_snapshots/concatenate_discard_pattern.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/concatenate_discard_pattern.accepted -------------------------------------------------------------------------------- /birdie_snapshots/concatenate_pattern.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/concatenate_pattern.accepted -------------------------------------------------------------------------------- /birdie_snapshots/concatenate_pattern_assignment_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/concatenate_pattern_assignment_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/concatenate_pattern_discard_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/concatenate_pattern_discard_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/concatenate_pattern_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/concatenate_pattern_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/concatenate_pattern_with_prefix_assignment.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/concatenate_pattern_with_prefix_assignment.accepted -------------------------------------------------------------------------------- /birdie_snapshots/const_record_shorthand.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/const_record_shorthand.accepted -------------------------------------------------------------------------------- /birdie_snapshots/constant_annotated_int.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/constant_annotated_int.accepted -------------------------------------------------------------------------------- /birdie_snapshots/constant_bit_string.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/constant_bit_string.accepted -------------------------------------------------------------------------------- /birdie_snapshots/constant_constructor.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/constant_constructor.accepted -------------------------------------------------------------------------------- /birdie_snapshots/constant_empty_list.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/constant_empty_list.accepted -------------------------------------------------------------------------------- /birdie_snapshots/constant_empty_tuple.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/constant_empty_tuple.accepted -------------------------------------------------------------------------------- /birdie_snapshots/constant_enum_constructor.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/constant_enum_constructor.accepted -------------------------------------------------------------------------------- /birdie_snapshots/constant_float.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/constant_float.accepted -------------------------------------------------------------------------------- /birdie_snapshots/constant_int.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/constant_int.accepted -------------------------------------------------------------------------------- /birdie_snapshots/constant_labelled_constructor.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/constant_labelled_constructor.accepted -------------------------------------------------------------------------------- /birdie_snapshots/constant_list.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/constant_list.accepted -------------------------------------------------------------------------------- /birdie_snapshots/constant_list_trailing_comma.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/constant_list_trailing_comma.accepted -------------------------------------------------------------------------------- /birdie_snapshots/constant_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/constant_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/constant_pub_int.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/constant_pub_int.accepted -------------------------------------------------------------------------------- /birdie_snapshots/constant_qualified_enum_constructor.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/constant_qualified_enum_constructor.accepted -------------------------------------------------------------------------------- /birdie_snapshots/constant_string.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/constant_string.accepted -------------------------------------------------------------------------------- /birdie_snapshots/constant_tuple.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/constant_tuple.accepted -------------------------------------------------------------------------------- /birdie_snapshots/constant_tuple_trailing_comma.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/constant_tuple_trailing_comma.accepted -------------------------------------------------------------------------------- /birdie_snapshots/constant_variable.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/constant_variable.accepted -------------------------------------------------------------------------------- /birdie_snapshots/constructor_pattern.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/constructor_pattern.accepted -------------------------------------------------------------------------------- /birdie_snapshots/constructor_pattern_args.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/constructor_pattern_args.accepted -------------------------------------------------------------------------------- /birdie_snapshots/constructor_pattern_labels.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/constructor_pattern_labels.accepted -------------------------------------------------------------------------------- /birdie_snapshots/constructor_pattern_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/constructor_pattern_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/constructor_pattern_qualified.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/constructor_pattern_qualified.accepted -------------------------------------------------------------------------------- /birdie_snapshots/constructor_pattern_spread.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/constructor_pattern_spread.accepted -------------------------------------------------------------------------------- /birdie_snapshots/constuctorless_type.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/constuctorless_type.accepted -------------------------------------------------------------------------------- /birdie_snapshots/crash.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/crash.accepted -------------------------------------------------------------------------------- /birdie_snapshots/custom_type_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/custom_type_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/deprecated_constructor.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/deprecated_constructor.accepted -------------------------------------------------------------------------------- /birdie_snapshots/discard_list_rest.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/discard_list_rest.accepted -------------------------------------------------------------------------------- /birdie_snapshots/discard_pattern.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/discard_pattern.accepted -------------------------------------------------------------------------------- /birdie_snapshots/discard_pattern_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/discard_pattern_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/echo.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/echo.accepted -------------------------------------------------------------------------------- /birdie_snapshots/echo_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/echo_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/echo_pipeline.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/echo_pipeline.accepted -------------------------------------------------------------------------------- /birdie_snapshots/echo_with_message.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/echo_with_message.accepted -------------------------------------------------------------------------------- /birdie_snapshots/empty_block.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/empty_block.accepted -------------------------------------------------------------------------------- /birdie_snapshots/empty_fields_list.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/empty_fields_list.accepted -------------------------------------------------------------------------------- /birdie_snapshots/empty_list_rest_pattern.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/empty_list_rest_pattern.accepted -------------------------------------------------------------------------------- /birdie_snapshots/empty_parameter_list.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/empty_parameter_list.accepted -------------------------------------------------------------------------------- /birdie_snapshots/empty_unqualified.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/empty_unqualified.accepted -------------------------------------------------------------------------------- /birdie_snapshots/expression_block.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/expression_block.accepted -------------------------------------------------------------------------------- /birdie_snapshots/expression_empty_list_prefix.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/expression_empty_list_prefix.accepted -------------------------------------------------------------------------------- /birdie_snapshots/expression_float.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/expression_float.accepted -------------------------------------------------------------------------------- /birdie_snapshots/expression_fn.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/expression_fn.accepted -------------------------------------------------------------------------------- /birdie_snapshots/expression_fn_annotated_parens.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/expression_fn_annotated_parens.accepted -------------------------------------------------------------------------------- /birdie_snapshots/expression_fn_discard.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/expression_fn_discard.accepted -------------------------------------------------------------------------------- /birdie_snapshots/expression_fn_return.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/expression_fn_return.accepted -------------------------------------------------------------------------------- /birdie_snapshots/expression_int.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/expression_int.accepted -------------------------------------------------------------------------------- /birdie_snapshots/expression_list.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/expression_list.accepted -------------------------------------------------------------------------------- /birdie_snapshots/expression_list_prefix.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/expression_list_prefix.accepted -------------------------------------------------------------------------------- /birdie_snapshots/expression_list_trailing_comma.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/expression_list_trailing_comma.accepted -------------------------------------------------------------------------------- /birdie_snapshots/expression_negate_bool.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/expression_negate_bool.accepted -------------------------------------------------------------------------------- /birdie_snapshots/expression_negate_bool_precedence.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/expression_negate_bool_precedence.accepted -------------------------------------------------------------------------------- /birdie_snapshots/expression_negate_int.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/expression_negate_int.accepted -------------------------------------------------------------------------------- /birdie_snapshots/expression_negate_int_precedence.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/expression_negate_int_precedence.accepted -------------------------------------------------------------------------------- /birdie_snapshots/expression_panic.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/expression_panic.accepted -------------------------------------------------------------------------------- /birdie_snapshots/expression_panic_message.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/expression_panic_message.accepted -------------------------------------------------------------------------------- /birdie_snapshots/expression_string.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/expression_string.accepted -------------------------------------------------------------------------------- /birdie_snapshots/expression_todo.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/expression_todo.accepted -------------------------------------------------------------------------------- /birdie_snapshots/expression_todo_message.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/expression_todo_message.accepted -------------------------------------------------------------------------------- /birdie_snapshots/expression_tuple.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/expression_tuple.accepted -------------------------------------------------------------------------------- /birdie_snapshots/expression_tuple_trailing_comma.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/expression_tuple_trailing_comma.accepted -------------------------------------------------------------------------------- /birdie_snapshots/expression_variable.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/expression_variable.accepted -------------------------------------------------------------------------------- /birdie_snapshots/external_attribute.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/external_attribute.accepted -------------------------------------------------------------------------------- /birdie_snapshots/external_function_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/external_function_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/external_function_with_return_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/external_function_with_return_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/external_type_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/external_type_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/external_type_with_parameters_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/external_type_with_parameters_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/field_access.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/field_access.accepted -------------------------------------------------------------------------------- /birdie_snapshots/field_access_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/field_access_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/field_access_recursive.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/field_access_recursive.accepted -------------------------------------------------------------------------------- /birdie_snapshots/field_access_upper.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/field_access_upper.accepted -------------------------------------------------------------------------------- /birdie_snapshots/fields_trailing_comma.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/fields_trailing_comma.accepted -------------------------------------------------------------------------------- /birdie_snapshots/float_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/float_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/float_pattern.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/float_pattern.accepted -------------------------------------------------------------------------------- /birdie_snapshots/float_pattern_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/float_pattern_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/fn_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/fn_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/function_capture_after.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/function_capture_after.accepted -------------------------------------------------------------------------------- /birdie_snapshots/function_capture_after_trailing_comma.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/function_capture_after_trailing_comma.accepted -------------------------------------------------------------------------------- /birdie_snapshots/function_capture_before.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/function_capture_before.accepted -------------------------------------------------------------------------------- /birdie_snapshots/function_capture_both.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/function_capture_both.accepted -------------------------------------------------------------------------------- /birdie_snapshots/function_capture_immediate_call.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/function_capture_immediate_call.accepted -------------------------------------------------------------------------------- /birdie_snapshots/function_capture_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/function_capture_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/function_capture_pointless.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/function_capture_pointless.accepted -------------------------------------------------------------------------------- /birdie_snapshots/function_capture_shorthand.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/function_capture_shorthand.accepted -------------------------------------------------------------------------------- /birdie_snapshots/function_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/function_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/function_main.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/function_main.accepted -------------------------------------------------------------------------------- /birdie_snapshots/function_parameters.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/function_parameters.accepted -------------------------------------------------------------------------------- /birdie_snapshots/function_return_annotation.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/function_return_annotation.accepted -------------------------------------------------------------------------------- /birdie_snapshots/guard.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/guard.accepted -------------------------------------------------------------------------------- /birdie_snapshots/import.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/import.accepted -------------------------------------------------------------------------------- /birdie_snapshots/import_alias_discard_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/import_alias_discard_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/import_alias_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/import_alias_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/import_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/import_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/import_nested_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/import_nested_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/import_unqualified_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/import_unqualified_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/import_with_underscore_alias.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/import_with_underscore_alias.accepted -------------------------------------------------------------------------------- /birdie_snapshots/int_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/int_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/int_pattern.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/int_pattern.accepted -------------------------------------------------------------------------------- /birdie_snapshots/int_pattern_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/int_pattern_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/label_capture.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/label_capture.accepted -------------------------------------------------------------------------------- /birdie_snapshots/label_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/label_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/label_shorthand_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/label_shorthand_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/labelled_fields.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/labelled_fields.accepted -------------------------------------------------------------------------------- /birdie_snapshots/let_annotation.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/let_annotation.accepted -------------------------------------------------------------------------------- /birdie_snapshots/let_assert.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/let_assert.accepted -------------------------------------------------------------------------------- /birdie_snapshots/let_assert_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/let_assert_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/let_assert_message_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/let_assert_message_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/let_assert_todo_precedence.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/let_assert_todo_precedence.accepted -------------------------------------------------------------------------------- /birdie_snapshots/let_assert_with_compound_message.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/let_assert_with_compound_message.accepted -------------------------------------------------------------------------------- /birdie_snapshots/let_assert_with_message.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/let_assert_with_message.accepted -------------------------------------------------------------------------------- /birdie_snapshots/let_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/let_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/list_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/list_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/list_pattern.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/list_pattern.accepted -------------------------------------------------------------------------------- /birdie_snapshots/list_pattern_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/list_pattern_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/list_pattern_spread_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/list_pattern_spread_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/list_rest_pattern.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/list_rest_pattern.accepted -------------------------------------------------------------------------------- /birdie_snapshots/list_spread_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/list_spread_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/mult_add.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/mult_add.accepted -------------------------------------------------------------------------------- /birdie_snapshots/multiple_field_call.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/multiple_field_call.accepted -------------------------------------------------------------------------------- /birdie_snapshots/multiple_field_record_update.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/multiple_field_record_update.accepted -------------------------------------------------------------------------------- /birdie_snapshots/multiple_fields.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/multiple_fields.accepted -------------------------------------------------------------------------------- /birdie_snapshots/negate_int_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/negate_int_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/negative_float_bug.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/negative_float_bug.accepted -------------------------------------------------------------------------------- /birdie_snapshots/negative_float_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/negative_float_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/negative_int_bug.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/negative_int_bug.accepted -------------------------------------------------------------------------------- /birdie_snapshots/nested_import.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/nested_import.accepted -------------------------------------------------------------------------------- /birdie_snapshots/nil.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/nil.accepted -------------------------------------------------------------------------------- /birdie_snapshots/no_shorthand_in_constructors.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/no_shorthand_in_constructors.accepted -------------------------------------------------------------------------------- /birdie_snapshots/opaque.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/opaque.accepted -------------------------------------------------------------------------------- /birdie_snapshots/or.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/or.accepted -------------------------------------------------------------------------------- /birdie_snapshots/panic_as.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/panic_as.accepted -------------------------------------------------------------------------------- /birdie_snapshots/panic_as_block.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/panic_as_block.accepted -------------------------------------------------------------------------------- /birdie_snapshots/panic_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/panic_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/panic_message_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/panic_message_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/pattern_shorthand.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/pattern_shorthand.accepted -------------------------------------------------------------------------------- /birdie_snapshots/phantom.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/phantom.accepted -------------------------------------------------------------------------------- /birdie_snapshots/phantom_multiple.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/phantom_multiple.accepted -------------------------------------------------------------------------------- /birdie_snapshots/phantom_trailing_comma.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/phantom_trailing_comma.accepted -------------------------------------------------------------------------------- /birdie_snapshots/pipe.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/pipe.accepted -------------------------------------------------------------------------------- /birdie_snapshots/private_enum.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/private_enum.accepted -------------------------------------------------------------------------------- /birdie_snapshots/private_function_main.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/private_function_main.accepted -------------------------------------------------------------------------------- /birdie_snapshots/public_constant_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/public_constant_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/public_enum.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/public_enum.accepted -------------------------------------------------------------------------------- /birdie_snapshots/public_external_type_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/public_external_type_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/public_function_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/public_function_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/public_type_alias_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/public_type_alias_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/record_partial_destructure_trailing_comma.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/record_partial_destructure_trailing_comma.accepted -------------------------------------------------------------------------------- /birdie_snapshots/record_shorthand.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/record_shorthand.accepted -------------------------------------------------------------------------------- /birdie_snapshots/record_update.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/record_update.accepted -------------------------------------------------------------------------------- /birdie_snapshots/record_update_empty.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/record_update_empty.accepted -------------------------------------------------------------------------------- /birdie_snapshots/record_update_empty_trailing_comma.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/record_update_empty_trailing_comma.accepted -------------------------------------------------------------------------------- /birdie_snapshots/record_update_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/record_update_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/record_update_qualified.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/record_update_qualified.accepted -------------------------------------------------------------------------------- /birdie_snapshots/record_update_shorthand.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/record_update_shorthand.accepted -------------------------------------------------------------------------------- /birdie_snapshots/record_update_trailing_comma.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/record_update_trailing_comma.accepted -------------------------------------------------------------------------------- /birdie_snapshots/string_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/string_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/string_pattern.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/string_pattern.accepted -------------------------------------------------------------------------------- /birdie_snapshots/string_pattern_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/string_pattern_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/todo_as.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/todo_as.accepted -------------------------------------------------------------------------------- /birdie_snapshots/todo_as_block.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/todo_as_block.accepted -------------------------------------------------------------------------------- /birdie_snapshots/todo_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/todo_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/todo_message_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/todo_message_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/trailing_comma_in_parameters.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/trailing_comma_in_parameters.accepted -------------------------------------------------------------------------------- /birdie_snapshots/tuple_index.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/tuple_index.accepted -------------------------------------------------------------------------------- /birdie_snapshots/tuple_index_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/tuple_index_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/tuple_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/tuple_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/tuple_pattern.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/tuple_pattern.accepted -------------------------------------------------------------------------------- /birdie_snapshots/tuple_pattern_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/tuple_pattern_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/tuple_pattern_trailing_comma.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/tuple_pattern_trailing_comma.accepted -------------------------------------------------------------------------------- /birdie_snapshots/type_alias_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/type_alias_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/unqualified.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/unqualified.accepted -------------------------------------------------------------------------------- /birdie_snapshots/unqualified_aliased.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/unqualified_aliased.accepted -------------------------------------------------------------------------------- /birdie_snapshots/unqualified_type.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/unqualified_type.accepted -------------------------------------------------------------------------------- /birdie_snapshots/use.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/use.accepted -------------------------------------------------------------------------------- /birdie_snapshots/use_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/use_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/use_multiple.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/use_multiple.accepted -------------------------------------------------------------------------------- /birdie_snapshots/use_none.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/use_none.accepted -------------------------------------------------------------------------------- /birdie_snapshots/use_with_annotations.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/use_with_annotations.accepted -------------------------------------------------------------------------------- /birdie_snapshots/variable_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/variable_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/variable_pattern_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/variable_pattern_location.accepted -------------------------------------------------------------------------------- /birdie_snapshots/variant_pattern_location.accepted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/birdie_snapshots/variant_pattern_location.accepted -------------------------------------------------------------------------------- /gleam.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/gleam.toml -------------------------------------------------------------------------------- /manifest.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/manifest.toml -------------------------------------------------------------------------------- /src/glance.gleam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/src/glance.gleam -------------------------------------------------------------------------------- /test/birdie.gleam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/test/birdie.gleam -------------------------------------------------------------------------------- /test/birdie/internal/diff.gleam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/test/birdie/internal/diff.gleam -------------------------------------------------------------------------------- /test/birdie/internal/project.gleam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/test/birdie/internal/project.gleam -------------------------------------------------------------------------------- /test/birdie/internal/titles.gleam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/test/birdie/internal/titles.gleam -------------------------------------------------------------------------------- /test/glance_test.gleam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lpil/glance/HEAD/test/glance_test.gleam --------------------------------------------------------------------------------