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

Replace client/languages with packages/languages #46709

Merged
merged 6 commits into from
Nov 8, 2020
Merged

Commits on Nov 8, 2020

  1. Replace client/languages with packages/languages

    - Package tidy up
    - Remove more of the old languages setup, replace with ts
    - Always error / exit 1 on failure
    - This script is no longer run as part of the build.
    - Add languages as default export
    - Replace transpile call with tsc directly
    - Remove old languages dir completely and replace usage
    - Use same lodash version as calypso
    - Missed test import after default export change
    - Test fix - update mock of languages import
    - Use new package in bin/build-languages.js
    lsl authored and p-jackson committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    335ef97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee90501 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    410af95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd62fcd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbf037a View commit details
    Browse the repository at this point in the history
  6. Cleanup jest config

    lsl authored and p-jackson committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    12f9912 View commit details
    Browse the repository at this point in the history