You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add new package @kipper/web, which would contain the code required for running and using kipper inside a Browser as a js-library.
This library should also implement #11, which would allow writing direct kipper code without needing to interact with the compiler in any way. #11 could also theoretically be implemented with an additional option that could allow the use of WebWorkers to allow a side-compilation that doesn't slow down the loading process of the range of the page.
Exact behaviour you want
Add new child package @kipper/web, which will:
Contain the web source code.
Provide a kipper-standalone.js and kipper-standalone.min.js, which were previously shipped with @kipper/core.
This issue will be postponed for now, as it's not an important development goal. The rest of the feature set will be implemented side-by-side with #208 and shipped in v0.10.0.
Is there an existing proposal for this?
This feature does not exist in the latest version
Proposal
Add new package
@kipper/web
, which would contain the code required for running and using kipper inside a Browser as a js-library.This library should also implement #11, which would allow writing direct kipper code without needing to interact with the compiler in any way. #11 could also theoretically be implemented with an additional option that could allow the use of WebWorkers to allow a side-compilation that doesn't slow down the loading process of the range of the page.
Exact behaviour you want
Add new child package
@kipper/web
, which will:kipper-standalone.js
andkipper-standalone.min.js
, which were previously shipped with@kipper/core
.<script type="kipper/text">
HTML tags. ([Feature] Support Kipper<script type="text/kipper"></script>
tags #11)The text was updated successfully, but these errors were encountered: