dojo / webpack-contrib

Plugins and loaders for webpack used with Dojo
Other
4 stars 19 forks source link

Support typescript 4 in the registry transformer #331

Closed agubler closed 3 years ago

agubler commented 3 years ago

Type: feature

The following has been addressed in the PR:

Description:

The TS apis have changed for typescript 4, this change conditionally uses the correct apis depending on what is available.

codecov[bot] commented 3 years ago

Codecov Report

Merging #331 (2062f37) into master (b0fd284) will decrease coverage by 0.02%. The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #331      +/-   ##
==========================================
- Coverage   85.49%   85.47%   -0.03%     
==========================================
  Files          54       54              
  Lines        2592     2595       +3     
  Branches      703      705       +2     
==========================================
+ Hits         2216     2218       +2     
- Misses        376      377       +1     
Impacted Files Coverage Δ
src/registry-transformer/index.ts 98.18% <75.00%> (-0.35%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b0fd284...2062f37. Read the comment docs.