Skip to content

Conversation

@sukima
Copy link

@sukima sukima commented Jul 12, 2013

Uses a custom sandbox object to attach a context for any code being executed. This sandbox will store a JS context between eval executions. It prevent global name space pollution.

Adds ability to send non JavaScript commands such as /reset (Only command supported so far).

Reset command will create a new sandbox environment and garbage collect the last one.

Shouldn't we gitignore the build files in dist/?

sukima added 4 commits July 12, 2013 11:45
Uses a custom sandbox object to attach a context for any code being
executed. This sandbox will store a JS context between eval executions.
It prevent global name space pollution.

Adds ability to send non JavaScript commands such as `/reset` (Only
command supported so far).

Reset command will create a new sandbox environment and garbage collect
the last one.
This should probubly NOT be in the repo. Shouldn't we gitignore these
build files?
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.

1 participant