From c8936229782164fe54bd864ecc2d8049827fd1ef Mon Sep 17 00:00:00 2001 From: LongYinan Date: Wed, 9 Sep 2020 14:23:22 +0800 Subject: [PATCH] fix(core): conditional expr in callee & do not rename new keywords in meta properties --- packages/core/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/index.ts b/packages/core/index.ts index 683594d9c..6719bcb78 100644 --- a/packages/core/index.ts +++ b/packages/core/index.ts @@ -52,4 +52,4 @@ export function transform(source: string, path: string, options?: Options) { return bindings.transform(source, path, transformOption(path, options)) } -export const SWC_VERSION = '98f6e1d' +export const SWC_VERSION = '3a26d3d'