Fix path to pkg/path – .packages resolution works to the root of repo

This commit is contained in:
Kevin Moore 2017-08-04 11:14:04 -07:00
parent 0b0f07d303
commit d53e53c568

View file

@ -5,7 +5,7 @@ library line_doc_comments;
import 'dart:io';
import '../pkg/path/lib/path.dart' as path;
import 'package:path/path.dart' as path;
final oneLineBlock = new RegExp(r'^(\s*)/\*\*\s?(.*)\*/\s*$');
final startBlock = new RegExp(r'^(\s*)/\*\*(.*)$');