Improved syntax highlighting
This commit is contained in:
@ -44,4 +44,8 @@ export const evalCode = (code: string) => {
|
||||
// deno-lint-ignore no-explicit-any
|
||||
export const addToContext = (name: string, value: any) => {
|
||||
G[name] = value;
|
||||
}
|
||||
|
||||
export const getContext = () => {
|
||||
return G;
|
||||
}
|
Reference in New Issue
Block a user