chore(deps): update dependency typescript to ~4.5.0 (#14018)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
This commit is contained in:
renovate[bot]
2021-12-02 16:59:11 +01:00
committed by GitHub
parent 029cd15bd9
commit ecae53a98e
4 changed files with 11 additions and 11 deletions

View File

@@ -160,6 +160,7 @@ export function transform(
}
node.arguments.unshift(t.cloneNode(context));
// @ts-expect-error node.callee can not be an V8IntrinsicIdentifier: V8 intrinsic is disallowed in optional chain
node.callee = t.memberExpression(node.callee, t.identifier("call"));
}
}