dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.18k stars 1.57k forks source link

exclude uri from deferred load checks #33904

Open sigmundch opened 6 years ago

sigmundch commented 6 years ago

We currently generate code that includes the full import URI in the output JS. The URI is absolute as well.

We shouldn't include it in the generated code, but could attach the extra data on the source-map file if necessary.

vsmenon commented 6 years ago

@sigmundch - does this still belong in 2.1? Looks like we should bump it.