@sdkgen/playground 0.0.0-dev.20220113215121 → 0.0.0-dev.20220119163338
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.ci.sh +1 -1
- package/dist/3rdpartylicenses.txt +3 -0
- package/dist/index.html +1 -1
- package/dist/main.39c889bee0092fa9.js +1 -0
- package/package.json +9 -8
- package/dist/main.cb2734d2391d45c7.js +0 -1
package/.ci.sh
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/bin/bash
|
|
2
2
|
set -ex
|
|
3
3
|
|
|
4
|
-
for folder in browser-runtime csharp-generator dart-generator kotlin-generator parser swift-generator typescript-generator; do
|
|
4
|
+
for folder in browser-runtime csharp-generator fsharp-generator dart-generator kotlin-generator parser swift-generator typescript-generator; do
|
|
5
5
|
cd ..
|
|
6
6
|
cd "$folder"
|
|
7
7
|
npm i
|
package/dist/index.html
CHANGED
|
@@ -15,6 +15,6 @@
|
|
|
15
15
|
<style>*{box-sizing:border-box}html,body{display:block;margin:0;padding:0;width:100%;height:100%;background-color:#1e1e1e;color:#bfbfbf;font-family:Roboto,Helvetica Neue,sans-serif}@supports (-webkit-marquee-repetition: infinite) and (object-fit: fill){html,body{overflow:hidden}}</style><link rel="stylesheet" href="styles.4eacc8fa36b92127.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.4eacc8fa36b92127.css"></noscript></head>
|
|
16
16
|
<body>
|
|
17
17
|
<app-root></app-root>
|
|
18
|
-
<script src="runtime.f21339e4fa7c52e0.js" type="module"></script><script src="polyfills.84a4d90b09829a9b.js" type="module"></script><script src="main.
|
|
18
|
+
<script src="runtime.f21339e4fa7c52e0.js" type="module"></script><script src="polyfills.84a4d90b09829a9b.js" type="module"></script><script src="main.39c889bee0092fa9.js" type="module"></script>
|
|
19
19
|
|
|
20
20
|
</body></html>
|