-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #717 from ember-animation/pnpm-v9
bump pnpm to v9
- Loading branch information
Showing
10 changed files
with
13,034 additions
and
11,233 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
docs/app/instance-initializer/ember-data-for-ember-cli-addon-docs.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/** | ||
* This is to fix an error like | ||
* | ||
* Could not find module `@ember-data/adapter` imported from `ember-cli-addon-docs/adapters/-addon-docs` | ||
* Could not find module `@ember-data/serializer` imported from `ember-cli-addon-docs/serializers/-addon-docs` | ||
* | ||
* which should not happen even though ember-cli-addon-docs declares ember-data as dependency and has those imports. | ||
*/ | ||
import Adapter from '@ember-data/adapter'; | ||
import Serializer from '@ember-data/serializer'; | ||
|
||
export class AddonDocsAdapter extends Adapter {} | ||
export class AddonDocsSerializer extends Serializer {} | ||
|
||
function initialize() {} | ||
|
||
export default { | ||
initialize, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.