mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
perf: pass primitives directly through the context bridge, avoids copying (#24531)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "es2017",
|
||||
"target": "es2020",
|
||||
"lib": [
|
||||
"es2019",
|
||||
"dom",
|
||||
|
||||
Reference in New Issue
Block a user