Support of typescript 7
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 41
- Forks
- 24
- Avg merge
- 13d 22h
- Merged PRs (30d)
- 2
Description
Package version
8.4.0
Describe the bug
Hello! Upgrade to typescript 7 breaks build process with error:
TypeError: ts.getParsedCommandLineOfConfigFile is not a function
⁃ at parseConfig (node_modules/.pnpm/@adonisjs+assembler@8.4.0_typescript@7.0.2/node_modules/@adonisjs/assembler/build/virtual_file_system-BFFXmame.js:61:26)
Function ts.getParsedCommandLineOfConfigFile was deprecated in ts6, so in ts7 its removed.
Reproduction repo
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the repository for parseConfig and getParsedCommandLineOfConfigFile, then reproduce the build failure with TypeScript 7. Replace the removed API usage with the supported approach and verify that the assembler build completes without the reported TypeError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 66/100