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 const enum for TypeScript #364

Merged
merged 6 commits into from Sep 27, 2019
Merged

Commits on Sep 22, 2019

  1. TypeScript: Change const enum to `enum

    Because Babel doesn't support it...
    
    Fixes chalk#363
    sindresorhus committed Sep 22, 2019
    1
    Copy the full SHA
    066c38a View commit details
    Browse the repository at this point in the history
  2. Add enum Level to JavaScript

    KSXGitHub committed Sep 22, 2019
    Copy the full SHA
    095d11a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3405e41 View commit details
    Browse the repository at this point in the history
  4. Fix linter

    KSXGitHub committed Sep 22, 2019
    Copy the full SHA
    4ee1692 View commit details
    Browse the repository at this point in the history
  5. Add test for chalk.Level

    KSXGitHub committed Sep 22, 2019
    Copy the full SHA
    cd58420 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Update index.js

    sindresorhus committed Sep 27, 2019
    Copy the full SHA
    4f31d2d View commit details
    Browse the repository at this point in the history