Yoshiya Hinosawa
Yoshiya Hinosawa
I personally think the current design is more explicit and fine. You can alternatively do the below (6 chars less than `.toString()`): ```js red(`${new Date()}`) ```
I wonder if we need to throw there ( https://github.com/denoland/std/blob/3b75ee7c1925388e01dd69540d51d9387e26dcb0/testing/_test_suite.ts#L347-L351 ) @KyleJune Do you remember why this usage of permission is prevented?
We used to ignore test files at some point, but reverted it by recommendation from JSR team. https://github.com/denoland/std/pull/4441#issuecomment-1983362882 Can you elaborate on why test files should be excluded from published...
> I don't want users reviewing their node_modules folder (to determine space-hogging libraries, for example), only to find there are a bunch of test data files being indirectly included by...
@lucacasonato (cc @crowlKats) What do you think about the best practice here? Should we exclude test scripts and fixtures to make npm tarballs smaller? Or should we do something else?
@lino-levan Sorry for the long silence from our side. I'm in favor of the stabilization. Please open a PR!
I don't get what this issue is about. The given example seems already failing.
Some popular static file servers in npm seem supporting this feature by default (e.g. `npm:http-server` and `npm:serve`) I'm in favor of this proposal.
Yes, please, but can you also create `unstable_file_server.ts` which only exports `serveDir` with `cleanUrls` option exposed? (We can modify existing `serveDir` like #6231, but let's not expose `cleanUrls` option from...
https://github.com/denoland/deno/issues/27820 would probably be resolved by this feature