Remove name
from ModuleMetadata
#59618
Labels
area-web
Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop.
web-dev-compiler
Today, DDC emits metadata about the modules it emits, including the name, URI, library metadata, source mappings, and more.
With the new library bundle module format (which will become the only format), library bundles do not have a
name
associated with them. Today, we emitunused
for the name:sdk/pkg/dev_compiler/lib/src/js_ast/nodes.dart
Line 372 in baef07c
require.js
needs module names). There is support for versioning today, so we should leverage that:sdk/pkg/dev_compiler/lib/src/kernel/module_metadata.dart
Line 12 in baef07c
The text was updated successfully, but these errors were encountered: