You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Release Notes/0.8.2.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ If you still need to work with Elm 0.18 code, you must make sure that either `el
9
9
10
10
## `exposing (..)`
11
11
12
-
The feature of automatically expanding `exposing (..)` in `module` lines has been removed,
12
+
The feature of automatically expanding `exposing (..)` in `module` lines has been removed.
13
13
While exposing everything in a module is an anti-pattern for production code,
14
-
it can be useful for rapid development sketches.
14
+
it can be useful for rapid development sketches when the interfaces of your modules are not important.
15
15
16
16
To replace the old expansion behavior, `elm-format` now allows `module` lines without an `exposing` clause. Such lines will have the `exposing` automatically generated using the same logic that was previously used to expand `exposing (..)`.
0 commit comments