-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
area-web-jsIssues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.web-dev-compiler
Description
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 emit unused for the name:
| name: 'unused', |
require.js needs module names). There is support for versioning today, so we should leverage that: | class ModuleMetadataVersion { |
Metadata
Metadata
Assignees
Labels
area-web-jsIssues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.web-dev-compiler