Moves Aborter class into separate package#3266
Conversation
4762287 to
ffa82b3
Compare
There was a problem hiding this comment.
I believe we now prefer types over typings.
There was a problem hiding this comment.
Updated to use types instead of typings.
There was a problem hiding this comment.
We should use the existing sdk/.prettierrc.json
There was a problem hiding this comment.
Removed .prettierrc.json from the core/aborter package and now using the one located under sdk. Ran check-format and format scripts and committed those changes as well.
There was a problem hiding this comment.
Updated location in check-format and format. Thanks!
There was a problem hiding this comment.
We might need to update examples as blockBlobClient is storage specific.
There was a problem hiding this comment.
That's fair, I think I should be able to adapt the examples in the readme to work for this documentation as well.
There was a problem hiding this comment.
Updated to be similar to the examples in the README.
jeremymeng
left a comment
There was a problem hiding this comment.
Some minor comments. Otherwise looks good.
|
Please check with @bterlson about the need to invetigate doc impact in the original PR. |
ffa82b3 to
0a21ac3
Compare
|
@bterlson |
|
As nothing has been updated to use the dependency yet, the documentation impact seems zero. But once we update a project's dependencies, we will want to check that the docs render/link appropriately. The docs for this package may need to be onboarded, the docs teams channel may be able to help with that process. |
|
@bterlson |
0ce1857 to
ea0f777
Compare
|
@jeremymeng |
There was a problem hiding this comment.
please add a line to disable generation of untrimmed dts rollup. otherwise it is generated by default into dist/ and thus gets packaged.
"untrimmedFilePath": "",See similar changes in https://github.com/Azure/azure-sdk-for-js/pull/3461/files
baa72dd to
ee748ef
Compare
This PR builds on #2373 and moves the Aborter into its own package. Once this makes it into
masterwe can update existing packages to use the Aborter from this package.