Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / timocov/dts-bundle-generator issues and pull requests
#239 - `import * as` & `export * as` does not work.
Issue -
State: closed - Opened by Patrick-clone almost 2 years ago
- 1 comment
#238 - TypeScript 5 support
Issue -
State: closed - Opened by timocov almost 2 years ago
- 1 comment
Labels: Enhancement, Breaking Change
#237 - Bundle generation fails with `Cannot find namespace 'Protocol'` (but `Protocol` doesn't seem to be a global declaration)
Issue -
State: closed - Opened by d4h0 almost 2 years ago
- 5 comments
Labels: Enhancement, Breaking Change
#236 - Code mode
Issue -
State: closed - Opened by euberdeveloper about 2 years ago
- 1 comment
#235 - Fixed incorrect handling inlining import() statements
Pull Request -
State: closed - Opened by timocov about 2 years ago
#234 - `--external-inlines` doesn't bundle completely
Issue -
State: closed - Opened by pofulu about 2 years ago
- 1 comment
Labels: Bug
#233 - Fixing compilation issues while using declare module or similar "global" type declarations
Issue -
State: closed - Opened by timocov about 2 years ago
#231 - wildcard module declaration is ignored
Issue -
State: closed - Opened by mithodin about 2 years ago
- 2 comments
#230 - Imports are lost when importing esm-like moduleswithout default export using commonjs import or esm import default
Issue -
State: closed - Opened by sunafterrainwm about 2 years ago
- 1 comment
Labels: Bug
#229 - Error: Cannot find symbol for node: replace while using react-router-dom
Issue -
State: closed - Opened by jinzhubaofu over 2 years ago
- 2 comments
Labels: Bug
#228 - Generate type dependencies for one type only
Issue -
State: closed - Opened by yovanoc over 2 years ago
#227 - custom type.d.ts: files that are using custom declaration types are not generating d.ts files
Issue -
State: closed - Opened by aibrahim3546 over 2 years ago
- 3 comments
#226 - jsdoc typedef {import('').Mod} Mod overwrite the real Mod type
Issue -
State: closed - Opened by easyfrog over 2 years ago
- 2 comments
#225 - Fix support for typescript v4.8+
Issue -
State: closed - Opened by timocov over 2 years ago
Labels: Bug
#224 - Improve support of non-relative imports in projects with a baseUrl
Pull Request -
State: closed - Opened by timocov over 2 years ago
- 2 comments
Labels: Bug, Breaking Change
#223 - Add option to remove private and protected methods from the output d.ts file
Issue -
State: closed - Opened by rickymohk over 2 years ago
- 1 comment
#222 - feat: new options for auto keep reference without `--external-types`
Issue -
State: closed - Opened by bluelovers over 2 years ago
- 5 comments
Labels: Enhancement, Need More Feedback
#221 - Added support for allowJs compiler option
Pull Request -
State: closed - Opened by timocov over 2 years ago
#220 - Support for projects with `allowJs: true`
Issue -
State: closed - Opened by josh- over 2 years ago
- 4 comments
Labels: Enhancement
#219 - Improve support of non-relative imports in projects with a baseUrl
Pull Request -
State: closed - Opened by josh- over 2 years ago
- 4 comments
#218 - Generate Declaration Map
Issue -
State: closed - Opened by Zamiell over 2 years ago
- 8 comments
#217 - "Error: Cannot find symbol for node: Event" when using vuepress
Issue -
State: closed - Opened by imjuni over 2 years ago
- 2 comments
#216 - Fix readme usage typo
Pull Request -
State: closed - Opened by kootoopas over 2 years ago
- 6 comments
#215 - Imported namespace "types" from babel missing in generated d.ts output
Issue -
State: closed - Opened by IgnusG over 2 years ago
- 7 comments
#214 - Statements aren't inlined if they are used in `declare global` statements only
Issue -
State: closed - Opened by ext over 2 years ago
- 4 comments
Labels: Bug
#213 - Bug With Symlinked Packages in Monorepo
Issue -
State: closed - Opened by zaripych over 2 years ago
- 21 comments
#212 - feature request: generate single `.d.ts` file
Issue -
State: closed - Opened by samualtnorman over 2 years ago
- 9 comments
#211 - feature request: generated declaration files import types from each other
Issue -
State: closed - Opened by samualtnorman over 2 years ago
- 1 comment
#210 - Add `outDir` option to generate output in a folder
Issue -
State: open - Opened by samualtnorman over 2 years ago
- 4 comments
Labels: Enhancement, help wanted
#209 - Invalid bundle generated with module augmentation and path aliases
Issue -
State: closed - Opened by DerGernTod over 2 years ago
- 5 comments
Labels: Bug
#207 - fyi: published a rollup plugin for dts-bundle-generator
Issue -
State: closed - Opened by rondonjon over 2 years ago
- 1 comment
#206 - fix: not handling `export default value` when `exportReferencedTypes` is `false`
Pull Request -
State: closed - Opened by samualtnorman over 2 years ago
- 13 comments
#205 - Incorrect keywords for non-exported enums (both simple and constant)
Issue -
State: closed - Opened by timocov over 2 years ago
Labels: Bug
#204 - Add support for the new `.d.mts` and `.d.cts` extensions
Issue -
State: closed - Opened by timocov over 2 years ago
- 2 comments
Labels: Enhancement
#203 - Is `typeRoots` field ignored?
Issue -
State: closed - Opened by mattiaz9 over 2 years ago
- 1 comment
#202 - If I reference an external library, can I combine the external libraries together into one d.ts file?
Issue -
State: closed - Opened by phaethon5882 almost 3 years ago
- 2 comments
#201 - json import and re-export are ignored?
Issue -
State: closed - Opened by HarelM almost 3 years ago
- 6 comments
#200 - Fixed handling imports from inlined packages
Pull Request -
State: closed - Opened by timocov almost 3 years ago
#199 - Inlined imports do not contain `import` statement from dependencies
Issue -
State: closed - Opened by nsamsonov almost 3 years ago
- 6 comments
Labels: Bug
#198 - Incorrect keywords for non-exported abstract class
Issue -
State: closed - Opened by timocov almost 3 years ago
- 1 comment
Labels: Bug
#197 - Recursive Dependencies not Inlined
Issue -
State: closed - Opened by sasial-dev almost 3 years ago
- 21 comments
#196 - Star re-export as namespace from local source files.
Issue -
State: closed - Opened by wolfram77 almost 3 years ago
- 1 comment
#195 - Possible to skipLibCheck while still checking final output?
Issue -
State: closed - Opened by wKovacs64 almost 3 years ago
- 10 comments
#194 - Added handling `paths` compiler option to resolve re-exports from an entry point
Pull Request -
State: closed - Opened by timocov almost 3 years ago
#193 - Incorrect re-export statements while using `paths` compiler option
Issue -
State: closed - Opened by euberdeveloper almost 3 years ago
- 9 comments
Labels: Bug
#192 - [bug] import type isn't discarded
Issue -
State: closed - Opened by bigopon almost 3 years ago
- 1 comment
Labels: Bug
#191 - How to use it with webpack?
Issue -
State: closed - Opened by euberdeveloper almost 3 years ago
- 1 comment
#190 - Add watch mode
Issue -
State: open - Opened by erdkse almost 3 years ago
- 2 comments
Labels: Enhancement
#189 - Add compilerOptions
Pull Request -
State: closed - Opened by keyiis almost 3 years ago
- 1 comment
#188 - How to use in gulp?
Issue -
State: closed - Opened by keyiis almost 3 years ago
- 1 comment
#187 - Generated types are not passing strict mode (I think)
Issue -
State: closed - Opened by HarelM almost 3 years ago
- 10 comments
#186 - Extended interfaces from inlined externals are not picked up
Issue -
State: closed - Opened by manwithafox about 3 years ago
- 1 comment
Labels: Bug
#185 - Incorrect output if rename while re-exporting the default export without a name
Issue -
State: closed - Opened by timocov about 3 years ago
- 1 comment
Labels: Bug
#184 - Invalid bundle while using `import as` statements in the code
Issue -
State: closed - Opened by bazaglia about 3 years ago
- 2 comments
Labels: Bug
#183 - fix: re-export a default export from a file as the default export
Pull Request -
State: closed - Opened by gamemaker1 about 3 years ago
- 18 comments
#182 - `export ... from` does not work as expected with a default export
Issue -
State: closed - Opened by gamemaker1 about 3 years ago
- 3 comments
Labels: Bug
#181 - Missing export keyword on destructured records
Issue -
State: closed - Opened by appsforartists about 3 years ago
- 1 comment
Labels: Bug
#180 - missing enum type export
Issue -
State: closed - Opened by Innei about 3 years ago
- 3 comments
Labels: Working as Intended
#179 - Generate declaration map
Issue -
State: open - Opened by donmahallem about 3 years ago
- 4 comments
Labels: Enhancement, help wanted
#178 - Lost generic type argument from `import()` statements
Issue -
State: closed - Opened by Innei about 3 years ago
- 2 comments
Labels: Bug
#177 - Monorepo packages support
Issue -
State: closed - Opened by bluelovers over 3 years ago
- 3 comments
#176 - `d.ts` missing property.
Issue -
State: closed - Opened by aboveyunhai over 3 years ago
- 5 comments
#175 - Allow ignore pattern? Respect module declaration file when there's no typings?
Issue -
State: closed - Opened by HarelM over 3 years ago
- 28 comments
#174 - Should dts configuration need to support ignore @types/a, @types/b .... pckages.
Issue -
State: closed - Opened by tianyingchun over 3 years ago
- 5 comments
#173 - Other potential Error source for "Error: Cannot find symbol for node: x"
Issue -
State: closed - Opened by Uzlopak over 3 years ago
- 5 comments
#172 - export {} from 'module' not working
Issue -
State: closed - Opened by PuruVJ over 3 years ago
- 5 comments
#171 - Fixed path of an entry file if tsconfig is outside of cwd and path is relative
Pull Request -
State: closed - Opened by bluelovers over 3 years ago
- 7 comments
#170 - The default type of typings from `@types` should be "should be imported"
Issue -
State: closed - Opened by timocov over 3 years ago
Labels: Enhancement, Breaking Change
#169 - error TS2304: Cannot find name 'SomeCustomType' while trying to use custom declarations for js modules with no types.
Issue -
State: closed - Opened by facinick over 3 years ago
- 8 comments
#168 - Generated .d.ts does not import destructure react imports
Issue -
State: closed - Opened by chrishoage over 3 years ago
- 8 comments
#167 - issues: When the content of the entry file is export * from "path/to/file", the output declaration file is empty
Issue -
State: closed - Opened by aaaaaajie over 3 years ago
- 5 comments
#166 - cannot process css
Issue -
State: closed - Opened by woutFrusch over 3 years ago
- 3 comments
#165 - Retain TSDoc comments
Issue -
State: closed - Opened by TxHawks over 3 years ago
- 7 comments
#164 - feat: Preserve JSDocs
Pull Request -
State: closed - Opened by bluelovers over 3 years ago
- 2 comments
#163 - [Feature] Make it possible to bundle all the entries in a single file and remove the generated file
Issue -
State: closed - Opened by aryaroudi over 3 years ago
- 2 comments
#162 - Fix example command line in README
Pull Request -
State: closed - Opened by grubersjoe over 3 years ago
- 1 comment
#161 - Error: Cannot find symbol for node: JSX
Issue -
State: closed - Opened by benj3 over 3 years ago
- 1 comment
#159 - Lose Method Doc comments when import() is used for types withh `removeComments` false
Issue -
State: closed - Opened by tianyingchun almost 4 years ago
- 4 comments
#157 - Make typescript peer dependency
Issue -
State: closed - Opened by mgambati almost 4 years ago
- 2 comments
#154 - test: add failing namespace wildcard test
Pull Request -
State: closed - Opened by alexandernanberg almost 4 years ago
#151 - Throw error `Error: Cannot find symbol for node: ChainExpression`
Issue -
State: closed - Opened by tianyingchun almost 4 years ago
- 3 comments
#137 - Add option to override compiler options
Issue -
State: open - Opened by timocov over 4 years ago
- 7 comments
Labels: Enhancement
#134 - Star re-exports (`import * as NS` / `export * as NS`) aren't wrapped with a `NS` name
Issue -
State: closed - Opened by schleumer over 4 years ago
- 22 comments
Labels: Bug
#130 - Use language service "rename" functionality to avoid name collisions
Issue -
State: closed - Opened by cspotcode over 4 years ago
- 3 comments
Labels: Enhancement
#116 - Support for auto renaming nodes with the same name in the bundle
Issue -
State: closed - Opened by gfmio almost 5 years ago
- 5 comments
Labels: Bug
#97 - How to export Class and Type
Issue -
State: closed - Opened by musicode over 5 years ago
- 11 comments
#94 - Support for import path rewriting
Issue -
State: closed - Opened by aleclarson over 5 years ago
- 13 comments
#93 - About true-composite projects support
Issue -
State: closed - Opened by timocov over 5 years ago
- 4 comments
#89 - Possible to use as ts bundler without transpile?
Issue -
State: closed - Opened by jeremy-coleman almost 6 years ago
- 3 comments
#77 - Add names of classes to log when failOnClass is enabled
Issue -
State: closed - Opened by timocov almost 6 years ago
Labels: Enhancement
#69 - Add option to create common chunk from multiple entry points
Issue -
State: open - Opened by timocov about 6 years ago
- 1 comment
Labels: Enhancement, Breaking Change
#50 - Ignoring declares
Issue -
State: closed - Opened by unimonkiez over 6 years ago
- 20 comments
Labels: Working as Intended
#11 - Namespaces usage problems
Issue -
State: closed - Opened by timocov over 7 years ago
- 1 comment
Labels: Need More Feedback