mirror of
https://github.com/danog/dart-sass.git
synced 2025-01-22 05:41:14 +01:00
Add exports to importer.dart
This matches the APIs of other sub-directories.
This commit is contained in:
parent
3397bc21f3
commit
40bcf98e0c
@ -8,9 +8,6 @@ import 'src/importer.dart';
|
||||
import 'src/sync_package_resolver.dart';
|
||||
|
||||
export 'src/importer.dart';
|
||||
export 'src/importer/filesystem.dart';
|
||||
export 'src/importer/package.dart';
|
||||
export 'src/importer/result.dart';
|
||||
|
||||
/// Loads the Sass file at [path], compiles it to CSS, and returns the result.
|
||||
///
|
||||
|
@ -4,9 +4,7 @@
|
||||
|
||||
import 'ast/sass.dart';
|
||||
import 'importer.dart';
|
||||
import 'importer/filesystem.dart';
|
||||
import 'importer/node.dart';
|
||||
import 'importer/package.dart';
|
||||
import 'io.dart';
|
||||
import 'sync_package_resolver.dart';
|
||||
import 'util/path.dart';
|
||||
|
@ -5,6 +5,10 @@
|
||||
import 'importer/no_op.dart';
|
||||
import 'importer/result.dart';
|
||||
|
||||
export 'importer/filesystem.dart';
|
||||
export 'importer/package.dart';
|
||||
export 'importer/result.dart';
|
||||
|
||||
/// An interface for importers that resolves URLs in `@import`s to the contents
|
||||
/// of Sass files.
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user