Open Bug 1950132 Opened 25 days ago

Improve TypeScript library targetting of ES versions

Categories

(Developer Infrastructure :: Lint and Formatting, task, P3)

Tracking

(Not tracked)

People

(Reporter: standard8, Unassigned)

References

(Blocks 1 open bug)

Details

When looking to upgrade the ES version that we're targetting (in bug 1950119), I was confused about why changes in the configuration were not taking effect. The issue was that the dom library that we generate specifies its own version as well.

This overrides the configuration targetting in some cases.

If possible, we should clean this up, it looks like it may be possible to use this approach suggested by TypeScript so that we could potentially override the TypeScript dom library.

I tried a quick replacement, and discovered there were more issues raised, I suspect it is possible, but will need some investigation.

You need to log in before you can comment on or make changes to this bug.