mirror of
https://github.com/penpot/penpot.git
synced 2025-05-09 21:16:38 +02:00
✨ Add facility for create anonymous objects
Speciailly designed to be work in plugins where code is submited to hard deep freeze on the sandboxing process.
This commit is contained in:
parent
59e5656bd7
commit
e16ec9c719
6 changed files with 348 additions and 151 deletions
6
frontend/scripts/repl
Executable file
6
frontend/scripts/repl
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
export OPTIONS="-A:dev -J-XX:-OmitStackTraceInFastThrow";
|
||||
|
||||
set -ex
|
||||
exec clojure $OPTIONS -M -m rebel-readline.main
|
Loading…
Add table
Add a link
Reference in a new issue