Skip to content

Commit

Permalink
Remove WebIO and Observables dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
twavv committed Nov 1, 2019
1 parent b9fdda3 commit 785a7ab
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 82 deletions.
5 changes: 0 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,9 @@ version = "0.5.1"

[deps]
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
Observables = "510215fc-4207-5dde-b226-833fc4488ee2"
WebIO = "0f1e0344-ec1d-5b48-a673-e5cf874b6c29"

[compat]
julia = "0.7, 1"
Observables = "0.2.2"
WebIO = "0.8.5"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
6 changes: 0 additions & 6 deletions src/JSExpr.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ export JSString

using JSON

# TODO: Get rid of dependency on WebIO and Observables
using WebIO: WebIO
using Observables: Observables

include("./jsstring.jl")
include("./ast.jl")

Expand Down Expand Up @@ -121,6 +117,4 @@ include("./ref.jl")
include("./juliaisms.jl")
include("./compat.jl")

include("./webio.jl")

end
66 changes: 0 additions & 66 deletions src/webio.jl

This file was deleted.

5 changes: 0 additions & 5 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using JSExpr
using WebIO: WebIO
using JSExpr: @js_str
import WebIO: scopeid
using Test

include("./jsstring.jl")
Expand All @@ -17,5 +14,3 @@ include("./arrays.jl")
include("./objects.jl")
include("./control.jl")
include("./juliaisms.jl")

include("./webio.jl")

0 comments on commit 785a7ab

Please sign in to comment.