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

WIP: Add nested rendering #13

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

hgenru
Copy link

@hgenru hgenru commented Jul 1, 2019

In Issue #11, I tasered rough implementation of nested rendering. There is a more worked version of the original idea.

What you think about this?

package.json Outdated
@@ -5,6 +5,8 @@
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"install": "npm run is_not_builded && npm run build",
"is_not_builded": "node -e 'fs.existsSync(`lib`) && process.exit(1)'",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I use my fork in my project and this script needed for install from git.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After review I will remove all temp solutions

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UPD: Added lib/ to git.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant