File tree Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 70
70
},
71
71
"dependencies" : {
72
72
"clipanion" : " ^3.1.0" ,
73
- "loader-utils" : " ^3.2.0" ,
74
73
"typanion" : " ^3.7.1"
75
74
},
76
75
"devDependencies" : {
Original file line number Diff line number Diff line change 1
- const { getOptions } = require ( 'loader-utils' )
2
-
3
1
const { lint } = require ( './index' )
4
2
5
3
module . exports = function denoLintLoader ( source , sm ) {
6
4
const callback = this . async ( )
7
- const options = getOptions ( this )
5
+ const options = this . getOptions ( )
8
6
const diagnostics = lint ( this . resourcePath , source , options . enableAllRules )
9
7
10
8
if ( this . resourcePath . endsWith ( 'diff-size.ts' ) ) {
Original file line number Diff line number Diff line change @@ -4396,11 +4396,6 @@ loader-runner@^4.2.0:
4396
4396
resolved "https://registry.npmjs.org/loader-runner/-/loader-runner-4.2.0.tgz#d7022380d66d14c5fb1d496b89864ebcfd478384"
4397
4397
integrity sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw==
4398
4398
4399
- loader-utils@^3.2.0 :
4400
- version "3.2.0"
4401
- resolved "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.0.tgz#bcecc51a7898bee7473d4bc6b845b23af8304d4f"
4402
- integrity sha512-HVl9ZqccQihZ7JM85dco1MvO9G+ONvxoGa9rkhzFsneGLKSUg1gJf9bWzhRhcvm2qChhWpebQhP44qxjKIUCaQ==
4403
-
4404
4399
locate-path@^2.0.0 :
4405
4400
version "2.0.0"
4406
4401
resolved "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"
You can’t perform that action at this time.
0 commit comments