Index: pkg/fletchc/lib/src/fletch_compiler_implementation.dart |
diff --git a/pkg/fletchc/lib/src/fletch_compiler_implementation.dart b/pkg/fletchc/lib/src/fletch_compiler_implementation.dart |
index e433297aa82de5651e9dfdbca12568b474de664f..326385bb9c1c538e1bd23a6840778aeade8de453 100644 |
--- a/pkg/fletchc/lib/src/fletch_compiler_implementation.dart |
+++ b/pkg/fletchc/lib/src/fletch_compiler_implementation.dart |
@@ -75,7 +75,7 @@ const FLETCH_PATCHES = const <String, String>{ |
const FLETCH_PLATFORM = 3; |
const Map<String, LibraryInfo> FLETCH_LIBRARIES = const { |
- "_fletch_system": const LibraryInfo( |
+ "fletch._system": const LibraryInfo( |
"system/system.dart", |
categories: "", |
documented: false, |
@@ -99,13 +99,7 @@ const Map<String, LibraryInfo> FLETCH_LIBRARIES = const { |
documented: false, |
platforms: FLETCH_PLATFORM), |
- "system": const LibraryInfo( |
- "io/system.dart", |
- categories: "", |
- documented: false, |
- platforms: FLETCH_PLATFORM), |
- |
- "service": const LibraryInfo( |
+ "fletch.service": const LibraryInfo( |
"service/service.dart", |
categories: "Client,Server,Embedded", |
documented: false, |