Skip to content

Commit

Permalink
Code review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Jul 23, 2021
1 parent cbd1f6e commit 5d65c11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
`sourceMaps: true` to `compile*ToResult()` and access
`CompileResult.sourceMap`.

* The `CompileResult` object exposes a `includedUrls` object which lists the
* The `CompileResult` object exposes a `loadedUrls` object which lists the
canonical URLs accessed during a compilation. This information was
previously unavailable except through the JS API.

Expand Down
2 changes: 1 addition & 1 deletion lib/src/importer/node/implementation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import '../utils.dart';
/// imported by a different importer.
///
/// * Importers can return file paths rather than the contents of the imported
/// file. These paths are made absolute before they'repassed as the previous
/// file. These paths are made absolute before they're passed as the previous
/// "URL" to other importers.
///
/// * The working directory is always implicitly an include path.
Expand Down

0 comments on commit 5d65c11

Please sign in to comment.