Skip to content

Commit

Permalink
fix(core): conditional expr in callee & do not rename new keywords in…
Browse files Browse the repository at this point in the history
… meta properties
  • Loading branch information
Brooooooklyn committed Sep 9, 2020
1 parent 83cdba2 commit c893622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit c893622

Please sign in to comment.