Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Nov 10, 2023
1 parent 85e4dce commit a345ce0
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 66 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liquidsoap-prettier",
"version": "1.4.7",
"version": "1.4.8",
"description": "Liquidsoap language prettier CLI and plugin",
"type": "module",
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(name liquidsoap_js)
(optional)
(modes js)
(modules regexp_js liquidsoap_js)
(modules liquidsoap_js)
(preprocess
(pps js_of_ocaml-ppx))
(js_of_ocaml
Expand Down
3 changes: 0 additions & 3 deletions src/liquidsoap_js.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
open Js_of_ocaml
open Liquidsoap_lang

let () = Hooks.regexp := Regexp_js.make

let parse content =
let content = Js.to_string content in
Expand Down
57 changes: 0 additions & 57 deletions src/regexp_js.ml

This file was deleted.

4 changes: 0 additions & 4 deletions src/regexp_js.mli

This file was deleted.

0 comments on commit a345ce0

Please sign in to comment.