-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(parser): replace with new srcinfo parser (#995)
Co-authored-by: Elsie <[email protected]>
- Loading branch information
Showing
42 changed files
with
407 additions
and
973 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
import PackageInfo from './package-info' | ||
import PackageInfo, { ArchDistroString } from './package-info' | ||
|
||
export default interface PackageDependencies { | ||
runtimeDependencies: (PackageInfo | string)[] | ||
buildDependencies: (PackageInfo | string)[] | ||
optionalDependencies: (PackageInfo | string)[] | ||
pacstallDependencies: (PackageInfo | string)[] | ||
runtimeDependencies: (ArchDistroString | string)[] | ||
buildDependencies: (ArchDistroString | string)[] | ||
optionalDependencies: (ArchDistroString | string)[] | ||
pacstallDependencies: (ArchDistroString | string)[] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package consts | ||
|
||
const PACSCRIPT_FILE_EXTENSION = "pacscript" | ||
const SRCINFO_FILE_EXTENSION = ".SRCINFO" |
35 changes: 0 additions & 35 deletions
35
server/fixtures/test-programs/packages/clipboard-bin/clipboard-bin.pacscript
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
server/fixtures/test-programs/packages/clipboard-bin/clipboard-bin.snapshot.json
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
.../test-programs/packages/clipboard-with-comments-bin/clipboard-with-comments-bin.pacscript
This file was deleted.
Oops, something went wrong.
39 changes: 0 additions & 39 deletions
39
...t-programs/packages/clipboard-with-comments-bin/clipboard-with-comments-bin.snapshot.json
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
server/fixtures/test-programs/packages/font-downloader/font-downloader.pacscript
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
server/fixtures/test-programs/packages/font-downloader/font-downloader.snapshot.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.