diff --git a/site/src/routes/repl/_components/Output/CompilerOptions.html b/site/src/routes/repl/_components/Output/CompilerOptions.html new file mode 100644 index 0000000000..de5189cbce --- /dev/null +++ b/site/src/routes/repl/_components/Output/CompilerOptions.html @@ -0,0 +1,144 @@ + + + + +
+ result = svelte.compile(source, { +
+ generate: + + + + + + +
+ + + + + + + + + + + + + }); +
\ No newline at end of file diff --git a/site/src/routes/repl/_components/Output/index.html b/site/src/routes/repl/_components/Output/index.html index bd52e6defa..0da5d74614 100644 --- a/site/src/routes/repl/_components/Output/index.html +++ b/site/src/routes/repl/_components/Output/index.html @@ -1,6 +1,7 @@