Skip to content

Commit

Permalink
#1363 - Remove cookies.js (to be moved to it's own repo)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jooseppi12 committed Nov 27, 2023
1 parent 808cb4e commit 4bd3016
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 139 deletions.
59 changes: 0 additions & 59 deletions src/stdlib/WebSharper.JavaScript/Cookies.fs

This file was deleted.

6 changes: 0 additions & 6 deletions src/stdlib/WebSharper.JavaScript/Cookies.js

This file was deleted.

1 change: 0 additions & 1 deletion src/stdlib/WebSharper.JavaScript/Definition.fs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ let Assembly =
yield! Ecma.Definition.Namespaces
yield! Dom.Definition.Namespaces
yield! Html5.Definition.Namespaces
yield! Cookies.Definition.Namespaces
yield Global
]

Expand Down
2 changes: 0 additions & 2 deletions src/stdlib/WebSharper.JavaScript/WebSharper.JavaScript.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
<Compile Include="Ecma.fs" />
<Compile Include="Dom.fs" />
<Compile Include="Html5.fs" />
<Compile Include="Cookies.fs" />
<Compile Include="Definition.fs" />
<EmbeddedResource Include="Cookies.js" />
<None Include="paket.references" />
</ItemGroup>
<ItemGroup>
Expand Down
69 changes: 0 additions & 69 deletions tests/WebSharper.Tests/Cookies.fs

This file was deleted.

1 change: 0 additions & 1 deletion tests/WebSharper.Tests/Main.fs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,5 @@ let RunTests runServerSide autoStart =
Printf.Tests
Tupled.Tests
WIG.Tests
(if runServerSide then Cookies.Tests else TestCategory "Cookies" { do () })
(if runServerSide then Compiler.Tests else TestCategory "Compiler" { do () })
|]
1 change: 0 additions & 1 deletion tests/WebSharper.Tests/WebSharper.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
<Compile Include="Printf.fs" />
<Compile Include="Tupled.fs" />
<Compile Include="WIG.fs" />
<Compile Include="Cookies.fs" />
<Compile Include="Promise.fs" />
<Compile Include="Compiler.fs" />
<Compile Include="Main.fs" />
Expand Down

0 comments on commit 4bd3016

Please sign in to comment.