Skip to content

Commit

Permalink
chore: refresh lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 18, 2021
1 parent 9cd5e93 commit bee5a02
Show file tree
Hide file tree
Showing 2 changed files with 548 additions and 566 deletions.
2 changes: 1 addition & 1 deletion src/babel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function ssrRefPlugin({ loadOptions, getEnv, types: t }: Babel) {
CallExpression(path) {
if (!('name' in path.node.callee)) return

let method: crypto.HexBase64Latin1Encoding = 'base64'
let method: crypto.Encoding = 'base64'

switch (path.node.callee.name) {
case 'useStatic':
Expand Down
Loading

0 comments on commit bee5a02

Please sign in to comment.