0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-07 23:06:50 -05:00

Commit graph

  • df3b147175
    chore: trim registry.json files in tests/registry/npm Yoshiya Hinosawa 2025-01-24 10:11:22 +09:00
  • 76fe8094d6
    refactor(tsc): remove TS program creation during snapshotting Bartek Iwańczuk 2025-01-24 02:09:54 +01:00
  • 273ec9fbf2
    refactor: add WorkspaceFactory and ResolverFactory (#27766) David Sherret 2025-01-23 18:52:55 -05:00
  • 5a30ae4483
    leave only 1 op for tsc build Bartek Iwańczuk 2025-01-24 00:51:35 +01:00
  • 15613a3d5b
    tweak Kenta Moriuchi 2025-01-24 02:07:10 +09:00
  • c8bbcf861c
    Merge branch 'main' into feat/geometry2 Kenta Moriuchi 2025-01-24 01:58:20 +09:00
  • a37d769212
    fix Kenta Moriuchi 2025-01-24 01:58:01 +09:00
  • b70aba6bae
    feat(compile): show remote modules and metadata size when compiling (#27415) HasanAlrimawi 2025-01-23 18:55:50 +02:00
  • c73c69e51d
    Merge branch 'main' into feat/geometry2 Kenta Moriuchi 2025-01-24 01:42:56 +09:00
  • 65e579e9cb
    update expectation.json Kenta Moriuchi 2025-01-24 01:38:42 +09:00
  • dfa4af12b0
    fix Kenta Moriuchi 2025-01-24 01:38:32 +09:00
  • be703b7878
    fix: do not log cache creation failure on readonly file system (#27794) David Sherret 2025-01-23 11:33:24 -05:00
  • 9443f29c9d Format David Sherret 2025-01-23 11:22:10 -05:00
  • 1f95c4b2b0 revert change i did David Sherret 2025-01-23 11:20:16 -05:00
  • 6ae9e5a0b3 also show metadata David Sherret 2025-01-23 11:18:37 -05:00
  • 5c535fdeed
    Merge branch 'main' into update_deno_lint Bartek Iwańczuk 2025-01-23 15:53:58 +00:00
  • 99350d6224 Merge branch 'main' into show-remote-modules-size David Sherret 2025-01-23 10:44:26 -05:00
  • ddd4a21166 remove files David Sherret 2025-01-23 10:41:37 -05:00
  • 47bf839179 Merge branch 'main' into deprecate_bench_tests David Sherret 2025-01-23 10:40:10 -05:00
  • 6bc5a51abc revert this David Sherret 2025-01-23 10:19:34 -05:00
  • 5601150570 debug log David Sherret 2025-01-23 10:17:34 -05:00
  • 97b54b9eaa fix: do not log cache creation failure on readonly file system David Sherret 2025-01-23 10:15:42 -05:00
  • b34cfde237
    fixes crowlkats 2025-01-23 16:13:12 +01:00
  • b03fca6b25
    Merge branch 'main' into feat/geometry2 Kenta Moriuchi 2025-01-23 23:45:12 +09:00
  • c38dbe500b
    fix(publish): unfurl sloppy imports in d.ts files and type imports (#27793) Luca Casonato 2025-01-23 15:32:30 +01:00
  • 00137d4628
    fix(publish): unfurl sloppy imports in d.ts files and type imports Luca Casonato 2025-01-23 14:39:53 +01:00
  • 12cba665df
    Merge branch 'main' into update_deno_lint Bartek Iwańczuk 2025-01-23 14:28:00 +01:00
  • 10010b6296
    fix(ext/node): npm:mqtt compatibility Yoshiya Hinosawa 2025-01-23 18:27:29 +09:00
  • ffde45b6de fix(ext/net): node compatibility issue missing fd in createServer callback socket object muthu90tech 2025-01-23 07:34:15 +00:00
  • 989a619879
    skip browser launch part on windows as stdio pipe is not supported Yoshiya Hinosawa 2025-01-23 16:34:09 +09:00
  • 5cb0448ba9
    refactor Yoshiya Hinosawa 2025-01-23 15:21:08 +09:00
  • ffc0c122f7
    fix fsevents registry.json Yoshiya Hinosawa 2025-01-23 14:19:37 +09:00
  • 099f7dd5cb
    fix registry.json Yoshiya Hinosawa 2025-01-23 14:08:59 +09:00
  • 1ef7fc98d6
    add test case Yoshiya Hinosawa 2025-01-23 13:56:05 +09:00
  • 080cb8bbac
    fix regression https://github.com/denoland/deno/issues/27658 Yoshiya Hinosawa 2025-01-23 13:42:52 +09:00
  • 6da3561c2b
    Merge branch 'denoland:main' into main Muthuraj Ramalingakumar 2025-01-22 19:59:35 -08:00
  • e2954380b0 update dep Nathan Whitaker 2025-01-22 19:07:16 -08:00
  • 6c77bd83f5 simplify uv test to make it not flaky Nathan Whitaker 2025-01-21 13:29:38 -08:00
  • a094f51770 Update based on merge David Sherret 2025-01-22 22:05:38 -05:00
  • 2c560d36c4 Merge branch 'main' into refactor_resolver_factory David Sherret 2025-01-22 22:04:26 -05:00
  • 58275aa7c2 update to display diagnostics by folder David Sherret 2025-01-22 21:59:59 -05:00
  • a9aa0a9474 feat(ext/http): Support compression on text/event-stream Aaron Ang 2025-01-22 03:26:37 -08:00
  • 209801a263 improve finding members David Sherret 2025-01-22 20:51:14 -05:00
  • ab18dac09d
    refactor(tsc): split TS compiler into multiple files, use ESM (#27784) Bartek Iwańczuk 2025-01-23 00:37:50 +00:00
  • bf76ef9431
    fix Bartek Iwańczuk 2025-01-23 01:02:51 +01:00
  • 7024cf84a8 clippy David Sherret 2025-01-22 18:59:40 -05:00
  • a18bf434fe Not sure why this test output was different? David Sherret 2025-01-22 18:57:36 -05:00
  • 8ee8582389 Update to mostly only change TypeChecker David Sherret 2025-01-22 18:49:51 -05:00
  • f8cb237093 Merge branch 'main' into check-workspace-member-compiler-options David Sherret 2025-01-22 18:45:31 -05:00
  • 926e9aa3ad
    Merge branch 'main' into tsc_esm Bartek Iwańczuk 2025-01-23 00:42:28 +01:00
  • 7a86ecdf8d
    lint Bartek Iwańczuk 2025-01-23 00:34:36 +01:00
  • 6eb1b4e266
    split into 3 files Bartek Iwańczuk 2025-01-23 00:27:54 +01:00
  • 80a6179ac4
    feat(lint): change behavior of --rules flag (#27245) Bartek Iwańczuk 2025-01-22 22:43:00 +00:00
  • 725fdcfbb2
    make 99_main_compiler.js an ESM file Bartek Iwańczuk 2025-01-22 23:42:40 +01:00
  • 563a7c284e
    refactor: use DataUrl from deno_media_type (#27783) David Sherret 2025-01-22 15:35:16 -05:00
  • 1badc032a2
    Merge branch 'main' into refactor_use_data_url_deno_media_type David Sherret 2025-01-22 14:57:10 -05:00
  • 642c25b185 update more removed functions David Sherret 2025-01-22 14:36:39 -05:00
  • da11f6bb0b refactor: use DataUrl from deno_media_type David Sherret 2025-01-22 14:14:45 -05:00
  • 25e243ad4e
    chore: fix hmr build (#27781) David Sherret 2025-01-22 13:00:36 -05:00
  • 1bfa607873 Remove some code and box the futures David Sherret 2025-01-22 12:44:07 -05:00
  • bacc654db2 resolve final todo David Sherret 2025-01-22 12:33:19 -05:00
  • 40c1824dd0
    Merge branch 'main' into deno_lint_docs Bartek Iwańczuk 2025-01-22 17:29:46 +00:00
  • 7b11670e13
    fix(lsp): silence debug error for 'move to a new file' action (#27780) Nayeem Rahman 2025-01-22 17:21:58 +00:00
  • e2c4f60987 fix David Sherret 2025-01-22 12:21:52 -05:00
  • 5263183985 chore: fix hmr build David Sherret 2025-01-22 12:19:28 -05:00
  • 7e146d8e4a
    Merge branch 'main' into package-json-trait Benjamin Swerdlow 2025-01-22 09:17:22 -08:00
  • 6e3f276ad4 lint David Sherret 2025-01-22 12:04:56 -05:00
  • 8b0c7d67fd Merge branch 'main' into refactor_resolver_factory David Sherret 2025-01-22 11:58:34 -05:00
  • 42871fad66 fix turning on auto when vendor dir David Sherret 2025-01-22 11:58:03 -05:00
  • f8f1278abc working spec tests David Sherret 2025-01-22 11:47:22 -05:00
  • fb87960623
    Merge branch 'main' into deno_lint_docs Bartek Iwańczuk 2025-01-22 17:34:27 +01:00
  • 410cd4161a fix(lsp): silence debug error for 'move to a new file' action Nayeem Rahman 2025-01-22 16:07:23 +00:00
  • 7b44f9852d fix using services from resolver factory David Sherret 2025-01-22 11:02:35 -05:00
  • c30c349fef
    fix(ext/node): do not apply socket-init-workaround to ipc socket Yoshiya Hinosawa 2025-01-23 01:01:23 +09:00
  • a2a782aacc
    Merge branch 'main' into webgpu-wrap crowlkats 2025-01-22 16:33:20 +01:00
  • d084d55043
    fixes crowlkats 2025-01-22 16:30:55 +01:00
  • 5082199337 Flip David Sherret 2025-01-22 10:29:13 -05:00
  • 804363af53 Fixes. David Sherret 2025-01-22 10:10:05 -05:00
  • f3c0bbf926
    fix(ext/node): reference error in zlib.crc32 (#27777) Divy Srivastava 2025-01-22 20:01:17 +05:30
  • cef0ba1294
    pos Bartek Iwańczuk 2025-01-22 15:08:55 +01:00
  • 6a4a9585d5 add test Divy Srivastava 2025-01-22 19:10:37 +05:30
  • 78d31bf8dc fix(ext/node): zlib crc32 Divy Srivastava 2025-01-22 19:07:04 +05:30
  • 32eb991ef8
    feat(unstable): support https otlp endpoints (#27743) snek 2025-01-22 14:07:04 +01:00
  • f175b5b50f
    perf: full LTO in sysroot (#27771) Divy Srivastava 2025-01-22 18:11:10 +05:30
  • 64cc6ffadc
    otel: support https snek 2025-01-20 15:36:39 +01:00
  • 773825aeb9
    fix(ext/node): fix formatting of debug logs (#27772) Yoshiya Hinosawa 2025-01-22 20:13:13 +09:00
  • 1eb9b3dcc6
    Merge e817cd1c4f into c930e13ff1 finleyjb 2025-01-22 05:25:14 -05:00
  • 43f3fc7626 x Divy Srivastava 2025-01-22 14:31:58 +05:30
  • 7af341d1ca
    fix expectation Yoshiya Hinosawa 2025-01-22 17:27:43 +09:00
  • 3a1634115e Update cache version Divy Srivastava 2025-01-22 13:21:40 +05:30
  • a7725b4137
    Delete cli/lib.rs Benjamin Swerdlow 2025-01-21 23:47:44 -08:00
  • be7d981393 Implement Temporal.ZonedDateTime.getTimeZoneTransition printfn 2025-01-22 07:40:22 +00:00
  • 5571f6524d
    fix lint Yoshiya Hinosawa 2025-01-22 16:31:36 +09:00
  • bde28818dc
    fix Yoshiya Hinosawa 2025-01-22 16:25:21 +09:00
  • f1d02ede9f
    fix(ext/node): fix formatting of debug logs Yoshiya Hinosawa 2025-01-22 16:12:06 +09:00
  • bf82fe2df3 fixup! CliFactor::with_watcher_communicator() Nayeem Rahman 2025-01-22 07:03:13 +00:00
  • 532e3b3ba6 CliFactor::with_watcher_communicator() Nayeem Rahman 2025-01-22 07:02:06 +00:00
  • a9fd0035a2 perf: full LTO in sysroot Divy Srivastava 2025-01-22 12:24:45 +05:30
  • 85c8e4d3d1 use closure for collect_specifiers Nayeem Rahman 2025-01-22 06:47:51 +00:00
  • c8857353e7 use closure for get_dirs_with_files Nayeem Rahman 2025-01-22 06:38:31 +00:00