Commit 4b4b97f
committed
feat(sandbox): add CustomSandbox to module exports
Add CustomSandbox class to the sandbox module's exports to make it available
for import and use in other parts of the application.
This enables users to utilize the custom sandbox functionality that was
previously not exposed through the main module interface.
feat(sandbox): 添加 CustomSandbox 到模块导出
将 CustomSandbox 类添加到 sandbox 模块的导出中,使其可在应用程序的其他部分导入和使用。
这使用户能够利用以前未通过主模块接口公开的自定义沙箱功能。
Change-Id: Ida6b9787ae39f33e2e6902950c0d114d9508b84a1 parent 0d77025 commit 4b4b97f
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
103 | 104 | | |
104 | 105 | | |
| 106 | + | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
| |||
239 | 241 | | |
240 | 242 | | |
241 | 243 | | |
| 244 | + | |
| 245 | + | |
242 | 246 | | |
243 | 247 | | |
244 | 248 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| 70 | + | |
69 | 71 | | |
0 commit comments