mswjs / source

Generate MSW request handlers from various sources (HAR files, OpenAPI documents, etc).
https://source.mswjs.io
134 stars 5 forks source link

Granular exports #39

Closed kettanaito closed 3 months ago

kettanaito commented 3 months ago

Get rid of the barrel file import and restructure the library to export things like:

import { fromTraffic } from '@mswjs/source/traffic'
import { fromOpenApi } from '@mswjs/source/open-api'
kettanaito commented 2 months ago

Released: v0.1.0 🎉

This has been released in v0.1.0!

Make sure to always update to the latest version (npm i @mswjs/source@latest) to get the newest features and bug fixes.


Predictable release automation by @ossjs/release.