-
Notifications
You must be signed in to change notification settings - Fork 54
Fiori tools analyser - [WIP] #3805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
devinea
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New module set-up looks good.
I didn't review the /src folder in detail at this point.
…nalyser and update fast-glob version
| import type { ObjectPageAnalysis } from './object-page'; | ||
|
|
||
| export interface ManifestAnalysis { | ||
| readonly listReport?: ListReportAnalysis; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we have a type discriminated structure rather than separate properties for each type. Is it necessary to even discriminate at all here? Why not a single analysis for manifest
| } | ||
|
|
||
| export interface AnnotationAnalysis { | ||
| readonly listReport?: ListReportAnalysis; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment as above
| import type { ObjectPageAnalysis } from './object-page'; | ||
|
|
||
| export interface ManifestAnalysis { | ||
| readonly listReport?: ListReportAnalysis; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| readonly listReport?: ListReportAnalysis; | |
| type: 'lrop' | 'ovp' .... | |
| commonAnalysisStuff: | |
| manfiest: Manifest // See project access (alias) type Manifest = SAPJSONSchemaForWebApplicationManifestFile |
…ate manifest handling
…nd reporting features
Bill of materials of Fiori app