Skip to content

Commit

Permalink
docs(sites): Auto-generated CompileOptions (#8756)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com>
  • Loading branch information
3 people authored Jun 20, 2023
1 parent f8139e5 commit 88504ee
Show file tree
Hide file tree
Showing 7 changed files with 192 additions and 317 deletions.
109 changes: 2 additions & 107 deletions documentation/docs/04-compiler-and-api/01-svelte-compiler.md

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion packages/svelte/src/compiler/compile/Component.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,10 @@ export default class Component {
return alias;
}

/** @param {{ js: import('estree').Node[]; css: import('../interfaces.js').CssResult }} [result] */
/**
* @param {{ js: import('estree').Node[]; css: import('../interfaces.js').CssResult }} [result]
* @returns {import('../interfaces.js').CompileResult}
*/
generate(result) {
let js = null;
let css = null;
Expand Down
203 changes: 0 additions & 203 deletions packages/svelte/src/compiler/compile/internal_exports.ts

This file was deleted.

Loading

0 comments on commit 88504ee

Please sign in to comment.