File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ New features:
11
11
Bugfixes:
12
12
13
13
Other improvements:
14
+ - Fix warnings revealed by v0.14.1 PS release (#13 by @JordanMartinez )
14
15
15
16
## [ v2.0.0] ( https://github.com/purescript-web/purescript-web-dom-xpath/releases/tag/v2.0.0 ) - 2021-02-26
16
17
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ snapshot xpres = case snapMay of
122
122
nodeAtIdx :: Int -> Effect (Maybe Node )
123
123
nodeAtIdx = snapshotItem xpres
124
124
snapshotInternal :: RT.SnapshotType -> Effect (Array Node )
125
- snapshotInternal snapType = do
125
+ snapshotInternal _ = do
126
126
nNodes <- snapshotLength xpres
127
127
nNodesInt <- pure nNodes
128
128
-- nodeArray <- pure $ replicate nNodesInt _emptyNode
You can’t perform that action at this time.
0 commit comments