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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
extractJSX adjusted to support detection of elements within complex conditionals;
Implementation of extractSpreadsFromJSX to deal with spreads within the properties of JSX elements;
Small adjustment to replaceJSXElement to provide better support for TypeScript and avoid compressing the final result;
The server's "BosLoader Server is Up and Running" information box has been removed;
processChildrenWidget updated to receive the new adjustments as well as transformSchemaToWidget.
Both modules now process spreads properties;
Implemented the filesContentCache feature. This feature ensures that only the changed file
be read again and integrated into the schema of initial files read at the beginning of the process. This guarantees
better performance during development.