-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: stopbits definition and move binding-mock (#2419)
- fix stopbits definition to 1 | 1.5 | 2 - This also includes moving binding-mock to it's own repo for details on why this has to be done at the same time see serialport/binding-mock#2
- Loading branch information
Showing
32 changed files
with
288 additions
and
966 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
# @serialport/binding-mock | ||
|
||
```ts | ||
import { MockBinding } from '@serialport/binding-mock' | ||
const MockBinding = new MockBinding() | ||
``` | ||
The code for this package has been moved out of the monorepo to it's [own repository](https://github.com/serialport/binding-mock/). |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.