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

feat(jsii): Re-implemented jsii to support --watch and produce better error reporting #188

Merged
merged 6 commits into from
Aug 28, 2018

Commits on Aug 25, 2018

  1. feat(jsii): Implement --watch support

    Re-wrote JSII using the TypeScript compiler services API, integrating
    with the `ts.ProgramBuilder` classes so that incremental build is
    possible. Additonally, error messages leverage `TypeScript`'s built-in
    diagnostic formatter, and enable the rendering of code excerpts with
    error messages.
    RomainMuller authored and 👨🏻‍💻 Romain Marcadier-Muller committed Aug 25, 2018
    Configuration menu
    Copy the full SHA
    7dca3ba View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Configuration menu
    Copy the full SHA
    f6ffef1 View commit details
    Browse the repository at this point in the history
  2. PR Feedback

    RomainMuller committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    bc116c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ae6fe8 View commit details
    Browse the repository at this point in the history
  4. Revert to lerna 2.11.0

    RomainMuller committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    c6371eb View commit details
    Browse the repository at this point in the history
  5. Fix bundledDependencies

    RomainMuller committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    60718d4 View commit details
    Browse the repository at this point in the history