Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

Commit

Permalink
readme note about primitive wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckegg committed Nov 25, 2013
1 parent f427970 commit 51b3e80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -7,6 +7,8 @@ This module uses [esprima](https://github.com/ariya/esprima) to parse the javasc

Like built-in `eval`, the result of the last expression will be returned. Unlike built-in, there is no access to global objects, only the context that is passed in as the second object.

Built in types such as `Object` and `String` are still available, but they are wrapped so that any changes to prototypes are contained in the eval instance.

[![NPM](https://nodei.co/npm/notevil.png?compact=true)](https://nodei.co/npm/notevil/)

## Example
Expand Down

0 comments on commit 51b3e80

Please sign in to comment.