Otger Rogla
ce63023553
fix: re-enable util.parseArgs with memory fixes ( #7460 )
...
* Fix parseArgs issues and reenable it
* Minor changes to parseArgs
* Another minor change to parseArgs
* Add exception handling to JSValue putMayBeIndex
2023-12-08 17:43:40 -08:00
dave caruso
62e1389e17
test: import describe properly
...
@Jarred-Sumner you forgot to import describe. this is casusing test failures on all PRs.
2023-12-05 14:22:28 -08:00
Jarred Sumner
03298cba70
Disable parseArgs implementation until https://github.com/oven-sh/bun/pull/7310#issuecomment-1837135393 is addressed
2023-12-02 04:29:13 -08:00
Dylan Conway
d79fa7ac1a
remove bun.parseargs and update docs
2023-11-30 18:04:48 -08:00
Otger Rogla
70039ff038
feat(parseArgs): Native implementation of parseArgs from node:util ( #7310 )
...
* Native implementation of parseArgs from node:util
* small change to validators + added some docs
2023-11-30 16:34:44 -08:00