dart-sdk/tests/lib_2/js/static_interop_test
Srujan Gaddam 75f2db6337 Revert "[pkg:js] Lower @staticInterop external anonymous and non-anonymous constructors"
This reverts commit 9c8051b3ee.

Reason for revert: b/265769171, broke a number of google3 targets

Original change's description:
> [pkg:js] Lower @staticInterop external anonymous and non-anonymous constructors
>
> Lowers external factories on non-anonymous classes to a callConstructor
> invocation and lowers external anonymous factory invocations to a jsify
> call taking in only the arguments that were passed. In a future CL,
> tear-offs of external anonymous factories will be disallowed.
>
> Change-Id: I288230f24435fac8a15079f54bddce1c2c1a6521
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/277049
> Reviewed-by: Sigmund Cherem <sigmund@google.com>

TBR=sigmund@google.com,srujzs@google.com,rileyporter@google.com,dart-scoped@luci-project-accounts.iam.gserviceaccount.com

Change-Id: Ice0718b169aa1cdc3bc1d1ad5bcab1d6a88e3149
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/279180
Reviewed-by: Srujan Gaddam <srujzs@google.com>
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Commit-Queue: Srujan Gaddam <srujzs@google.com>
2023-01-17 17:29:07 +00:00
..
constants_test.dart [pkg:js] Transform constants and supertypes in eraser 2022-07-18 18:24:53 +00:00
disallowed_constructor_static_test.dart [pkg:js] Disallow @staticInterop synthetic and @anonymous constructor tear-offs 2023-01-16 22:31:33 +00:00
external_extension_member_type_parameters_static_test.dart [pkg:js] Disallow external extension members with type parameters 2022-10-18 17:47:29 +00:00
external_static_member_lowerings_test.dart Revert "[pkg:js] Lower @staticInterop external anonymous and non-anonymous constructors" 2023-01-17 17:29:07 +00:00
external_static_member_lowerings_with_namespaces_test.dart Revert "[pkg:js] Lower @staticInterop external anonymous and non-anonymous constructors" 2023-01-17 17:29:07 +00:00
futurevaluetype_test.dart Spelling tests 2022-12-19 12:56:47 +00:00
js_and_staticinterop_annotation_static_test.dart [pkg:js] Require users to use @JS when using @staticInterop 2022-11-21 20:19:06 +00:00
member_test.dart [pkg:js] Disallow non-@staticInterop classes from inheriting @staticInterop 2022-11-21 20:19:06 +00:00
supertype_test.dart [pkg:js] Disallow non-@staticInterop classes from inheriting @staticInterop 2022-11-21 20:19:06 +00:00
supertype_transform_test.dart [pkg:js] Transform constants and supertypes in eraser 2022-07-18 18:24:53 +00:00