JSPM

@times-components/utils

6.26.1-4dea78b138e0d068887d540118ea0c858409cc9d.198+4dea78b138
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5312
  • Score
    100M100P100Q126081F
  • License BSD-3-Clause

A set of helpers and/or workarounds to be shared across packages

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@times-components/utils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Utils

    This package contains shared utilities for other packages, such as string utils, screen size utils, and schema updater.

    Fetching the latest schema

    In order to fetch the latest graphql schema, follow these steps:

    1. export GRAPHQL_ENDPOINT=https://api.thetimes.co.uk/graphql (Omit this step to use local server instead)
    2. yarn make-schema

    Contributing

    Please read CONTRIBUTING.md before contributing to this package

    Running the code

    Please see our main README.md to get the project running locally

    Development

    The code can be formatted and linted in accordance with the agreed standards.

    yarn fmt
    yarn lint

    Testing

    This package uses yarn (latest) to run unit tests on each platform with jest.

    yarn test

    Future

    Some of the test specific utilities should be moved to the test-utils package.