Skip to content

Commit 22925b7

Browse files
committed
one more naming adjustment
1 parent 97a1826 commit 22925b7

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

lib/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ const util = require('reshape-plugin-util')
22
const gen = require('reshape-code-gen')
33
const parse = require('reshape-parser')
44

5-
module.exports = function evalCode (_locals = {}) {
6-
return function (tree, opts) {
5+
module.exports = function reshapeEvalCode (_locals = {}) {
6+
return function evalCodePlugin (tree, opts) {
77
const locals = Object.assign({}, opts.locals || {}, _locals)
88
return util.modifyNodes(tree, (node) => {
99
return node.type === 'code' || node.type === 'tag'

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -628,14 +628,14 @@ babel-types@^6.18.0, babel-types@^6.24.1:
628628
lodash "^4.2.0"
629629
to-fast-properties "^1.0.1"
630630

631-
babylon@^6.1.0, babylon@^6.11.0, babylon@^6.15.0:
632-
version "6.17.0"
633-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.17.0.tgz#37da948878488b9c4e3c4038893fa3314b3fc932"
634-
635-
babylon@^6.17.4:
631+
babylon@^6.1.0, babylon@^6.15.0, babylon@^6.17.4:
636632
version "6.17.4"
637633
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.17.4.tgz#3e8b7402b88d22c3423e137a1577883b15ff869a"
638634

635+
babylon@^6.11.0:
636+
version "6.17.0"
637+
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.17.0.tgz#37da948878488b9c4e3c4038893fa3314b3fc932"
638+
639639
balanced-match@^0.4.1:
640640
version "0.4.2"
641641
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-0.4.2.tgz#cb3f3e3c732dc0f01ee70b403f302e61d7709838"

0 commit comments

Comments
 (0)