compiler_unsupported 0.5.5 copy "compiler_unsupported: ^0.5.5" to clipboard
compiler_unsupported: ^0.5.5 copied to clipboard

discontinued
outdated

A completely unsupported clone of Dart SDK library sdk/lib/_internal/compiler . This package will change in unpredictable/incompatible ways without warning.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add compiler_unsupported

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  compiler_unsupported: ^0.5.5

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:compiler_unsupported/compiler.dart';
import 'package:compiler_unsupported/implementation/apiimpl.dart';
import 'package:compiler_unsupported/implementation/closure.dart';
import 'package:compiler_unsupported/implementation/code_buffer.dart';
import 'package:compiler_unsupported/implementation/colors.dart';
import 'package:compiler_unsupported/implementation/compile_time_constants.dart';
import 'package:compiler_unsupported/implementation/compiler.dart';
import 'package:compiler_unsupported/implementation/constant_system.dart';
import 'package:compiler_unsupported/implementation/constant_system_dart.dart';
import 'package:compiler_unsupported/implementation/constants.dart';
import 'package:compiler_unsupported/implementation/dart2js.dart';
import 'package:compiler_unsupported/implementation/dart2jslib.dart';
import 'package:compiler_unsupported/implementation/dart_backend/backend.dart';
import 'package:compiler_unsupported/implementation/dart_backend/dart_backend.dart';
import 'package:compiler_unsupported/implementation/dart_backend/emitter.dart';
import 'package:compiler_unsupported/implementation/dart_backend/placeholder_collector.dart';
import 'package:compiler_unsupported/implementation/dart_backend/renamer.dart';
import 'package:compiler_unsupported/implementation/dart_backend/utils.dart';
import 'package:compiler_unsupported/implementation/dart_types.dart';
import 'package:compiler_unsupported/implementation/deferred_load.dart';
import 'package:compiler_unsupported/implementation/diagnostic_listener.dart';
import 'package:compiler_unsupported/implementation/elements/elements.dart';
import 'package:compiler_unsupported/implementation/elements/modelx.dart';
import 'package:compiler_unsupported/implementation/enqueue.dart';
import 'package:compiler_unsupported/implementation/filenames.dart';
import 'package:compiler_unsupported/implementation/js/builder.dart';
import 'package:compiler_unsupported/implementation/js/js.dart';
import 'package:compiler_unsupported/implementation/js/nodes.dart';
import 'package:compiler_unsupported/implementation/js/precedence.dart';
import 'package:compiler_unsupported/implementation/js/printer.dart';
import 'package:compiler_unsupported/implementation/js_backend/backend.dart';
import 'package:compiler_unsupported/implementation/js_backend/constant_emitter.dart';
import 'package:compiler_unsupported/implementation/js_backend/constant_system_javascript.dart';
import 'package:compiler_unsupported/implementation/js_backend/emitter.dart';
import 'package:compiler_unsupported/implementation/js_backend/emitter_no_eval.dart';
import 'package:compiler_unsupported/implementation/js_backend/js_backend.dart';
import 'package:compiler_unsupported/implementation/js_backend/minify_namer.dart';
import 'package:compiler_unsupported/implementation/js_backend/namer.dart';
import 'package:compiler_unsupported/implementation/js_backend/native_emitter.dart';
import 'package:compiler_unsupported/implementation/js_backend/runtime_types.dart';
import 'package:compiler_unsupported/implementation/lib/async_patch.dart';
import 'package:compiler_unsupported/implementation/lib/collection_dev_patch.dart';
import 'package:compiler_unsupported/implementation/lib/collection_patch.dart';
import 'package:compiler_unsupported/implementation/lib/constant_map.dart';
import 'package:compiler_unsupported/implementation/lib/core_patch.dart';
import 'package:compiler_unsupported/implementation/lib/foreign_helper.dart';
import 'package:compiler_unsupported/implementation/lib/interceptors.dart';
import 'package:compiler_unsupported/implementation/lib/io_patch.dart';
import 'package:compiler_unsupported/implementation/lib/isolate_helper.dart';
import 'package:compiler_unsupported/implementation/lib/isolate_patch.dart';
import 'package:compiler_unsupported/implementation/lib/js_array.dart';
import 'package:compiler_unsupported/implementation/lib/js_helper.dart';
import 'package:compiler_unsupported/implementation/lib/js_number.dart';
import 'package:compiler_unsupported/implementation/lib/js_rti.dart';
import 'package:compiler_unsupported/implementation/lib/js_string.dart';
import 'package:compiler_unsupported/implementation/lib/json_patch.dart';
import 'package:compiler_unsupported/implementation/lib/math_patch.dart';
import 'package:compiler_unsupported/implementation/lib/mirrors_patch.dart';
import 'package:compiler_unsupported/implementation/lib/native_helper.dart';
import 'package:compiler_unsupported/implementation/lib/regexp_helper.dart';
import 'package:compiler_unsupported/implementation/lib/scalarlist_patch.dart';
import 'package:compiler_unsupported/implementation/lib/string_helper.dart';
import 'package:compiler_unsupported/implementation/lib/typed_data_patch.dart';
import 'package:compiler_unsupported/implementation/library_loader.dart';
import 'package:compiler_unsupported/implementation/mirrors/dart2js_mirror.dart';
import 'package:compiler_unsupported/implementation/mirrors/mirrors.dart';
import 'package:compiler_unsupported/implementation/mirrors/mirrors_util.dart';
import 'package:compiler_unsupported/implementation/mirrors/util.dart';
import 'package:compiler_unsupported/implementation/native_handler.dart';
import 'package:compiler_unsupported/implementation/patch_parser.dart';
import 'package:compiler_unsupported/implementation/resolution/members.dart';
import 'package:compiler_unsupported/implementation/resolution/resolution.dart';
import 'package:compiler_unsupported/implementation/resolution/scope.dart';
import 'package:compiler_unsupported/implementation/resolution/secret_tree_element.dart';
import 'package:compiler_unsupported/implementation/resolved_visitor.dart';
import 'package:compiler_unsupported/implementation/scanner/array_based_scanner.dart';
import 'package:compiler_unsupported/implementation/scanner/byte_array_scanner.dart';
import 'package:compiler_unsupported/implementation/scanner/byte_strings.dart';
import 'package:compiler_unsupported/implementation/scanner/class_element_parser.dart';
import 'package:compiler_unsupported/implementation/scanner/keyword.dart';
import 'package:compiler_unsupported/implementation/scanner/listener.dart';
import 'package:compiler_unsupported/implementation/scanner/parser.dart';
import 'package:compiler_unsupported/implementation/scanner/parser_task.dart';
import 'package:compiler_unsupported/implementation/scanner/partial_parser.dart';
import 'package:compiler_unsupported/implementation/scanner/scanner.dart';
import 'package:compiler_unsupported/implementation/scanner/scanner_implementation.dart';
import 'package:compiler_unsupported/implementation/scanner/scanner_task.dart';
import 'package:compiler_unsupported/implementation/scanner/scannerlib.dart';
import 'package:compiler_unsupported/implementation/scanner/string_scanner.dart';
import 'package:compiler_unsupported/implementation/scanner/token.dart';
import 'package:compiler_unsupported/implementation/script.dart';
import 'package:compiler_unsupported/implementation/source_file.dart';
import 'package:compiler_unsupported/implementation/source_file_provider.dart';
import 'package:compiler_unsupported/implementation/source_map_builder.dart';
import 'package:compiler_unsupported/implementation/ssa/bailout.dart';
import 'package:compiler_unsupported/implementation/ssa/builder.dart';
import 'package:compiler_unsupported/implementation/ssa/codegen.dart';
import 'package:compiler_unsupported/implementation/ssa/codegen_helpers.dart';
import 'package:compiler_unsupported/implementation/ssa/invoke_dynamic_specializers.dart';
import 'package:compiler_unsupported/implementation/ssa/nodes.dart';
import 'package:compiler_unsupported/implementation/ssa/optimize.dart';
import 'package:compiler_unsupported/implementation/ssa/ssa.dart';
import 'package:compiler_unsupported/implementation/ssa/tracer.dart';
import 'package:compiler_unsupported/implementation/ssa/types.dart';
import 'package:compiler_unsupported/implementation/ssa/types_propagation.dart';
import 'package:compiler_unsupported/implementation/ssa/validate.dart';
import 'package:compiler_unsupported/implementation/ssa/value_range_analyzer.dart';
import 'package:compiler_unsupported/implementation/ssa/value_set.dart';
import 'package:compiler_unsupported/implementation/ssa/variable_allocator.dart';
import 'package:compiler_unsupported/implementation/string_validator.dart';
import 'package:compiler_unsupported/implementation/tools/mini_parser.dart';
import 'package:compiler_unsupported/implementation/tree/dartstring.dart';
import 'package:compiler_unsupported/implementation/tree/nodes.dart';
import 'package:compiler_unsupported/implementation/tree/prettyprint.dart';
import 'package:compiler_unsupported/implementation/tree/tree.dart';
import 'package:compiler_unsupported/implementation/tree/unparser.dart';
import 'package:compiler_unsupported/implementation/tree/visitors.dart';
import 'package:compiler_unsupported/implementation/tree_validator.dart';
import 'package:compiler_unsupported/implementation/typechecker.dart';
import 'package:compiler_unsupported/implementation/types/concrete_types_inferrer.dart';
import 'package:compiler_unsupported/implementation/types/flat_type_mask.dart';
import 'package:compiler_unsupported/implementation/types/simple_types_inferrer.dart';
import 'package:compiler_unsupported/implementation/types/type_mask.dart';
import 'package:compiler_unsupported/implementation/types/types.dart';
import 'package:compiler_unsupported/implementation/universe/full_function_set.dart';
import 'package:compiler_unsupported/implementation/universe/function_set.dart';
import 'package:compiler_unsupported/implementation/universe/selector_map.dart';
import 'package:compiler_unsupported/implementation/universe/side_effects.dart';
import 'package:compiler_unsupported/implementation/universe/universe.dart';
import 'package:compiler_unsupported/implementation/util/characters.dart';
import 'package:compiler_unsupported/implementation/util/link.dart';
import 'package:compiler_unsupported/implementation/util/link_implementation.dart';
import 'package:compiler_unsupported/implementation/util/uri_extras.dart';
import 'package:compiler_unsupported/implementation/util/util.dart';
import 'package:compiler_unsupported/implementation/util/util_implementation.dart';
import 'package:compiler_unsupported/implementation/warnings.dart';
import 'package:compiler_unsupported/implementation/world.dart';
import 'package:compiler_unsupported/libraries.dart';
import 'package:compiler_unsupported/samples/darttags/darttags.dart';
import 'package:compiler_unsupported/samples/leap/leap.dart';
import 'package:compiler_unsupported/samples/leap/leap_leg.dart';
import 'package:compiler_unsupported/samples/leap/leap_script.dart';
import 'package:compiler_unsupported/samples/leap/leap_server.dart';
import 'package:compiler_unsupported/samples/leap/request_cache.dart';
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A completely unsupported clone of Dart SDK library sdk/lib/_internal/compiler . This package will change in unpredictable/incompatible ways without warning.

Homepage

License

unknown (LICENSE)

More

Packages that depend on compiler_unsupported