nmea-simple icon indicating copy to clipboard operation
nmea-simple copied to clipboard

JavaScript parser for NMEA 0183 sentences

Results 6 nmea-simple issues
Sort by recently updated
recently updated
newest added

This upgrades to the latest TypeScript version and updates the output to target ES6 and use ES6 modules. Based on my research, this requires node.js version 14, so I've updated...

Are there any plans of solving this? I get this warning on build: `Warning: CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies`

Firstly, thank you for providing this library. I am not using it as whole but rather incorporating specific files. This may be one reason why encoding doesn't work for me....

1. Convert tests over to ESM. Note that this also required switching from ts-node to tsx (which supports esm better) 2. add "type":"module" to package.json so that importing dist/*.js works

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

This PR updates package dependencies so the library can be built with Node 20. Testing in the pipeline was removed for node 14.