File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -167,12 +167,12 @@ that we make available to users.
167
167
168
168
[ `FilesystemImporter` ] : importer/filesystem.dart
169
169
170
- In the Dart API, the importer root class is [ ` importer/async_importer .dart ` ] .
170
+ In the Dart API, the importer root class is [ ` importer/async .dart ` ] .
171
171
The JS API and the embedded compiler wrap the Dart importer API in
172
- [ ` importer/node_to_dart ` ] and [ ` embedded/importer ` ] respectively.
172
+ [ ` importer/js_to_dart ` ] and [ ` embedded/importer ` ] respectively.
173
173
174
- [ `importer/async_importer .dart` ] : importer/async_importer .dart
175
- [ `importer/node_to_dart ` ] : importer/node_to_dart
174
+ [ `importer/async .dart` ] : importer/async .dart
175
+ [ `importer/js_to_dart ` ] : importer/js_to_dart
176
176
[ `embedded/importer` ] : embedded/importer
177
177
178
178
### Custom Functions
You can’t perform that action at this time.
0 commit comments