Skip to content

Commit d37fb2f

Browse files
committed
fix $eval not fetching enviroment variables on escaped code.
1 parent da276bc commit d37fb2f

File tree

121 files changed

+270
-256
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+270
-256
lines changed

dist/native/guild/guildInvites.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/native/guild/guildInvites.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/native/guild/guildInvites.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/native/unsafe/eval.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/native/unsafe/eval.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/structures/@internal/Context.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ export declare class Context {
155155
* @returns
156156
*/
157157
clone(props?: Partial<IRunnable>, syncVars?: boolean): Context;
158+
cloneRuntime(): IRunnable;
158159
private clearCache;
159160
get noop(): (...args: any[]) => void;
160161
}

dist/structures/@internal/Context.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/structures/@internal/Context.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)