PIMBA

Results 6 issues of PIMBA

A fallback option has been added so that some codes can be transpiled by another loader(like babel-loader) specified by the user.

Our project is using [email protected], but latest ts-migrate is using [email protected]. So is there any way to running ts-migrate at typescipt 4.0.x ?

enhancement

## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do?...

PR: awaiting review
PR: awaiting doc
size/S
PR: first-time contributor

### Describe the bug moduleA: ```js export const App = () => null; ``` moduleB: ```js export * from 'moduleA'; ``` moduleC: ```js import { App } from 'moduleB'; //...

### System Info System: OS: macOS 13.4 CPU: (8) arm64 Apple M1 Memory: 62.98 MB / 16.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 18.16.0 - /usr/local/bin/node Yarn: 1.22.11 -...

bug
A-node-api
A-resolver