blob: 7c9f9b1990ae3169309fcadba5413dbeb03febe4 [file] [log] [blame]
# This file is generated by package_importer.py for _fe_analyzer_shared-58.0.0
import("//build/dart/dart_library.gni")
dart_library("_fe_analyzer_shared") {
package_name = "_fe_analyzer_shared"
language_version = "2.17"
disable_analysis = true
deps = [
"//third_party/dart-pkg/pub/meta",
]
sources = [
"src/base/customized_codes.dart",
"src/base/errors.dart",
"src/base/syntactic_entity.dart",
"src/deferred_function_literal_heuristic.dart",
"src/exhaustiveness/exhaustive.dart",
"src/exhaustiveness/key.dart",
"src/exhaustiveness/path.dart",
"src/exhaustiveness/profile.dart",
"src/exhaustiveness/shared.dart",
"src/exhaustiveness/space.dart",
"src/exhaustiveness/static_type.dart",
"src/exhaustiveness/test_helper.dart",
"src/exhaustiveness/types.dart",
"src/exhaustiveness/types/bool.dart",
"src/exhaustiveness/types/enum.dart",
"src/exhaustiveness/types/future_or.dart",
"src/exhaustiveness/types/list.dart",
"src/exhaustiveness/types/map.dart",
"src/exhaustiveness/types/record.dart",
"src/exhaustiveness/types/sealed.dart",
"src/exhaustiveness/witness.dart",
"src/experiments/errors.dart",
"src/experiments/flags.dart",
"src/flow_analysis/factory_type_test_helper.dart",
"src/flow_analysis/flow_analysis.dart",
"src/macros/api.dart",
"src/macros/api/builders.dart",
"src/macros/api/code.dart",
"src/macros/api/introspection.dart",
"src/macros/api/macros.dart",
"src/macros/bootstrap.dart",
"src/macros/compiler/request_channel.dart",
"src/macros/executor.dart",
"src/macros/executor/augmentation_library.dart",
"src/macros/executor/builder_impls.dart",
"src/macros/executor/execute_macro.dart",
"src/macros/executor/executor_base.dart",
"src/macros/executor/introspection_impls.dart",
"src/macros/executor/isolated_executor.dart",
"src/macros/executor/message_grouper.dart",
"src/macros/executor/multi_executor.dart",
"src/macros/executor/process_executor.dart",
"src/macros/executor/protocol.dart",
"src/macros/executor/remote_instance.dart",
"src/macros/executor/response_impls.dart",
"src/macros/executor/serialization.dart",
"src/macros/executor/serialization_extensions.dart",
"src/messages/codes.dart",
"src/messages/codes_generated.dart",
"src/messages/diagnostic_message.dart",
"src/messages/severity.dart",
"src/parser/assert.dart",
"src/parser/async_modifier.dart",
"src/parser/block_kind.dart",
"src/parser/class_member_parser.dart",
"src/parser/constructor_reference_context.dart",
"src/parser/declaration_kind.dart",
"src/parser/directive_context.dart",
"src/parser/error_delegation_listener.dart",
"src/parser/formal_parameter_kind.dart",
"src/parser/forwarding_listener.dart",
"src/parser/identifier_context.dart",
"src/parser/identifier_context_impl.dart",
"src/parser/listener.dart",
"src/parser/literal_entry_info.dart",
"src/parser/literal_entry_info_impl.dart",
"src/parser/loop_state.dart",
"src/parser/member_kind.dart",
"src/parser/modifier_context.dart",
"src/parser/parser.dart",
"src/parser/parser_error.dart",
"src/parser/parser_impl.dart",
"src/parser/parser_main.dart",
"src/parser/quote.dart",
"src/parser/recovery_listeners.dart",
"src/parser/stack_listener.dart",
"src/parser/token_stream_rewriter.dart",
"src/parser/top_level_parser.dart",
"src/parser/type_info.dart",
"src/parser/type_info_impl.dart",
"src/parser/util.dart",
"src/scanner/abstract_scanner.dart",
"src/scanner/characters.dart",
"src/scanner/error_token.dart",
"src/scanner/errors.dart",
"src/scanner/interner.dart",
"src/scanner/io.dart",
"src/scanner/keyword_state.dart",
"src/scanner/reader.dart",
"src/scanner/recover.dart",
"src/scanner/scanner.dart",
"src/scanner/scanner_main.dart",
"src/scanner/string_canonicalizer.dart",
"src/scanner/string_scanner.dart",
"src/scanner/string_utilities.dart",
"src/scanner/token.dart",
"src/scanner/token_constants.dart",
"src/scanner/token_impl.dart",
"src/scanner/utf8_bytes_scanner.dart",
"src/sdk/allowed_experiments.dart",
"src/testing/annotated_code_helper.dart",
"src/testing/features.dart",
"src/testing/id.dart",
"src/testing/id_generation.dart",
"src/testing/id_testing.dart",
"src/type_inference/assigned_variables.dart",
"src/type_inference/promotion_key_store.dart",
"src/type_inference/type_analysis_result.dart",
"src/type_inference/type_analyzer.dart",
"src/type_inference/type_operations.dart",
"src/type_inference/variable_bindings.dart",
"src/util/colors.dart",
"src/util/dependency_walker.dart",
"src/util/filenames.dart",
"src/util/libraries_specification.dart",
"src/util/link.dart",
"src/util/link_implementation.dart",
"src/util/null_value.dart",
"src/util/options.dart",
"src/util/relativize.dart",
"src/util/resolve_input_uri.dart",
"src/util/resolve_relative_uri.dart",
"src/util/stack_checker.dart",
"src/util/value_kind.dart",
]
}