dart-sdk/pkg/frontend_server/pubspec.yaml
Jacob MacDonald 4460f95782 Updates frontend_server javascript bundler to be based on import uri instead of file uri.
Converts `package:` import uris into `/packages/` modules.

Also renames the output modules to append `.lib.js` instead of just `.js`. This allows us to distinguish between modules and applications based on extension.

Updates DDC source map code to be able to convert absolute file uris in sources so that they are relative to the source map.

Bug: https://github.com/dart-lang/webdev/issues/865
Change-Id: I55d70aa3761f10cc8bd7e92f5b567478040660de
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/132300
Reviewed-by: Nicholas Shahan <nshahan@google.com>
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Reviewed-by: Jonah Williams <jonahwilliams@google.com>
Commit-Queue: Jake Macdonald <jakemac@google.com>
2020-01-21 17:41:02 +00:00

20 lines
376 B
YAML

# This package is not intended to be published.
name: frontend_server
# version: do-not-upload
description: A resident kernel compiler
dependencies:
build_integration:
path: ../build_integration
vm:
path: ../vm
dev_compiler:
path: ../dev_compiler
front_end: ^0.1.6
kernel: ^0.3.6
args: ^1.4.4
package_resolver: ^1.0.0
dev_dependencies:
test: any