Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 30, 2023
0 parents commit 1ed674b
Show file tree
Hide file tree
Showing 97 changed files with 31,617 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions 63f3cfe3c7682305cb2a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions 81bf728c0119b97a865c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
playground.abaplint.org
253 changes: 253 additions & 0 deletions a30fc9b58d49256698dcdd100bafe2f2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28,131 changes: 28,131 additions & 0 deletions app.bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions c1e1ed3a9c1ad6a35a55.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added codicon.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions d1ad2f913c5dc1f01a03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
678 changes: 678 additions & 0 deletions editor.worker.bundle.js

Large diffs are not rendered by default.

Binary file added favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html>
<head>
<title>playground.abaplint.org</title>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-83119203-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-83119203-1');
</script>
<script defer src="app.bundle.js"></script><script defer src="editor.worker.bundle.js"></script><script defer src="json.worker.bundle.js"></script></head>
<body>
<script>
self.MonacoEnvironment = {
getWorkerUrl: (moduleId, label) => (label === 'json')
? './json.worker.bundle.js'
: './editor.worker.bundle.js'
}
</script>
</body>
</html>
688 changes: 688 additions & 0 deletions json.worker.bundle.js

Large diffs are not rendered by default.

Loading

0 comments on commit 1ed674b

Please sign in to comment.