Skip to content

fix: allow type export on mts#465

Merged
fengmk2 merged 1 commit intomasterfrom
fix-types-export
Sep 11, 2023
Merged

fix: allow type export on mts#465
fengmk2 merged 1 commit intomasterfrom
fix-types-export

Conversation

@fengmk2
Copy link
Copy Markdown
Member

@fengmk2 fengmk2 commented Sep 10, 2023

closes #464

@fengmk2 fengmk2 added the bug Something isn't working label Sep 10, 2023
@codecov
Copy link
Copy Markdown

codecov Bot commented Sep 10, 2023

Codecov Report

Merging #465 (20523d3) into master (0f4abff) will not change coverage.
Report is 1 commits behind head on master.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #465   +/-   ##
=======================================
  Coverage   99.64%   99.64%           
=======================================
  Files           8        8           
  Lines        1411     1411           
  Branches      253      253           
=======================================
  Hits         1406     1406           
  Misses          5        5           
Files Changed Coverage Δ
src/HttpAgent.ts 100.00% <100.00%> (ø)
src/Request.ts 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@fengmk2 fengmk2 merged commit 166403f into master Sep 11, 2023
@fengmk2 fengmk2 deleted the fix-types-export branch September 11, 2023 15:41
fengmk2 pushed a commit that referenced this pull request Sep 11, 2023
[skip ci]

## [3.18.1](v3.18.0...v3.18.1) (2023-09-11)

### Bug Fixes

* allow type export on mts ([#465](#465)) ([166403f](166403f))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Return type of request function is any

1 participant