issues
search
microsoft
/
pxt-ev3
Microsoft MakeCode editor for the LEGO MINDSTORMS EV3 Brick
https://makecode.mindstorms.com/
Other
55
stars
39
forks
source link
Add TS types for Serial object
#989
Open
maciejmrozinski
opened
4 years ago
maciejmrozinski
commented
4 years ago
Replacing custom Serial types with @types package:
added @types/dom-serial npm package
bumped typescript version (needed for WritableStream DOM definition used in Serial)
bumped jquery types version (conflicted with newer typescript)
make it works in newest Chrome
pelikhan
commented
4 years ago
Nice!
Replacing custom Serial types with @types package: