-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'gh-pages' of https://github.com/LivelyKernel/lively4-core…
… into gh-pages
- Loading branch information
Showing
3 changed files
with
29 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Babel Plugin Explorer Demo | ||
|
||
The babel.js plugin explorer allows developers to live program plugins to the babel transpiler used in Lively4. | ||
Live programming provides instant feedback on the example input. | ||
Further, Lively's self-sustaining nature allows you to apply changes to the compiler on-the-fly, thus, affecting all future module loads without the need to restart lively. | ||
|
||
<script> | ||
<button click={async evt => { | ||
const explorer = await lively.openComponentInWindow('lively-plugin-explorer', undefined, lively.pt(1000, 800)) | ||
explorer.livelyExample(); | ||
}}>Start Babel Plugin Explorer</button>; | ||
</script> | ||
|
||
You can go to the trace visualization using the <button><i class='fa fa-search'></i></button> button in top right corner. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters