Skip to content

Commit

Permalink
Fix links to importers in the internal documentation (#2458)
Browse files Browse the repository at this point in the history
  • Loading branch information
stof authored Dec 11, 2024
1 parent 1b3c7de commit f9eef81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,12 @@ that we make available to users.

[`FilesystemImporter`]: importer/filesystem.dart

In the Dart API, the importer root class is [`importer/async_importer.dart`].
In the Dart API, the importer root class is [`importer/async.dart`].
The JS API and the embedded compiler wrap the Dart importer API in
[`importer/node_to_dart`] and [`embedded/importer`] respectively.
[`importer/js_to_dart`] and [`embedded/importer`] respectively.

[`importer/async_importer.dart`]: importer/async_importer.dart
[`importer/node_to_dart`]: importer/node_to_dart
[`importer/async.dart`]: importer/async.dart
[`importer/js_to_dart`]: importer/js_to_dart
[`embedded/importer`]: embedded/importer

### Custom Functions
Expand Down

0 comments on commit f9eef81

Please sign in to comment.