File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/svelte/src/compiler/compile Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { b } from 'code-red';
4
4
* @param {any } program
5
5
* @param {import('estree').Identifier } name
6
6
* @param {string } banner
7
- * @param {any } sveltePath
7
+ * @param {any } svelte_path
8
8
* @param {Array<{ name: string; alias: import('estree').Identifier }> } helpers
9
9
* @param {Array<{ name: string; alias: import('estree').Identifier }> } globals
10
10
* @param {import('estree').ImportDeclaration[] } imports
@@ -41,7 +41,7 @@ export default function create_module(
41
41
42
42
/**
43
43
* @param {any } source
44
- * @param {any } sveltePath
44
+ * @param {any } svelte_path
45
45
*/
46
46
function edit_source ( source , svelte_path ) {
47
47
return source === 'svelte' || source . startsWith ( 'svelte/' )
@@ -84,7 +84,7 @@ function get_internal_globals(globals, helpers) {
84
84
* @param {any } program
85
85
* @param {import('estree').Identifier } name
86
86
* @param {string } banner
87
- * @param {string } sveltePath
87
+ * @param {string } svelte_path
88
88
* @param {string } internal_path
89
89
* @param {Array<{ name: string; alias: import('estree').Identifier }> } helpers
90
90
* @param {Array<{ name: string; alias: import('estree').Identifier }> } globals
You can’t perform that action at this time.
0 commit comments