svelte2tsx 0.7.34 → 0.7.35

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 +2 -1
  2. package/index.js +493 -431
  3. package/index.mjs +493 -431
  4. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -174,6 +174,7 @@ export const internalHelpers: {
174
174
  hasTypeDefinition: boolean;
175
175
  }
176
176
  >,
177
+ renderName: string
177
178
  };
178
179
 
179
180
  /**
@@ -194,4 +195,4 @@ export namespace InternalHelpers {
194
195
  universalHooksPath: string;
195
196
  paramsPath: string;
196
197
  }
197
- }
198
+ }