File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
plugin-putout/lib/add-path-arg-to-fix Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- import strictMode from '@putout/plugin-nodejs/strict-mode' ;
1+ import * as strictMode from '@putout/plugin-nodejs/strict-mode' ;
22import rmUnused from '@putout/plugin-remove-unused-variables' ;
33import { createTest } from '@putout/test' ;
44import codeframe from '../lib/codeframe.js' ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @putout/plugin-nodejs" ,
3- "version" : " 14.1 .0" ,
3+ "version" : " 15.0 .0" ,
44 "type" : " module" ,
55 "author" :
" coderaiser <[email protected] > (https://github.com/coderaiser)" ,
66 "description" : " 🐊Putout plugin adds ability to transform code to new API of Node.js" ,
Original file line number Diff line number Diff line change 11import { createTest } from '@putout/test' ;
2- import nodejs from '@putout/plugin-nodejs' ;
2+ import * as nodejs from '@putout/plugin-nodejs' ;
33import * as plugin from './index.js' ;
44
55const test = createTest ( import . meta. url , {
You can’t perform that action at this time.
0 commit comments