You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the utilities in the logic-utils package are not specific to UI5 flows or structures.
These should be part of @xml-tools/common to avoid future duplication / re-implementation.
e.g:
export function xmlToFQN(astElement: XMLElement): string;
export function xmlClosingTagToFQN(astElement: XMLElement): string;
Some of the utilities in the
logic-utils
package are not specific to UI5 flows or structures.These should be part of @xml-tools/common to avoid future duplication / re-implementation.
e.g:
export function xmlToFQN(astElement: XMLElement): string;
export function xmlClosingTagToFQN(astElement: XMLElement): string;
export function splitQNameByNamespace( qName: string ): { prefix: string | undefined; localName: string };
The text was updated successfully, but these errors were encountered: