-
Notifications
You must be signed in to change notification settings - Fork 2
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
Example how to work in browser #3
Comments
Hello @Enelar and sorry for my delayed reply. i am very happy to see people are taking interest in promiseLand. there is no sourcecode map implemented at the moment. i will support source code map in the next minor release. if you want to go ahead and help with the implementation let me know. i can give you pointers. we basically have all the original location of every expression / statement. |
Yes, I'd love to, but first I need to get some experience. Could I use this On 14:51, Sat, Jul 30, 2016 soliton4 [email protected] wrote:
|
the goal is to solve common shortages of javascript. so ofc you can use it in whatever javascript based runtime environment you want. i recommend going through the features part of the wiki. especially the frames part which shows you how you can easily connect server and browser code by using the same source base. https://www.npmjs.com/package/promiseland-webframework and if you want to get really deep into it there are synced objects which allow you to have the same instance of an object available accross several frames. i am very interested in feedback from users. pls note that promiseLand is still in its early stage and will hopefully move forward a lot. it also needs to keep up with new syntax models of ecmascript. since i want it to stay compatible with ecmascript. |
Sorry for delayed replay. Thanks a lot. I've got inspired with your work. |
thank you for noticing ;) |
How to setup code source map?
Should i use browserify?
The text was updated successfully, but these errors were encountered: