Skip to content

Commit

Permalink
feat(sampiler): translate code samples to Python (#827)
Browse files Browse the repository at this point in the history
Add an 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.
* non-compiling examples may emit contextually incorrect Python code.

More work to come in this space.
  • Loading branch information
rix0rrr committed Oct 3, 2019
1 parent f1c2bd4 commit c9a7002
Show file tree
Hide file tree
Showing 56 changed files with 8,870 additions and 646 deletions.
136 changes: 0 additions & 136 deletions packages/jsii-diff/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 0 additions & 35 deletions packages/jsii-dotnet-runtime-test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions packages/jsii-dotnet-runtime/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions packages/jsii-java-runtime/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 0 additions & 29 deletions packages/jsii-kernel/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c9a7002

Please sign in to comment.