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(sampiler): initial version of sample transpiler #827

Merged
merged 9 commits into from
Oct 3, 2019

Commits on Sep 27, 2019

  1. feat(sampiler): initial version of sample transpiler

    This is the initial version of a tool that will parse the TypeScript
    samples and emit equivalent sample code in Python.
    
    For now, its use is limited:
    
    - only supports Python
    - doesn't support properly integrating/compiling with a multi-package
      build yet.
    
    However, it will be an initial version we can demo and iterate on.
    rix0rrr committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    39f5cde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b033ba0 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Configuration menu
    Copy the full SHA
    a89944c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Fix build

    rix0rrr committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    1c0dd74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8982be View commit details
    Browse the repository at this point in the history
  3. Fix build

    rix0rrr committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    65782ad View commit details
    Browse the repository at this point in the history
  4. TS 3.6.3 requires slightly more strictness with intersection types ap…

    …parently
    Rico Huijbers committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    0fd2e10 View commit details
    Browse the repository at this point in the history
  5. Remove zip implementation

    Rico Huijbers committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    15274f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bfa4f5a View commit details
    Browse the repository at this point in the history