Unmaintainable by community

Open
#1 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Refactor
Clarity
Needs clarification
Activity status
Stale
Tech stack
typescript, webpack

Research direction

Start with the dependency on @jsonforms/test and the listed scripts, especially the paths that point outside the repository. Check whether the build, lint, test, coverage, bundle, and documentation commands can run from this repository; done means the project works independently and can be extended with custom renderers.

Written by the indexing model from the issue text.

Description

Hello,

This repo points to things that don't exists or are not publicly available.

For instance, the dev dependency "@jsonforms/test": "^2.3.2" doesn't exists and scripts points to path outside the repo:

  "scripts": {
    "bundle": "../../node_modules/.bin/webpack --config ./webpack.build.js --env=production --display-error-details",
    "build": "../../node_modules/.bin/tsc",
    "clean": "rm -rf lib coverage dist .nyc_output 2> /dev/null",
    "lint": "../../node_modules/.bin/tslint --project tsconfig.json --exclude src/models/jsonSchema.ts",
    "report": "../../node_modules/.bin/nyc report --reporter=html",
    "test": "../../node_modules/.bin/ava",
    "test-cov": "../../node_modules/.bin/nyc ../../node_modules/.bin/ava",
    "doc": "../../node_modules/.bin/typedoc --name 'JSON Forms Web Component Wrapper' --mode file --excludeExternals --theme ../../typedoc-jsonforms --out docs src"
  }

It would be nice to have it working on its own so it can be updated or extended with custom renderers.

Dominant language
TypeScript
Stars
0
Forks
2
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.