-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-allow changing flags in case someone needs that
- Loading branch information
Ben Creech
committed
Mar 9, 2024
1 parent
95f87cb
commit ca1a4d1
Showing
2 changed files
with
36 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,18 @@ | ||
from py_mini_racer import py_mini_racer | ||
|
||
DEFAULT_V8_FLAGS = py_mini_racer.DEFAULT_V8_FLAGS | ||
JSEvalException = py_mini_racer.JSEvalException | ||
JSFunction = py_mini_racer.JSFunction | ||
JSOOMException = py_mini_racer.JSOOMException | ||
JSObject = py_mini_racer.JSObject | ||
JSParseException = py_mini_racer.JSParseException | ||
JSSymbol = py_mini_racer.JSSymbol | ||
JSTimeoutException = py_mini_racer.JSTimeoutException | ||
LibAlreadyInitializedError = py_mini_racer.LibAlreadyInitializedError | ||
LibNotFoundError = py_mini_racer.LibNotFoundError | ||
MiniRacer = py_mini_racer.MiniRacer | ||
StrictMiniRacer = py_mini_racer.StrictMiniRacer | ||
init_mini_racer = py_mini_racer.init_mini_racer | ||
|
||
|
||
__all__ = ["py_mini_racer", "MiniRacer"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters