@sdkgen/playground 0.0.0-dev.20220113193747 → 0.0.0-dev.20220117181308

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 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
@@ -123,6 +123,9 @@ MIT
123
123
  @sdkgen/dart-generator
124
124
  MIT
125
125
 
126
+ @sdkgen/fsharp-generator
127
+ MIT
128
+
126
129
  @sdkgen/kotlin-generator
127
130
  MIT
128
131
 
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.392bfed9b163b961.js" type="module"></script>
18
+ <script src="runtime.f21339e4fa7c52e0.js" type="module"></script><script src="polyfills.84a4d90b09829a9b.js" type="module"></script><script src="main.c2c29e37258c1ab9.js" type="module"></script>
19
19
 
20
20
  </body></html>