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
#336 - Don't change name of interface/class
Pull Request -
State: open - Opened by mnaoumov 17 days ago
#335 - Incorrect handling of duplicates in augmented types
Issue -
State: open - Opened by mnaoumov 17 days ago
- 1 comment
#334 - es2022: lacking support for arbitrary module namespace identifier names
Issue -
State: closed - Opened by laino about 2 months ago
- 1 comment
#332 - Don't error on missing re-exported declarations
Pull Request -
State: open - Opened by jackw 2 months ago
- 2 comments
#331 - Added examples to README, see #258
Pull Request -
State: closed - Opened by slhck 2 months ago
- 1 comment
#330 - export type * shouldn't export consts from the file
Issue -
State: closed - Opened by UziTech 2 months ago
- 4 comments
#329 - Reading declarations of undefined
Issue -
State: closed - Opened by EinfachLeo 3 months ago
- 6 comments
#328 - Top-level exports comments/JSDocs are stripped when not exported directly
Issue -
State: open - Opened by pylixonly 3 months ago
- 1 comment
Labels: Bug
#327 - Cannot find symbol for node "fullscreenElement"
Issue -
State: closed - Opened by theajack 4 months ago
- 3 comments
#326 - Add support for "Arbitrary Module Namespace Identifiers"
Issue -
State: open - Opened by timocov 5 months ago
Labels: Enhancement
#325 - Support dynamic libraries LibrariesOptions
Issue -
State: open - Opened by carmelc 5 months ago
- 4 comments
Labels: Enhancement, help wanted
#324 - Mark typescript as peerDependency
Issue -
State: open - Opened by Q16solver 6 months ago
- 3 comments
Labels: Bug, Breaking Change
#323 - [bug] Changes type to reference to the wrong variable
Issue -
State: open - Opened by nicolo-ribaudo 6 months ago
- 2 comments
Labels: Bug
#322 - 9.4.1 introduced significant overhead that can cause a 4.4x slow down
Issue -
State: open - Opened by timocov 6 months ago
Labels: Bug
#321 - fix: dont strip `type` keyword from types imported from node modules
Pull Request -
State: closed - Opened by egilsster 6 months ago
- 1 comment
#320 - Output strips `type` keyword from type import
Issue -
State: open - Opened by egilsster 6 months ago
- 3 comments
#319 - Namespace import disappeared in output
Issue -
State: closed - Opened by davidlj95 7 months ago
- 3 comments
Labels: Bug
#318 - [9.4.0] A definition being referenced is lacking
Issue -
State: closed - Opened by Shin-Ogata 7 months ago
- 6 comments
Labels: Bug
#317 - Added support for variable declarations with binding patterns
Pull Request -
State: closed - Opened by timocov 7 months ago
#316 - Fixed bug when imported nodes weren't included into bundle if they were used in `declare module` statements only
Pull Request -
State: closed - Opened by timocov 7 months ago
#315 - Constants declared by using object/array binding pattern syntax fail the build
Issue -
State: closed - Opened by thefat32 7 months ago
- 9 comments
Labels: Bug
#314 - Maximum call stack size exceeded (Infinite Loop) at `computeUsagesRecursively`
Issue -
State: closed - Opened by KieranTH 7 months ago
- 5 comments
Labels: Bug
#313 - Fixed issue with unknown extension when using `allowArbitraryExtensions` compiler option
Pull Request -
State: closed - Opened by stepankuzmin 7 months ago
- 5 comments
#309 - Fixed handling `import *` statements with local usage but not directly exporting
Pull Request -
State: closed - Opened by timocov 7 months ago
#308 - The exportElementSymbol occasionally returns undefined, resulting in an error in const namespaceImportForElement = getDeclarationsForSymbol(exportElementSymbol).find(ts.isNamespaceImport);.
Issue -
State: closed - Opened by Byte2Tech 8 months ago
- 4 comments
#307 - Improve validation time performance by re-using caching compiler host from previous steps
Issue -
State: open - Opened by timocov 8 months ago
Labels: Enhancement
#306 - Option to disable tree-shaking
Issue -
State: closed - Opened by tnfAngel 8 months ago
- 12 comments
#305 - Generics extended with declare module statement aren't included
Issue -
State: closed - Opened by tuomokar 8 months ago
- 2 comments
Labels: Bug
#304 - Star-imports don't get included in the bundle
Issue -
State: closed - Opened by amsyarasyiq 9 months ago
- 4 comments
Labels: Bug
#303 - Performance improvements
Pull Request -
State: closed - Opened by timocov 9 months ago
- 1 comment
Labels: Enhancement
#302 - Investigation: Use of `Context.Tag` from `effect` causes 4x slowdown
Issue -
State: closed - Opened by leighman 9 months ago
- 13 comments
Labels: Need More Feedback
#301 - Not all symbols in a declaration merging are exported
Issue -
State: closed - Opened by timocov 9 months ago
Labels: Bug
#300 - TS2307: Cannot find module *.module.css
Issue -
State: closed - Opened by theStrangeAdventurer 9 months ago
- 1 comment
#299 - Namespaced imports/exports don't generate a namespace if they are exported via name
Issue -
State: closed - Opened by timocov 9 months ago
Labels: Bug
#298 - jsdoc comments are stripped for nodes that were renamed because of the name collision
Issue -
State: closed - Opened by timocov 9 months ago
Labels: Bug
#297 - Do not rename a node if known global name refers to this a symbol of that node
Issue -
State: closed - Opened by timocov 9 months ago
Labels: Bug
#296 - Do not compile bundled output together as they might have incompatible global declarations
Issue -
State: closed - Opened by timocov 9 months ago
Labels: Enhancement
#295 - jsdoc comments aren't renamed alogn with their nodes
Issue -
State: open - Opened by HarelM 9 months ago
- 9 comments
Labels: Bug, Blocked by tsc
#294 - Issue setting both `excludeInternal` and `placeInternalsInOwningModule`
Issue -
State: closed - Opened by HarelM 9 months ago
- 2 comments
#293 - Allow to provide a different tsconfig path for generated bundle validation
Issue -
State: open - Opened by HarelM 10 months ago
Labels: Enhancement, Need More Feedback
#290 - Exporting class/variable/function as type exports it as value too
Issue -
State: open - Opened by timocov 10 months ago
- 1 comment
Labels: Bug, Blocked by tsc
#289 - Disable `exportReferencedTypes` option by default and throw error if referenced type is not exported because of the name collisions
Issue -
State: open - Opened by timocov 10 months ago
Labels: Enhancement, Breaking Change
#288 - Add warning if referenced type is not exported because it was renamed due to the name collisions
Issue -
State: closed - Opened by timocov 10 months ago
Labels: Enhancement
#287 - Gloabl `Map` collides with our `Map` object, I think...
Issue -
State: closed - Opened by HarelM 10 months ago
- 16 comments
#286 - Referenced types and renamings
Issue -
State: closed - Opened by Atrue 10 months ago
- 8 comments
Labels: Bug
#285 - support var symbol renaming
Pull Request -
State: closed - Opened by Atrue 10 months ago
- 2 comments
#283 - Wildcard re-exports seem to be ignored
Issue -
State: closed - Opened by tomtheisen 10 months ago
- 4 comments
#282 - [9.1.0+] Handling globalThis fails
Issue -
State: closed - Opened by Shin-Ogata 10 months ago
- 1 comment
Labels: Bug
#281 - Added wrapping `import/export * as Ns` with a namespace
Pull Request -
State: closed - Opened by timocov 10 months ago
#280 - It is throwing a Typescript error TS1254 when using @sinclair/typebox
Issue -
State: closed - Opened by mf-karim 11 months ago
- 7 comments
#279 - Fixed handling re-export from external libraries
Pull Request -
State: closed - Opened by timocov 11 months ago
#278 - Fixed accidentally inlining export statements while inlining a library with namespaced imports/exports
Pull Request -
State: closed - Opened by timocov 11 months ago
#277 - Fixed re-export as namespace from entry-point issue
Pull Request -
State: closed - Opened by timocov 11 months ago
#276 - Fixed handling double-underscored names
Pull Request -
State: closed - Opened by timocov 11 months ago
#275 - Double-underscored names aren't exported
Issue -
State: closed - Opened by timocov 11 months ago
- 1 comment
Labels: Bug
#274 - Incorrect handling re-export with namespace
Issue -
State: closed - Opened by timocov 11 months ago
- 1 comment
Labels: Bug
#271 - Inlining a library with namespaced imports/exports inlines export statements
Issue -
State: closed - Opened by timocov 12 months ago
- 1 comment
Labels: Bug
#270 - Added support for name-collision resolution
Pull Request -
State: closed - Opened by timocov 12 months ago
- 1 comment
#269 - don't work with pnpm and turborepo
Issue -
State: closed - Opened by yovanoc 12 months ago
- 11 comments
#268 - Resolve export default expression name collision
Pull Request -
State: closed - Opened by Atrue about 1 year ago
- 3 comments
#267 - Added resolving merged symbols
Pull Request -
State: closed - Opened by timocov about 1 year ago
#266 - Incorrect handling namespaced imports/exports
Issue -
State: closed - Opened by timocov about 1 year ago
- 2 comments
Labels: Bug
#265 - [8.1.0] Something went wrong - value cannot be null
Issue -
State: closed - Opened by wKovacs64 about 1 year ago
- 11 comments
Labels: Bug
#264 - Stack overflow in v8.1.0 while handling re-exports with circular dependencies
Issue -
State: closed - Opened by hoodmane about 1 year ago
- 6 comments
Labels: Bug
#263 - Is there a quantity limit for exporting?
Issue -
State: closed - Opened by wszgrcy about 1 year ago
- 2 comments
#262 - [Feature Request] Inline all types as an option
Issue -
State: closed - Opened by Suyashtnt about 1 year ago
- 2 comments
#261 - TS1183 Sourcecode in declaration in monorepo
Issue -
State: closed - Opened by Kleywalker about 1 year ago
- 6 comments
#260 - (love) Just to tell you how great your software is
Issue -
State: closed - Opened by aleluff about 1 year ago
- 2 comments
#259 - Re-exporting isn't property handled in dependencies
Issue -
State: closed - Opened by timocov about 1 year ago
- 1 comment
Labels: Bug
#258 - Yargs does not parse the command correctly
Issue -
State: closed - Opened by moltar about 1 year ago
- 4 comments
Labels: Working as Intended
#257 - Added support for the `.mts` and `.cts` extensions
Pull Request -
State: closed - Opened by timocov about 1 year ago
#256 - feature request: Allow to keep imports
Issue -
State: open - Opened by mix0000 about 1 year ago
- 1 comment
#256 - feature request: Allow to keep imports
Issue -
State: closed - Opened by mix0000 about 1 year ago
- 2 comments
#255 - Doesn't work with bundled JSON
Issue -
State: closed - Opened by hoodmane about 1 year ago
- 5 comments
Labels: Working as Intended
#253 - Seems like local global declerations not inlined while generating the bundle when `inlineDeclareGlobals` is turned on.
Issue -
State: closed - Opened by erkebek over 1 year ago
- 2 comments
#252 - Using `as` in import type leads to a broken output
Issue -
State: closed - Opened by Bnaya over 1 year ago
- 1 comment
#251 - (Re-)Export from re-export from external library doesn't add import/export statements
Issue -
State: closed - Opened by loynoir over 1 year ago
- 1 comment
Labels: Bug
#250 - `declare module Module` statements from dependencies are inlined despite if it should be imported
Issue -
State: closed - Opened by HarelM over 1 year ago
- 3 comments
Labels: Bug
#249 - Add option to not remove any comments
Issue -
State: closed - Opened by NanderTGA over 1 year ago
- 7 comments
#248 - Fixed incorrect output if rename while re-exporting the default export without a name
Pull Request -
State: closed - Opened by timocov over 1 year ago
#247 - Vue support
Issue -
State: closed - Opened by f-lawe over 1 year ago
- 14 comments
#246 - Added support for inlining statements that are "exported" via using `declare global` statements
Pull Request -
State: closed - Opened by timocov over 1 year ago
#245 - Fixed handling `import = require` syntax and "import default"
Pull Request -
State: closed - Opened by timocov over 1 year ago
#244 - Fixed skipping checking `declare module` statements for recursive check
Pull Request -
State: closed - Opened by timocov over 1 year ago
#243 - Some types are removed if they used in ambient context
Issue -
State: closed - Opened by timocov over 1 year ago
- 1 comment
Labels: Bug
#242 - Changed default behavior for `module ModuleName` statements (without quotes) and fixed wrong `export` state of referenced namespaces/modules
Pull Request -
State: closed - Opened by timocov over 1 year ago
#241 - Incorrect `export` state of referenced but not directly exported namespaces/modules
Issue -
State: closed - Opened by timocov over 1 year ago
- 1 comment
Labels: Bug
#240 - Dropped support TypeScript < 5.0
Pull Request -
State: closed - Opened by timocov over 1 year ago
#239 - `import * as` & `export * as` does not work.
Issue -
State: closed - Opened by Patrick-clone over 1 year ago
- 1 comment
#238 - TypeScript 5 support
Issue -
State: closed - Opened by timocov over 1 year 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 over 1 year ago
- 5 comments
Labels: Enhancement, Breaking Change
#236 - Code mode
Issue -
State: closed - Opened by euberdeveloper over 1 year ago
- 1 comment
#235 - Fixed incorrect handling inlining import() statements
Pull Request -
State: closed - Opened by timocov almost 2 years ago
#234 - `--external-inlines` doesn't bundle completely
Issue -
State: closed - Opened by pofulu almost 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 almost 2 years ago
#231 - wildcard module declaration is ignored
Issue -
State: closed - Opened by mithodin almost 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 almost 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 almost 2 years ago
- 2 comments
Labels: Bug
#228 - Generate type dependencies for one type only
Issue -
State: closed - Opened by yovanoc almost 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 about 2 years ago
- 3 comments