Chris Veness
Chris Veness
I have very little experience of using Babel – I take it you are following the usage from [babeljs.io/docs/en/babel-plugin-syntax-bigint](https://babeljs.io/docs/en/babel-plugin-syntax-bigint)? I suggest you either raise it with the author of plugin-syntax-bigint,...
Apologies for not responding earlier. If you have to cater for older browsers, perhaps you could use [v1.1.3](https://www.jsdelivr.com/package/npm/geodesy?version=1.1.3), which is ES5. I have no experience with bundlers myself, and don't...
I've not used webpack, but looking at [webpack.js.org/guides/ecma-script-modules](https://webpack.js.org/guides/ecma-script-modules/), it seems that webpack can now handle ES Modules natively? – "by default webpack will automatically detect whether a file is an...
Umm – yes and no, I think. I didn't intend to close it, GitHub appears to have closed it as a result of me renaming branches. My concerns are: -...
Some very strange behaviour going on here. I can replicate this issue on a fresh `npm install` using e.g. Node.js v12.16.1 – but if I switch to an earlier version...
It appears that ES modules can be loaded using the [esm](https://www.npmjs.com/package/esm) package in Node.js v8.0.0–v12.15.0, and natively in Node.js v13.2.0+. I'm not sure if the gap between those two options...
Node.js is having a slightly difficult time in migrating from CJS to ESM, I think. This library was originally ES5 for browser only. At some point I added module.export statements...
Could you clarify what you mean by a 'sector'?
I'm not a TypeScript user, but this appears to be a widespread issue after TypeScript introduced a breaking change in a semver-minor release(!). From what I can see, it _may_...
I'm afraid I'm neither a React user nor an Android developer. That message seems quite strange: [package.json](https://github.com/chrisveness/geodesy/blob/master/package.json) doesn't specify any *main* file, as the library has no single entry point...