From 5aa0ad95e2dc72900fbb747f64f44d2c638fa72f Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Mon, 24 Dec 2018 08:58:47 -0500 Subject: [PATCH] spruce up compiler options --- .../_components/Output/CompilerOptions.html | 144 ++++++++++++++++++ .../routes/repl/_components/Output/index.html | 44 +----- 2 files changed, 147 insertions(+), 41 deletions(-) create mode 100644 site/src/routes/repl/_components/Output/CompilerOptions.html 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 @@