Skip to content

Commit 0f72765

Browse files
committed
Added Outline.defaultSummary
1 parent 5cd85ee commit 0f72765

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Compiler/Outline.gren

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module Compiler.Outline exposing
55
, VersionConstraint(..)
66
, Exposed (..)
77
--
8+
, defaultSummary
89
, findSourceFiles
910
--
1011
, jsonDecoder
@@ -66,6 +67,11 @@ type VersionConstraint a
6667
| LocalPath Path
6768

6869

70+
defaultSummary : String
71+
defaultSummary =
72+
"helpful summary of your project, less than 80 characters"
73+
74+
6975
-- TODO: Ignore hidden directories
7076
-- More info: https://github.com/gren-lang/compiler/pull/287
7177
findSourceFiles : FileSystem.Permission -> Outline -> Path -> Task FileSystem.Error (Array { moduleName : String, source : String })

0 commit comments

Comments
 (0)