You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/core/types.ts
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -161,6 +161,11 @@ export type FlytrapConfig = {
161
161
* Use this to limit the size of your captures or limit the amount of files that context gets sent from.
162
162
*/
163
163
captureAmountLimit?: CaptureAmountLimit
164
+
/**
165
+
* Allows you to disable the default hoisting behavior of function declarations that Flytrap enforces. If you disable function declaration hoisting, wrapped function declarations will no longer go to the top of their respective scopes, and you might run into runtime errors. [Learn more](https://docs.useflytrap.com/troubleshoot/runtime-problems#cannot-access-functionname-before-initialization)
0 commit comments