File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11[ignore]
2+ <PROJECT_ROOT>/node_modules/resolve/test/resolver/malformed_package_json/package.json
23<PROJECT_ROOT>/lib/.*
34<PROJECT_ROOT>/docs/.*
45<PROJECT_ROOT>/reports/.*
Original file line number Diff line number Diff line change 44
55import { dom , roles } from 'aria-query' ;
66import includes from 'array-includes' ;
7- import JSXAttributeMock , { JSXAttributeMockType } from './JSXAttributeMock' ;
8- import JSXElementMock , { JSXElementMockType } from './JSXElementMock' ;
7+ import JSXAttributeMock from './JSXAttributeMock' ;
8+ import JSXElementMock from './JSXElementMock' ;
9+
10+ import type { JSXAttributeMockType } from './JSXAttributeMock' ;
11+ import type { JSXElementMockType } from './JSXElementMock' ;
912
1013const domElements = [ ...dom . keys ( ) ] ;
1114const roleNames = [ ...roles . keys ( ) ] ;
Original file line number Diff line number Diff line change 1919 "scripts" : {
2020 "build" : " rimraf lib && babel src --out-dir lib --copy-files" ,
2121 "create" : " node ./scripts/create-rule" ,
22- "flow" : " if [ ! -e ./.flowconfig ]; then echo \" Could not find .flowconfig \" ; else flow; test $? -eq 0 -o $? -eq 2; fi " ,
22+ "flow" : " flow" ,
2323 "lint:fix" : " npm run lint -- --fix" ,
2424 "lint" : " eslint ." ,
2525 "prepublish" : " not-in-publish || npm run prepublishOnly" ,
You can’t perform that action at this time.
0 commit comments