879046e133
With the new (and eventually, only) module format, we refer to collections of libraries as bundles rather than modules. This convention is a better fit as the frontend server already treats modules as a collection of libraries. Furthermore, places where we use the word "module" may be better communicated by using "library bundle import" (the component URI) or "library bundle name" (the synthesized name we give library bundles). This CL leaves usages of modules that are tied to user-facing flags for clarity, e.g. "module format" and "useDebuggerModuleNames". It also ignores usages where the intention is very much tied to a module e.g. when using require.js. Change-Id: I363b1eac955f710accece9fa3a8ea2624c751430 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/397200 Reviewed-by: Johnni Winther <johnniwinther@google.com> Reviewed-by: Nicholas Shahan <nshahan@google.com> Commit-Queue: Srujan Gaddam <srujzs@google.com>