dart-sdk/pkg/dart2wasm/lib
Srujan Gaddam 61abaeda3f [CFE/web] Move static interop erasure and remove outline stubber
Deletes the outline stubber as it's not necessary on any backend.
DDC should compile the entire sources and outline dill in one step.
dart2wasm operates similarly, and so only needs the modular transformer.
dart2js moves the erasure to a global transform.

Also, this CL reverts now unnecessary plumbing that was needed for the
outline stubber.

Change-Id: Ic085c4fad5a6bdfc7d6916f7fa575c6ef9b20110
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/253000
Reviewed-by: Joshua Litt <joshualitt@google.com>
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Srujan Gaddam <srujzs@google.com>
2022-08-01 18:17:44 +00:00
..
class_info.dart [dart2wasm] Implement FunctionType Type. 2022-05-16 21:36:07 +00:00
closures.dart [dart2wasm] Trivial fix for visitThis in closures. 2022-07-25 17:29:59 +00:00
code_generator.dart [dart2wasm] Remove support for not using non-nullable locals. 2022-07-27 22:47:30 +00:00
compile.dart [dart2wasm] Minor fixes to unblock building Flutter. 2022-07-27 17:31:28 +00:00
compiler_options.dart [dart2wasm] Minor fixes to unblock building Flutter. 2022-07-27 17:31:28 +00:00
constants.dart [dart2wasm] Remove support for not using non-nullable locals. 2022-07-27 22:47:30 +00:00
dispatch_table.dart [dart2wasm] Remove support for not using non-nullable locals. 2022-07-27 22:47:30 +00:00
functions.dart [dart2wasm] Remove support for not using non-nullable locals. 2022-07-27 22:47:30 +00:00
globals.dart
intrinsics.dart [dart2wasm] Remove support for not using non-nullable locals. 2022-07-27 22:47:30 +00:00
option.dart [dart2wasm] Support environmental constants. 2022-07-25 20:13:02 +00:00
param_info.dart
reference_extensions.dart
target.dart [CFE/web] Move static interop erasure and remove outline stubber 2022-08-01 18:17:44 +00:00
transformers.dart [dart2wasm] Fix bug in algorithm to reuse super _typeArguments. 2022-07-21 01:57:33 +00:00
translator.dart [dart2wasm] Remove support for not using non-nullable locals. 2022-07-27 22:47:30 +00:00
types.dart [dart2wasm] Remove support for not using non-nullable locals. 2022-07-27 22:47:30 +00:00