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

fix and improve types #106

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

Commits on Mar 14, 2023

  1. fix: fix and improve types

    EdJoPaTo committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    49a0641 View commit details
    Browse the repository at this point in the history
  2. chore(gitignore): ignore npm pack output

    also remove old unused ignores
    EdJoPaTo committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    c74eac5 View commit details
    Browse the repository at this point in the history
  3. build(npm): only include dist/src

    reduce package size and only include whats needed
    EdJoPaTo committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    072ec4e View commit details
    Browse the repository at this point in the history
  4. refactor: use eslint-config-standard-with-typescript

    Also removes lint definitions that are exactly as the config.
    EdJoPaTo committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    5fa1e50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    746a6ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b9e26e View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. Merge remote-tracking branch 'upstream/main' into improve-typings

    Conflicts:
    	package.json
    	scripts/update_dist
    	tests/cirrus_search.ts
    	tests/general.ts
    	tests/get_entities.ts
    	tests/get_entities_from_sitelinks.ts
    	tests/get_entity_revision.ts
    	tests/get_many_entities.ts
    	tests/get_reverse_claims.ts
    	tests/get_revisions.ts
    	tests/helpers.ts
    	tests/parse.ts
    	tests/search_entities.ts
    	tests/simplify_claims.ts
    	tests/simplify_entity.ts
    	tests/simplify_forms.ts
    	tests/simplify_qualifiers.ts
    	tests/simplify_senses.ts
    	tests/simplify_sitelinks.ts
    	tests/simplify_sparql_results.ts
    	tests/sitelinks_helpers.ts
    	tsconfig.json
    EdJoPaTo committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    96d540a View commit details
    Browse the repository at this point in the history