Noel
Noel
Alright, here is some big improvements on the typings. This shouldn't be merged before #74 and #75 Overview of the changes: --- - Moved `test/` to `test/js` - Added new...
This is to allow the usage of our current docgen with Typescript files for our [collection](https://github.com/discordjs/collection) module
**Issue type:** [x?] question [x] bug report [ ] feature request [ ] documentation issue **Database system/driver:** [ ] `cordova` [ ] `mongodb` [ ] `mssql` [ ] `mysql` /...
**Please describe the changes this PR makes and why it should be merged:** **Status and versioning classification:**
https://www.npmjs.com/package/bin-wrapper uses an outdated library called https://www.npmjs.com/package/os-filter-obj which doesn't support non-Intel arch: https://github.com/kevva/os-filter-obj/issues/3 This makes `swcx` currently not work via this wrapper. https://github.com/swc-project/cli/blob/df9b9ec04201ac353c3e794fed6fc29152fc4cb0/src/swcx/index.ts#L131 Removing `platform` and `arch` here, makes it...