highcharts / highcharts/highcharts-assembler

Import keyword in comments gets replaced

Open
#14 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
2
Forks
3
PR merge metrics
No merged PRs in 30d

Description

```ts
// #2248, #4660
if (!alternateBands[pos]) {
// Should be imported from PlotLineOrBand.js, but
// the import cycle with axis is a problem
alternateBands[pos] = new H.PlotLineOrBand(axis);
}
```

becomes

```js
// #2248, #4660
if (!alternateBands[pos]) {
// Should be imported from PlotLineOrBand.js, but
// the alternateBands[pos] = new H.PlotLineOrBand(axis);
}
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce the transformation shown in the issue and trace the assembler entry point that processes comments. Ensure the word "import" and the surrounding comment text are preserved in the generated output, then verify that the resulting snippet matches the intended form.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
build-system
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.