68554ab8f5
They are encoded as annotations on the importing library, similarly to how native methods are encoded. Change-Id: I4dc1119b20949308e4856666693fe4e890e9ee87 Reviewed-on: https://dart-review.googlesource.com/35660 Reviewed-by: Kevin Millikin <kmillikin@google.com>
6 lines
107 B
Dart
6 lines
107 B
Dart
import 'dart-ext:here';
|
|
import 'dart-ext:foo/../there';
|
|
import 'dart-ext:/usr/local/somewhere';
|
|
|
|
main() {}
|