You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,4 +90,12 @@ See the [changelog](CHANGELOG.md).
90
90
*[Chakra Sample Hosts](http://github.com/panopticoncentral/chakra-host) - [License: Apache License 2.0 (Apache)](http://github.com/panopticoncentral/chakra-host/blob/master/LICENSE) C# example from this project served as the basis for the JsRT version of Chakra.
91
91
*[ECMAScript 5 Polyfill](http://nuget.org/packages/ES5) - Adds support for many of the new functions in ECMAScript 5 to downlevel browsers using the samples provided by Douglas Crockford in his ["ECMAScript 5: The New Parts"](http://channel9.msdn.com/Events/MIX/MIX11/EXT13) talk.
92
92
*[JSON2 library](http://github.com/douglascrockford/JSON-js) - Adds support of the JSON object from ECMAScript 5 to downlevel browsers.
93
-
*[WebGrease](http://webgrease.codeplex.com/) - [License: Apache License 2.0 (Apache)](http://webgrease.codeplex.com/license) JS-files, that used MSIE JS Engine, minificated by using WG.exe.
93
+
*[WebGrease](http://webgrease.codeplex.com/) - [License: Apache License 2.0 (Apache)](http://webgrease.codeplex.com/license) JS-files, that used MSIE JS Engine, minificated by using WG.exe.
94
+
95
+
## Who's Using MSIE JavaScript Engine
96
+
If you use the MSIE JavaScript Engine in some project, please send me a message so I can include it in this list:
97
+
98
+
*[Chevron](http://github.com/SimonCropp/Chevron) by Simon Cropp
99
+
*[JavaScript Engine Switcher](http://github.com/Taritsyn/JavaScriptEngineSwitcher) by Andrey Taritsyn
100
+
*[SquishIt](http://github.com/jetheredge/SquishIt) by Justin Etheredge and Alex Cuse
101
+
*[Strike](http://github.com/SimonCropp/Strike) by Simon Cropp
0 commit comments