mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 08:10:11 +01:00
repairs esm and amd build (#4950)
This commit is contained in:
parent
f420968fc9
commit
e56ad4b588
43 changed files with 2302 additions and 856 deletions
44
test/manual/index2.html
Normal file
44
test/manual/index2.html
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<link rel="stylesheet" href="./index.css" />
|
||||
</head>
|
||||
<body>
|
||||
Jump to:
|
||||
<a class="loading-opts" href="./generated/playground/index.html">[PLAYGROUND]</a>  | 
|
||||
<a class="loading-opts" href="./shadow-dom.html">[Shadow DOM]</a>  | 
|
||||
<a class="loading-opts" href="./diff.html">[Diff]</a>  | 
|
||||
<a class="loading-opts" href="./typescript/index.html">[TypeScript]</a>  | 
|
||||
<a class="loading-opts" href="./typescript/custom-worker.html">[TS Worker]</a>
|
||||
 | 
|
||||
<a class="loading-opts" href="./iframe.html">[iframe]</a>
|
||||
<br /> | 
|
||||
<a class="loading-opts" href="./cross-origin.html">[cross origin]</a>  | 
|
||||
<a class="loading-opts" href="./mouse-fixed.html">[fixed element]</a>  | 
|
||||
<a class="loading-opts" href="./mouse-scrollable-body.html">[scrollable body]</a>  | 
|
||||
<a class="loading-opts" href="./mouse-scrollable-element.html">[scrollable element]</a>
|
||||
 | 
|
||||
<a class="loading-opts" href="./transform.html">[transform]</a>
|
||||
<br /><br />
|
||||
|
||||
<div id="bar" style="margin-bottom: 6px"></div>
|
||||
<div style="clear: both"></div>
|
||||
<div
|
||||
id="container"
|
||||
style="float: left; width: 800px; height: 450px; border: 1px solid grey"
|
||||
></div>
|
||||
<div
|
||||
id="options"
|
||||
style="float: left; width: 220px; height: 450px; border: 1px solid grey"
|
||||
></div>
|
||||
<div style="clear: both"></div>
|
||||
|
||||
<script src="dev-setup.js"></script>
|
||||
<script>
|
||||
loadEditor(function () {
|
||||
require(['./index'], function () {});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue