Skip to content

Commit

Permalink
Remove deprecated examples
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Stein <steinlink@gmail.com>
  • Loading branch information
texodus committed Jul 15, 2024
1 parent 4251f91 commit ca88914
Show file tree
Hide file tree
Showing 30 changed files with 39 additions and 1,397 deletions.
13 changes: 0 additions & 13 deletions examples/datasources/index.mjs

This file was deleted.

3 changes: 1 addition & 2 deletions examples/esbuild-remote/server/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import psp, { cwd_static_file_handler, make_session } from "@finos/perspective";
import express from "express";
import expressWs from "express-ws";
import * as securities from "../../datasources/index.mjs";
import * as securities from "./securities.mjs";

// node buffer -> JS buffer
function buffer_to_arraybuffer(buffer) {
Expand All @@ -29,7 +29,6 @@ function buffer_to_arraybuffer(buffer) {
// to create it so the WebSocket clients can find it.
const _table = await securities.securities.getTable();

// const w = await psp.worker();
const app = expressWs(express()).app;
app.ws("/subscribe", async (ws) => {
const session = await make_session(async (proto) => {
Expand Down
File renamed without changes.
51 changes: 0 additions & 51 deletions examples/git-history/chained.html

This file was deleted.

35 changes: 0 additions & 35 deletions examples/git-history/index.css

This file was deleted.

49 changes: 0 additions & 49 deletions examples/git-history/index.html

This file was deleted.

17 changes: 0 additions & 17 deletions examples/git-history/package.json

This file was deleted.

39 changes: 0 additions & 39 deletions examples/git-history/server.js

This file was deleted.

28 changes: 0 additions & 28 deletions examples/promo/package.json

This file was deleted.

Loading

0 comments on commit ca88914

Please sign in to comment.