Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revert svgshot #251

Merged
merged 4 commits into from
May 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions bzl/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

# Install the nodejs "bootstrap" package
# This provides the basic tools for running and packaging nodejs programs in Bazel
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")

def fetch_dependencies():
http_archive(
Expand Down Expand Up @@ -109,14 +110,6 @@ def fetch_dependencies():
],
)

http_file(
name = "inkscape_linux",
sha256 = "b7a99b6c0ee2817706e77803643f4a6caf9e35bdec928e963c1d2ae86e5e4beb",
urls = ["https://inkscape.org/es/gallery/item/31669/Inkscape-0a00cf5-x86_64.AppImage"],
executable = True,
downloaded_file_path = "bin",
)

http_archive(
name = "pulumi_cli",
sha256 = "c0e4b0ef05dcc96f2ccd7065afc8e3d6b3b63054fd9978f271a88862664d1547",
Expand Down
17 changes: 0 additions & 17 deletions cc/inkscape/BUILD

This file was deleted.

15 changes: 0 additions & 15 deletions cc/inkscape/run.sh

This file was deleted.

6 changes: 2 additions & 4 deletions js/jest/rules.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,19 @@

load("@npm//jest-cli:index.bzl", "jest", _jest_test = "jest_test")

def jest_test(name, srcs, data = [], deps = [], jest_config = "//:jest.ts.config.js", link_workspace_root = True, **kwargs):
def jest_test(name, srcs, deps = [], jest_config = "//:jest.ts.config.js", link_workspace_root = True, **kwargs):
"A macro around the autogenerated jest_test rule"
templated_args = [
"--no-cache",
"--no-watchman",
"--ci",
"--colors",
"--forceExit",
]
templated_args.extend(["--config", "$(rootpath %s)" % jest_config])
for src in srcs:
templated_args.extend(["--runTestsByPath", "$(rootpath %s)" % src])

data = [jest_config] + data + srcs + deps + ["//js/jest:jest_reporter_js"]

data = [jest_config] + srcs + deps + ["//js/jest:jest_reporter_js"]
_jest_test(
name = name,
data = data,
Expand Down
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"@bazel/buildozer": "^5.1.0",
"@bazel/esbuild": "^4.5.0",
"@bazel/ibazel": "latest",
"@bazel/runfiles": "^5.4.2",
"@bazel/typescript": "^4.5.0",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
Expand All @@ -27,9 +26,6 @@
"@types/node": "^17.0.35",
"@types/react": "17.0.37",
"@types/react-dom": "^17.0.11",
"@types/svgo": "^2.6.3",
"@types/tmp": "^0.2.3",
"commander": "^9.2.0",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
Expand All @@ -44,7 +40,6 @@
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"grunt-cli": "^1.4.3",
"http-server": "^14.1.0",
"jest-cli": "^27.4.5",
"jsdom": "^19.0.0",
Expand Down
43 changes: 0 additions & 43 deletions ts/cmd/svgshot/BUILD

This file was deleted.

87 changes: 0 additions & 87 deletions ts/cmd/svgshot/README.md

This file was deleted.

1 change: 0 additions & 1 deletion ts/cmd/svgshot/Twitch.svg

This file was deleted.

1 change: 0 additions & 1 deletion ts/cmd/svgshot/Wikipedia__the_free_encyclopedia.svg

This file was deleted.

147 changes: 0 additions & 147 deletions ts/cmd/svgshot/dist/index.js

This file was deleted.

1 change: 0 additions & 1 deletion ts/cmd/svgshot/examples/Apple.svg

This file was deleted.

1 change: 0 additions & 1 deletion ts/cmd/svgshot/examples/Hacker_News.svg

This file was deleted.

1 change: 0 additions & 1 deletion ts/cmd/svgshot/examples/Home_-_BBC_News.svg

This file was deleted.

1 change: 0 additions & 1 deletion ts/cmd/svgshot/examples/Music_for_everyone_-_Spotify.svg

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion ts/cmd/svgshot/examples/Twitch.svg

This file was deleted.

1 change: 0 additions & 1 deletion ts/cmd/svgshot/examples/Where_work_happens___Slack.svg

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion ts/cmd/svgshot/examples/YouTube.svg

This file was deleted.

1 change: 0 additions & 1 deletion ts/cmd/svgshot/examples/______zemnmez__on_Twitter.svg

This file was deleted.

Loading