[frontend_server] Deprecate moduleName
from compile-expression-to-js
#58265
Labels
area-web
Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop.
front-end-server
Issues with the frontend server
type-task
A well-defined stand-alone task
web-dev-compiler
moduleName
is only ever used in one place - to cache the DDC program compiler so that it can be reused for expression evaluation:sdk/pkg/frontend_server/lib/src/javascript_bundle.dart
Line 234 in 6dac184
sdk/pkg/frontend_server/lib/frontend_server.dart
Line 1128 in 6dac184
moduleName
can be deprecated from the request. Removing it would be a breaking change, however.The text was updated successfully, but these errors were encountered: