forked from oppia/oppia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrades code-mirror, browsermob-proxy and mouse-trap (oppia#6940)
* Initial upgrade * test * update ui-code mirror * Update diff_match * Change the version of code-mirror * Fresh package-lock.json * Merge conflicts * Merge conflicts-2 * Add diff_match_patch * update the link diff-match-patch * Fix mistakes with cdn link * Change dpm verison * Update e2e Tests * Fix lint * Fix lines * Remove eslint * Add Doctring * Update highlight text function * Update docstrings * Add scroll to checker * Fix Lint * Minor Nits * Revert Package lock * Revert Package lock * update string * Minnor nits
- Loading branch information
Showing
10 changed files
with
63 additions
and
635 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<script src="/third_party/static/code-mirror-3.19.0/lib/codemirror.js"></script> | ||
<script src="/third_party/static/code-mirror-3.19.0/mode/coffeescript/coffeescript.js"></script> | ||
<script src="/third_party/static/code-mirror-3.19.0/mode/javascript/javascript.js"></script> | ||
<script src="/third_party/static/code-mirror-3.19.0/mode/lua/lua.js"></script> | ||
<script src="/third_party/static/code-mirror-3.19.0/mode/python/python.js"></script> | ||
<script src="/third_party/static/code-mirror-3.19.0/mode/ruby/ruby.js"></script> | ||
<script src="/third_party/static/code-mirror-3.19.0/mode/scheme/scheme.js"></script> | ||
<script src="/third_party/static/code-mirror-3.19.0/mode/yaml/yaml.js"></script> | ||
<script src="/third_party/static/ui-codemirror-0.1.2/src/ui-codemirror.js"></script> | ||
<script src="/third_party/static/code-mirror-5.17.0/lib/codemirror.js"></script> | ||
<script src="/third_party/static/code-mirror-5.17.0/mode/coffeescript/coffeescript.js"></script> | ||
<script src="/third_party/static/code-mirror-5.17.0/mode/javascript/javascript.js"></script> | ||
<script src="/third_party/static/code-mirror-5.17.0/mode/lua/lua.js"></script> | ||
<script src="/third_party/static/code-mirror-5.17.0/mode/python/python.js"></script> | ||
<script src="/third_party/static/code-mirror-5.17.0/mode/ruby/ruby.js"></script> | ||
<script src="/third_party/static/code-mirror-5.17.0/mode/scheme/scheme.js"></script> | ||
<script src="/third_party/static/code-mirror-5.17.0/mode/yaml/yaml.js"></script> | ||
<script src="/third_party/static/ui-codemirror-0.3.0/src/ui-codemirror.js"></script> | ||
|
||
<script src="/third_party/static/code-mirror-3.19.0/addon/merge/dep/diff_match_patch.js"></script> | ||
<script src="/third_party/static/code-mirror-3.19.0/addon/merge/merge.js"></script> | ||
<script src="/third_party/static/diff-match-patch-1.0.0/diff_match_patch.js"></script> | ||
<script src="/third_party/static/code-mirror-5.17.0/addon/merge/merge.js"></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.