mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-08 23:20:03 +00:00
![Arlen22](/assets/img/avatar_default.png)
* Run modules in one new context * Fix polyfill running on require * Add code to check for global assignments * Allow globals in separate context This lets the caller request a separate context which may be polluted. * Jasmine needs to pollute the global * Formatting * Add polyfill and cleanup code * Convert to ES5 * One bug fix * Some formatting * Remove console.log line! * Cleanup * revert css-escape-polyfill.js to hopefully remove it from the PR * Remove JSDOC directives