File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2222
2323
2424import { Controller } from '../src/estraverse.js' ;
25- import Dumper from './dumper' ;
26- import checkDump from './checkDump' ;
25+ import Dumper from './dumper.js ' ;
26+ import checkDump from './checkDump.js ' ;
2727
2828describe ( 'controller' , function ( ) {
2929 it ( 'traverse' , 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 Dumper from './dumper' ;
26- import checkDump from './checkDump' ;
25+ import Dumper from './dumper.js ' ;
26+ import checkDump from './checkDump.js ' ;
2727import { parse as esprima } from 'esprima' ;
2828import { parse as espree } from 'espree' ;
2929
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 Dumper from './dumper' ;
25- import checkDump from './checkDump' ;
24+ import Dumper from './dumper.js ' ;
25+ import checkDump from './checkDump.js ' ;
2626import { traverse } from '../src/estraverse.js' ;
2727
2828describe ( 'object expression' , function ( ) {
You can’t perform that action at this time.
0 commit comments