Skip to content

Commit

Permalink
Fix typedoc plugins build issue (#89)
Browse files Browse the repository at this point in the history
Bumping versions for `typedoc` and plugins to resolve the issue:

```
error The plugin typedoc-plugin-rename-defaults could not be loaded.
error Error [ERR_REQUIRE_ESM]: require() of ES Module /Users/spqrta/Projects/sdk-react-native/node_modules/typedoc-plugin-rename-defaults/index.js from /Users/spqrta/Projects/sdk-react-native/node_modules/typedoc/dist/lib/utils/plugins.js not supported.
Instead change the require of index.js in /Users/spqrta/Projects/sdk-react-native/node_modules/typedoc/dist/lib/utils/plugins.js to a dynamic import() which is available in all CommonJS modules.
    at loadPlugins (/Users/spqrta/Projects/sdk-react-native/node_modules/typedoc/dist/lib/utils/plugins.js:39:30)
    at Application.bootstrap (/Users/spqrta/Projects/sdk-react-native/node_modules/typedoc/dist/lib/application.js:111:33)
    at Object.<anonymous> (/Users/spqrta/Projects/sdk-react-native/node_modules/typedoc/bin/typedoc:26:5)
```
  • Loading branch information
pavel-kuznetsov-hypertrack authored Dec 11, 2023
1 parent a6754bf commit 89b6129
Show file tree
Hide file tree
Showing 20 changed files with 2,850 additions and 4,162 deletions.
7 changes: 4 additions & 3 deletions docs/assets/main.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

Loading

0 comments on commit 89b6129

Please sign in to comment.