GithubHelp home page GithubHelp logo

esdmr / assert Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 1.69 MB

Minimal assertion library for TypeScript (and JavaScript)

Home Page: https://esdmr.github.io/assert/

License: MIT License

TypeScript 100.00%
assertion javascript typescript

assert's People

Contributors

esdmr avatar renovate-bot avatar renovate[bot] avatar

assert's Issues

Abstract functions to DRY the code

Suggestion

Use functions to create the functions exposed as public API.

Benefit

This allows the code to be DRY. Currently there are a lot of function … { if (…) { throw new Error(…); } }.

This suggestion is unique

  • I have searched the issue tracker and did not find an issue describing my suggestion, especially not one that has been rejected.

You may use the editor below to elaborate further.

Currently these functions are not properly documented by api-documenter. Therefore this issue is blocked by esdmr/template#52.

Use ES2022 error causes

Replace WrappedError with Error.cause. Possibly remove PrimitiveError.

This is possibly semver-major.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

  • Update rinchsan/renovate-config-validator action to v0.0.12
  • Update crazy-max/ghaction-github-pages action to v2.7.0
  • Update crazy-max/ghaction-github-status action to v2.3.0
  • Update pnpm/action-setup action to v2.2.4
  • Update ruby/setup-ruby action to v1.123.0
  • Update actions/cache action to v3
  • Update actions/checkout action to v3
  • Update actions/setup-node action to v3
  • Update codecov/codecov-action action to v3
  • Update crazy-max/ghaction-github-pages action to v3
  • Update crazy-max/ghaction-github-status action to v3
  • Update fkirc/skip-duplicate-actions action to v5
  • Lock file maintenance

Pending Status Checks

These updates await pending status checks. To force their creation now, click the checkbox below.

  • Update dependency @changesets/cli to v2.25.2
  • Update dependency @types/node to v16.18.3
  • Update dependency tap to v16.3.1
  • Update pnpm to v7.16.0

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

bundler
.github/pages-template/Gemfile
  • github-pages undefined
  • jekyll-feed "~> 0.6"
  • kramdown-math-katex undefined
  • just-the-docs undefined
  • tzinfo "~> 1.2"
  • tzinfo-data undefined
  • wdm "~> 0.1.0"
github-actions
.github/workflows/ci.yml
  • actions/checkout v2@ec3a7ce113134d7a93b817d10a8272cb61118579
  • actions/setup-node v2@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
  • actions/cache v2@937d24475381cd9c75ae6db12cb4e79714b926ed
  • codecov/codecov-action v2@f32b3a3741e1053eb607407145bc9619351dc93b
.github/workflows/docs.yml
  • fish-actions/install-fish v1.1.0@d6d9d26231a15f8d9a6b3e74b3db45512440e3e8
  • actions/setup-node v2@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
  • pnpm/action-setup v2.0.1@646cdf48217256a3d0b80361c5a50727664284f2
  • esdmr/action-create-branch v2.1.2@cde5be66dae4dc5547ba71e1cdf8522708eba723
  • actions/cache v2@937d24475381cd9c75ae6db12cb4e79714b926ed
  • actions/cache v2@937d24475381cd9c75ae6db12cb4e79714b926ed
  • fkirc/skip-duplicate-actions v3.4.1@f75dd6564bb646f95277dc8c3b80612e46a4a1ea
  • crazy-max/ghaction-github-status v2.2.0@4cbc955e79062f29eacbd60fb9bdd4a888b7853a
  • ruby/setup-ruby v1.94.0@f302e4ff49ae7afb893251cea73db1fa98ed372d
  • crazy-max/ghaction-github-pages v2.6.0@a117e4aa1fb4854d021546d2abdfac95be568a3a
.github/workflows/lint-fish.yml
  • fish-actions/install-fish v1.1.0@d6d9d26231a15f8d9a6b3e74b3db45512440e3e8
  • actions/checkout v2@ec3a7ce113134d7a93b817d10a8272cb61118579
.github/workflows/renovate.yml
  • actions/checkout v2@ec3a7ce113134d7a93b817d10a8272cb61118579
  • rinchsan/renovate-config-validator v0.0.10@b87b6441b539cd7bcf6e684fb6cac65b81e84085
npm
.github/pages-template/_lib/package.json
package.json
  • @babel/eslint-parser 7.19.1
  • @changesets/cli 2.25.0
  • @types/node 16.18.0
  • @types/tap 15.0.7
  • c8 7.12.0
  • execa 6.1.0
  • rimraf 3.0.2
  • tap 16.3.0
  • typescript 4.8.4
  • xo 0.52.4
  • node >=16
  • pnpm 7.14.0

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.