Skip to content
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

[BREAKING] index.js export: Remove top-level access to adapters #69

Merged
merged 1 commit into from Jan 9, 2019

Commits on Jan 9, 2019

  1. [BREAKING] index.js export: Remove top-level access to adapters

    BREAKING CHANGE: Adapters "AbstractAdapter", "FileSystem" and "Memory" used to be accessible via the top-level export of index.js (example: require("@ui5/project").FileSystem). This is no longer possible. Adapters are now grouped in the top-level object "adapters" and can be accessed from there (example: require("@ui5/project").adapters.FileSystem).
    RandomByte committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    ea65dbf View commit details
    Browse the repository at this point in the history