svelte2tsx 0.6.8 → 0.6.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +2543 -2513
  3. package/index.mjs +2543 -2513
  4. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -115,7 +115,7 @@ export const internalHelpers: {
115
115
  fileName: string,
116
116
  options: InternalHelpers.KitFilesSettings
117
117
  ) => boolean;
118
- isKitRouteFile: (fileName: string, basename: string) =>boolean,
118
+ isKitRouteFile: (basename: string) => boolean,
119
119
  isClientHooksFile: (
120
120
  fileName: string,
121
121
  basename: string,