File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121// THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2222
2323
24- import { Controller } from '../' ;
24+ import { Controller } from '../src/estraverse.js ' ;
2525import Dumper from './dumper' ;
2626import checkDump from './checkDump' ;
2727
Original file line number Diff line number Diff line change 2121// THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2222
2323
24- import { traverse , VisitorOption } from '..' ;
24+ import { traverse , VisitorOption } from '../src/estraverse.js ' ;
2525
2626export default class Dumper {
2727 constructor ( ) {
Original file line number Diff line number Diff line change 2121// THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2222
2323
24- import { replace , VisitorOption } from '..' ;
24+ import { replace , VisitorOption } from '../src/estraverse.js ' ;
2525
2626describe ( 'replace' , function ( ) {
2727 it ( 'can simplify expressions' , function ( ) {
Original file line number Diff line number Diff line change 2323
2424import Dumper from './dumper' ;
2525import checkDump from './checkDump' ;
26- import { traverse } from '..' ;
26+ import { traverse } from '../src/estraverse.js ' ;
2727
2828describe ( 'object expression' , function ( ) {
2929 it ( 'properties' , function ( ) {
Original file line number Diff line number Diff line change 2222// THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2323
2424
25- import { traverse } from '..' ;
25+ import { traverse } from '../src/estraverse.js ' ;
2626
2727describe ( 'type API' , function ( ) {
2828 it ( 'for Property' , function ( ) {
You can’t perform that action at this time.
0 commit comments