@sap-ux/ui5-application-writer 1.6.8 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types.d.ts +0 -7
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -131,12 +131,6 @@ export interface UI5 {
|
|
|
131
131
|
customUi5Libs?: string[];
|
|
132
132
|
}
|
|
133
133
|
export interface AppOptions {
|
|
134
|
-
/**
|
|
135
|
-
* @deprecated
|
|
136
|
-
* Enables code assist
|
|
137
|
-
* No longer supported. Will be removed from the interface in future releases.
|
|
138
|
-
*/
|
|
139
|
-
codeAssist: boolean;
|
|
140
134
|
eslint: boolean;
|
|
141
135
|
sapux: boolean;
|
|
142
136
|
/**
|
|
@@ -145,7 +139,6 @@ export interface AppOptions {
|
|
|
145
139
|
loadReuseLibs: boolean;
|
|
146
140
|
/**
|
|
147
141
|
* Enable Typescript support and generate all files in Typescript instead of Javascript
|
|
148
|
-
* Enabling Typescript will disable JavaScript codeAssist if also enabled. Typescript code assist will be used instead
|
|
149
142
|
*/
|
|
150
143
|
typescript: boolean;
|
|
151
144
|
/**
|
package/package.json
CHANGED