Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1127)

Unified Diff: third_party/pkg/markdown/lib/src/ast.dart

Issue 189333002: pkg/docgen: update markdown to 0.5.1 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: updates Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/pkg/markdown/lib/markdown.dart ('k') | third_party/pkg/markdown/lib/src/block_parser.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/pkg/markdown/lib/src/ast.dart
diff --git a/third_party/pkg/markdown/lib/src/markdown/ast.dart b/third_party/pkg/markdown/lib/src/ast.dart
similarity index 96%
rename from third_party/pkg/markdown/lib/src/markdown/ast.dart
rename to third_party/pkg/markdown/lib/src/ast.dart
index c966cea00cfd822d5d7ef9bad0bcb915abbb20e4..befd75e6bf733737d7a733efe2a3c9813aec99c8 100644
--- a/third_party/pkg/markdown/lib/src/markdown/ast.dart
+++ b/third_party/pkg/markdown/lib/src/ast.dart
@@ -2,7 +2,9 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-part of markdown;
+library markdown.ast;
+
+typedef Node Resolver(String name);
/// Base class for any AST item. Roughly corresponds to Node in the DOM. Will
/// be either an Element or Text.
« no previous file with comments | « third_party/pkg/markdown/lib/markdown.dart ('k') | third_party/pkg/markdown/lib/src/block_parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698