Ron Spickenagel

Results 13 issues of Ron Spickenagel

`import debugCommon from "debug/src/common"; ` Resolves to: `debug`

Needs Investigation

Lots coming... Work in progress! Will post details later. ## Note To Self - Squash as single commit and manually fill in changelog - Will need to implement major changes...

When run without `--transpileOnly`, `ts-node` passes a program instance whose `compilerOptions` has been stripped of paths config. This is causing it to fail to transform paths under these conditions.

Bug

High level: Add ability to intercept module resolution and allow custom resolution via middleware. _Note: This is coming in v4!_

Need to fix relative path logic

Needs Reproduction

+ Added TypeScript support (Primary changes in private/util.js->Decorate and lazy-initialize.js->handleDescriptor) + Added full types for all decorators + Added documentation and overloads to index.d.ts for intellisense + Fixed circular dependency...

### Issue In a circular reference scenario, it goes into an infinite recursion, which blows the stack. ### Reproduction ```js a = { self: null }; a.self = a; common_1.deepMerge.all([...

The Playground seems to think that there is an additional unidentifiable node sitting between Block and its children when preceeded by Constructor or FunctionDeclaration **Code:** ```TypeScript function A() { this.a...

Hey Andrew (@cspotcode)! Hope you're doing well. I wanted to drop a quick heads up here on a potential issue. I'm not entirely sure if this is unexpected behaviour, so...

First, great library! Thanks for writing this. ## Background I used this to create something which transforms our prisma schema file. For all items which don't have a `@@map` tag...