-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update workflow, codemirror and playwright (#106)
* update workflow checkout and node versions * latest playwright * rebuild yarn * update codemirror * skip some tests on firefox * v0.0.43 * flags for firefox for tests to pass
- Loading branch information
1 parent
361521d
commit a2ee2cb
Showing
7 changed files
with
1,848 additions
and
1,364 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,15 +31,15 @@ async function loadCodeMirror() { | |
await loadScript('https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.55.0/codemirror.min.js'); | ||
await loadScript('https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.55.0/mode/javascript/javascript.js'); | ||
|
||
await loadScript('https://codemirror.net/5/addon/search/search.js'); | ||
await loadScript('https://codemirror.net/5/addon/search/searchcursor.js'); | ||
await loadScript('https://codemirror.net/5/addon/search/jump-to-line.js'); | ||
await loadScript('https://codemirror.net/5/addon/dialog/dialog.js'); | ||
await loadScript('https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.18/addon/search/search.js'); | ||
await loadScript('https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.18/addon/search/searchcursor.js'); | ||
await loadScript('https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.18/addon/search/jump-to-line.js'); | ||
await loadScript('https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.18/addon/dialog/dialog.js'); | ||
|
||
await loadScript('https://unpkg.com/[email protected]/dist/jshint.js'); | ||
await loadScript('https://codemirror.net/5/addon/lint/lint.js'); | ||
await loadScript('https://codemirror.net/5/addon/lint/javascript-lint.js'); | ||
await loadCSS('https://codemirror.net/5/addon/lint/lint.css'); | ||
await loadScript('https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.18/addon/lint/lint.js'); | ||
await loadScript('https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.18/addon/lint/javascript-lint.js'); | ||
await loadCSS('https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.18/addon/lint/lint.css'); | ||
} | ||
|
||
let webassemblySynthUpdated = false; | ||
|
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
Oops, something went wrong.