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

Correct SourceMap/Options TypeScript definitions #124

Merged
merged 2 commits into from Jul 7, 2017
Merged

Correct SourceMap/Options TypeScript definitions #124

merged 2 commits into from Jul 7, 2017

Commits on Jun 6, 2017

  1. Correct SourceMap/Options TypeScript definitions

    SourceMapOptions does not include most of SourceMap's keys.
    In addition, SourceMap's constructor receives a SourceMap type, for initializing the instance.
    AviVahl committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    34c4f51 View commit details
    Browse the repository at this point in the history
  2. class -> interface, as it's no being exported from package

    this way TypeScript enforces that its not used as a constructor in user code.
    AviVahl committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    9106228 View commit details
    Browse the repository at this point in the history