Reserved Names
Spice has a number of reserved names; please don’t use them unless you are intentionally modifying or overriding core functionality.
Modules
The following module names are reserved by Spice; don’t use them unless you are intentionally overriding a default module:
Core
- file
- mootools-server
Espresso-specific
- espresso
- range
- snippet
- text_action_context
- text_recipe
Variables/objects
- require
- system
- exports
Remember to always use var when creating new variables to avoid polluting the global scope on accident.