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: handle strings the same in cjs, esm, and deno #139

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on May 1, 2023

  1. chore(ts): small tweaks to make typescript happier

    - Use trimStart/trimEnd instead of deprecated trimLeft/trimRight
    isaacs committed May 1, 2023
    Configuration menu
    Copy the full SHA
    3ed58ce View commit details
    Browse the repository at this point in the history
  2. fix: handle strings the same in cjs, esm, and deno

    This also ports some of the `// istanbul ignore` comments to their
    associated `/* c8 ignore start/stop */` equivalents, and
    coverage-ignores some value fallbacks that are there for safety but can
    never be hit in normal usage.
    
    Fix: yargs#138
    isaacs committed May 1, 2023
    Configuration menu
    Copy the full SHA
    7a37884 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b61045 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fafee28 View commit details
    Browse the repository at this point in the history
  5. chore(test): update esm test to verify correct behavior

    Previously, it was verifying *incorrect* behavior.
    isaacs committed May 1, 2023
    Configuration menu
    Copy the full SHA
    f236663 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f97090 View commit details
    Browse the repository at this point in the history