Skip to content

Bugfix/docs entry point #132

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

Merged
merged 12 commits into from
Jan 3, 2021
Merged

Bugfix/docs entry point #132

merged 12 commits into from
Jan 3, 2021

Conversation

AndyOGo
Copy link
Owner

@AndyOGo AndyOGo commented Jan 2, 2021

This PR should fix the missing entryPoint, though declarations file still can't be found by typedoc 😞

typedoc2md/typedoc-plugin-markdown#165

@AndyOGo AndyOGo added the bug label Jan 2, 2021
@AndyOGo AndyOGo self-assigned this Jan 2, 2021
package.json Outdated
@@ -15,7 +15,7 @@
"coverage": "nyc --reporter lcov --reporter text node test",
"postcoverage": "dotenv codecov",
"eslint": "eslint 'src/**/*.[tj]s' 'test/**/*.[tj]s'",
"docs": "typedoc --plugin typedoc-plugin-markdown",
"docs": "typedoc --plugin typedoc-plugin-markdown src/index.ts",
Copy link
Owner Author

@AndyOGo AndyOGo Jan 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TypeStrong/typedoc#1089

> [email protected] docs /stylelint-declaration-strict-value
> typedoc --plugin typedoc-plugin-markdown src/index.ts

Loaded plugin typedoc-plugin-markdown

Error: /stylelint-declaration-strict-value/src/index.ts(2)
 Could not find a declaration file for module 'shortcss'. '/stylelint-declaration-strict-value/node_modules/shortcss/lib/index.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/shortcss` if it exists or add a new declaration (.d.ts) file containing `declare module 'shortcss';`
Error: /stylelint-declaration-strict-value/src/index.ts(3)
 Could not find a declaration file for module 'shortcss/lib/list'. '/stylelint-declaration-strict-value/node_modules/shortcss/lib/list.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/shortcss` if it exists or add a new declaration (.d.ts) file containing `declare module 'shortcss/lib/list';`
Error: /stylelint-declaration-strict-value/src/index.ts(4)
 Could not find a declaration file for module 'css-values'. '/stylelint-declaration-strict-value/node_modules/css-values/dist/index.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/css-values` if it exists or add a new declaration (.d.ts) file containing `declare module 'css-values';

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@codecov
Copy link

codecov bot commented Jan 2, 2021

Codecov Report

Merging #132 (b666465) into master (d91772c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #132   +/-   ##
=======================================
  Coverage   94.31%   94.31%           
=======================================
  Files           3        3           
  Lines         211      211           
  Branches       83       83           
=======================================
  Hits          199      199           
  Misses          2        2           
  Partials       10       10           
Impacted Files Coverage Δ
src/defaults.ts 100.00% <ø> (ø)
src/lib/validation.ts 92.55% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d91772c...29abc67. Read the comment docs.

@AndyOGo AndyOGo force-pushed the bugfix/docs-entry-point branch from b666465 to 6b46c96 Compare January 3, 2021 10:51
@AndyOGo AndyOGo merged commit 63acb54 into master Jan 3, 2021
@AndyOGo AndyOGo deleted the bugfix/docs-entry-point branch January 3, 2021 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant