Skip to content

Commit

Permalink
chore(gh-page): update
Browse files Browse the repository at this point in the history
  • Loading branch information
bhsd-harry committed May 7, 2024
1 parent 2ede3ab commit 6f7bb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/dist/gh-page.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { CodeMirror6 } from '/codemirror-mediawiki/dist/main.min.js';
import '/monaco-wiki/all.min.js';
import '/monaco-wiki/dist/all.min.js';
const transform = (type) => type && type.split('-').map(s => s[0].toUpperCase() + s.slice(1)).join('');
const keys = new Set(['type', 'childNodes', 'range']);
(async () => {
Expand Down

0 comments on commit 6f7bb9b

Please sign in to comment.