File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ const util = require('reshape-plugin-util')
22const gen = require ( 'reshape-code-gen' )
33const 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'
Original file line number Diff line number Diff 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+
639639balanced-match@^0.4.1 :
640640 version "0.4.2"
641641 resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-0.4.2.tgz#cb3f3e3c732dc0f01ee70b403f302e61d7709838"
You can’t perform that action at this time.
0 commit comments