feat(parser): use typescript for raw transfer tests#14390
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
There was a problem hiding this comment.
Pull Request Overview
This PR migrates the parser's raw transfer tests from JavaScript to TypeScript by updating import statements and TypeScript configuration. This change enables TypeScript file imports and removes the need for .js extensions in import paths.
- Updates tsconfig.json to allow importing TypeScript extensions
- Changes import statements from .js to .ts extensions
- Updates worker pool filename to reference TypeScript file
Reviewed Changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| napi/parser/tsconfig.json | Enables TypeScript extension imports by adding allowImportingTsExtensions |
| napi/parser/test/parse-raw.test.ts | Updates imports to use .ts extensions and removes .js extension |
| napi/parser/test/parse-raw-worker.ts | Updates import statements to reference TypeScript files |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Merge activity
|
42b0ee8 to
b3c5132
Compare

No description provided.