Code Monkey home page Code Monkey logo

Comments (3)

timsawyer avatar timsawyer commented on May 17, 2024

The plugin should be excluding node_modules by default, so I'm not sure what is happening in your project. Can you provide an example of what errors you are getting?

Also, have you tried setting the "externalPattern" property? To something like: '**/node_modules/**/*.*'

from typedoc-webpack-plugin.

dharsanav avatar dharsanav commented on May 17, 2024

Yes I tried with external Pattern too. Still no result .

Document gets generated,however Iam seeing error from node_modules at console

Sample

Loaded plugin typedoc-plugin-external-module-name

Using TypeScript 2.2.2 from D:\Test\node_modules\typedoc\node_modules\typescript\lib
Error: D:/Test/node_modules/@angular/core/src/facade/lang.d.ts(11)
 'Map' only refers to a type, but is being used as a value here.
Error: D:/Test/node_modules/@angular/core/src/facade/lang.d.ts(12)
 'Set' only refers to a type, but is being used as a value here.
Error: D:/Test/node_modules/@covalent/core/common/forms/validators/number-required/number-required.validator.ts(18)
 Property 'isNaN' does not exist on type 'NumberConstructor'.
Error: D:/Test/node_modules/@covalent/core/data-table/data-table.component.ts(69)
 'Map' only refers to a type, but is being used as a value here.
Error: D:/Test/node_modules/@covalent/core/data-table/data-table.component.ts(118)
 Property 'find' does not exist on type 'ITdDataTableColumn[]'.
Error: D:/Test/node_modules/@covalent/core/data-table/data-table.component.ts(167)
 Property 'find' does not exist on type 'ITdDataTableColumn[]'.
Error: D:/Test/node_modules/@covalent/core/data-table/data-table.component.ts(225)
 Property 'set' does not exist on type 'Map<string, TemplateRef<any>>'.
Error: D:/Test/node_modules/@covalent/core/data-table/data-table.component.ts(243)
 Property 'get' does not exist on type 'Map<string, TemplateRef<any>>'.
Error: D:/Test/node_modules/@covalent/core/data-table/data-table.component.ts(274)
 Property 'find' does not exist on type 'any[]'.
Error: D:/Test/node_modules/@covalent/core/data-table/services/data-table.service.ts(19)
 Property 'find' does not exist on type 'string[]'.
Error: D:/Test/node_modules/@covalent/core/data-table/services/data-table.service.ts(44)
 Property 'isNaN' does not exist on type 'NumberConstructor'.
Error: D:/Test/node_modules/@covalent/core/data-table/services/data-table.service.ts(44)
 Property 'parseFloat' does not exist on type 'NumberConstructor'.
Error: D:/Test/node_modules/@covalent/core/data-table/services/data-table.service.ts(44)
 Property 'isNaN' does not exist on type 'NumberConstructor'.
Error: D:/Test/node_modules/@covalent/core/data-table/services/data-table.service.ts(44)
 Property 'parseFloat' does not exist on type 'NumberConstructor'.

from typedoc-webpack-plugin.

derushio avatar derushio commented on May 17, 2024

I succeeded with this command.
typedoc --excludeExternals --externalPattern "**/node_modules/**" --ignoreCompilerErrors --name "$PROJ_NAME" --mode "file" --out "../document/typedoc/" "$SRC_DIR"

but, printed many error logs.

from typedoc-webpack-plugin.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.