-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump svelte2tsx dependency (#11619)
* chore: bump svelte2tsx dependency ...to support generating types for `.svelte.ts` files Related: sveltejs/language-tools#2241 * peer dep 5.0 * lint --------- Co-authored-by: Rich Harris <[email protected]>
- Loading branch information
1 parent
e54d56e
commit 6f9526b
Showing
15 changed files
with
23 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@sveltejs/package': patch | ||
--- | ||
|
||
chore: bump svelte2tsx dependency to support generating types for `.svelte.js/ts` files |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
packages/package/test/fixtures/javascript/expected/internal/index.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
export const foo: 'bar'; | ||
export { x } from "./runes.svelte.js"; |
1 change: 1 addition & 0 deletions
1
packages/package/test/fixtures/javascript/expected/internal/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
export const foo = 'bar'; | ||
export { x } from './runes.svelte.js'; |
1 change: 1 addition & 0 deletions
1
packages/package/test/fixtures/javascript/expected/internal/runes.svelte.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export const x: true; |
1 change: 1 addition & 0 deletions
1
packages/package/test/fixtures/javascript/expected/internal/runes.svelte.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export const x = true; |
1 change: 1 addition & 0 deletions
1
packages/package/test/fixtures/javascript/src/lib/internal/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
export const foo = 'bar'; | ||
export { x } from './runes.svelte.js'; |
1 change: 1 addition & 0 deletions
1
packages/package/test/fixtures/javascript/src/lib/internal/runes.svelte.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export const x = true; |
1 change: 1 addition & 0 deletions
1
packages/package/test/fixtures/typescript-esnext/expected/runes.svelte.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export declare const x = true; |
1 change: 1 addition & 0 deletions
1
packages/package/test/fixtures/typescript-esnext/expected/runes.svelte.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export const x = true; |
1 change: 1 addition & 0 deletions
1
packages/package/test/fixtures/typescript-esnext/src/lib/runes.svelte.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export const x = true; |
1 change: 1 addition & 0 deletions
1
packages/package/test/fixtures/typescript-nodenext/expected/runes.svelte.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export declare const x = true; |
1 change: 1 addition & 0 deletions
1
packages/package/test/fixtures/typescript-nodenext/expected/runes.svelte.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export const x = true; |
1 change: 1 addition & 0 deletions
1
packages/package/test/fixtures/typescript-nodenext/src/lib/runes.svelte.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export const x = true; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.