Skip to content

Commit

Permalink
tools - reverse extracted embed order
Browse files Browse the repository at this point in the history
  • Loading branch information
zth committed May 3, 2024
1 parent 054e300 commit fe858f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
## master

#### :nail_care: Polish

- Reverse order of extracted embeds, so they're in the correct order.

## 0.6.2

#### :rocket: New Feature
Expand Down
2 changes: 1 addition & 1 deletion tools/src/tools.ml
Original file line number Diff line number Diff line change
Expand Up @@ -481,4 +481,4 @@ let extractEmbedded ~extensionPoints ~filename =
("contents", Some (wrapInQuotes contents));
("loc", Some (Analysis.Utils.cmtLocToRange loc |> stringifyRange));
])
|> array
|> List.rev |> array

0 comments on commit fe858f6

Please sign in to comment.