rsocket / rsocket-js

JavaScript implementation of RSocket
https://github.com/rsocket/rsocket-js
Apache License 2.0
600 stars 97 forks source link

fix: build script supports Windows #276

Closed viglucci closed 7 months ago

viglucci commented 7 months ago

Motivation:

Running the the build script on windows produces incorrect output.

Modifications:

Result:

Source files are now transpiled when build script is run on Windows.

This should allow me to re-publish a new version from master to address #275