Fix an outdated doc comment

This commit is contained in:
Natalie Weizenbaum 2018-04-12 16:59:39 -07:00
parent a31251fdc9
commit 26ca01cb92
2 changed files with 7 additions and 7 deletions

View File

@ -37,12 +37,12 @@ typedef Future _ScopeCallback(Future callback());
/// If [importers] (or, on Node.js, [nodeImporter]) is passed, it's used to
/// resolve imports in the Sass files. Earlier importers will be preferred.
///
/// If [environment] is passed, it's used as the lexical environment when
/// evaluating [stylesheet]. It should only contain global definitions.
///
/// If [importer] is passed, it's used to resolve relative imports in
/// [stylesheet] relative to `stylesheet.span.sourceUrl`.
///
/// The [functions] are available as global functions when evaluating
/// [stylesheet].
///
/// Warnings are emitted using [logger], or printed to standard error by
/// default.
///

View File

@ -5,7 +5,7 @@
// DO NOT EDIT. This file was generated from async_evaluate.dart.
// See tool/synchronize.dart for details.
//
// Checksum: 441fccd1274e61316ec7403a381761fff3052706
// Checksum: 9b5790272f09f8932a01ef9bfa0fd4ebc6b75eaa
import 'dart:math' as math;
@ -41,12 +41,12 @@ typedef void _ScopeCallback(void callback());
/// If [importers] (or, on Node.js, [nodeImporter]) is passed, it's used to
/// resolve imports in the Sass files. Earlier importers will be preferred.
///
/// If [environment] is passed, it's used as the lexical environment when
/// evaluating [stylesheet]. It should only contain global definitions.
///
/// If [importer] is passed, it's used to resolve relative imports in
/// [stylesheet] relative to `stylesheet.span.sourceUrl`.
///
/// The [functions] are available as global functions when evaluating
/// [stylesheet].
///
/// Warnings are emitted using [logger], or printed to standard error by
/// default.
///