perf: pass primitives directly through the context bridge, avoids copying (#24531)

This commit is contained in:
Samuel Attard
2020-07-14 18:38:54 -07:00
committed by GitHub
parent 36900df7d9
commit 3f54f240bd
4 changed files with 32 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es2017",
"target": "es2020",
"lib": [
"es2019",
"dom",