File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed
packages/language-service/lib/plugins Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 22
22
- ubuntu-latest
23
23
- windows-latest
24
24
node :
25
- - 18
26
25
- 20
27
26
- 22
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ export function recmaExportFilepath(options) {
11
11
const name = 'name' in opts ? String ( opts . name ) : 'filepath'
12
12
13
13
return ( ) => ( {
14
- finalize ( ) {
15
- return (
16
- '/** Generated by [recma-export-filepath](https://github.com/remcohaszing/recma-export-filepath) */\nexport const ' +
17
- name +
18
- " = /** @type {string} */ ('')"
19
- )
20
- }
21
- } )
14
+ finalize ( ) {
15
+ return (
16
+ '/** Generated by [recma-export-filepath](https://github.com/remcohaszing/recma-export-filepath) */\nexport const ' +
17
+ name +
18
+ " = /** @type {string} */ ('')"
19
+ )
20
+ }
21
+ } )
22
22
}
You can’t perform that action at this time.
0 commit comments