0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-01 12:16:11 -05:00

Commit graph

  • 707a2549a8 update test Nathan Whitaker 2025-01-15 20:15:53 -08:00
  • 7a10d1aa7f fix core_import_map missing few node internal file paths muthu90tech 2025-01-16 04:12:28 +00:00
  • 6f8f41dd21 test deno check Nathan Whitaker 2025-01-15 20:11:48 -08:00
  • 5eec3da3e8 appease clippy Nathan Whitaker 2025-01-15 20:07:06 -08:00
  • b218c6d1c1 add test Nathan Whitaker 2025-01-15 19:55:29 -08:00
  • 5a75c7ea19 fmt Nathan Whitaker 2025-01-15 19:28:19 -08:00
  • c8a0404848 Merge remote-tracking branch 'upstream/main' into check-workspace-member-compiler-options Nayeem Rahman 2025-01-16 03:08:23 +00:00
  • 132725d560 bug fixes Nathan Whitaker 2025-01-15 19:03:19 -08:00
  • 32708213d5
    fix(check/lsp): correctly resolve compilerOptions.types (#27686) Nathan Whitaker 2025-01-15 18:48:10 -08:00
  • dfe9197e04 using ci as my dev machine David Sherret 2025-01-15 20:59:43 -05:00
  • 0f11efc69d clippy David Sherret 2025-01-15 20:54:53 -05:00
  • 836867c33f fix name David Sherret 2025-01-15 20:50:00 -05:00
  • e386d154da remove comment David Sherret 2025-01-15 20:49:43 -05:00
  • 3132731b45 fix David Sherret 2025-01-15 20:48:14 -05:00
  • f84973ea73 lint David Sherret 2025-01-15 19:45:46 -05:00
  • 9b119bcd31
    wip Bartek Iwańczuk 2025-01-16 01:41:41 +01:00
  • 8139a2d896 update David Sherret 2025-01-15 19:37:10 -05:00
  • f7f8274881
    Merge branch 'main' into lsc_cache Bartek Iwańczuk 2025-01-16 01:33:26 +01:00
  • 0c09a3e100 add snapshot David Sherret 2025-01-15 19:18:17 -05:00
  • 7c5ea25a98
    windows Bartek Iwańczuk 2025-01-16 01:05:16 +01:00
  • d69a1ce9b1 Use docker to build deno cli on a debian env muthu90tech 2025-01-12 16:40:11 -08:00
  • 9c2a3bf6d9 revert style change Nathan Whitaker 2025-01-15 15:43:12 -08:00
  • 985154288a update test to check imports Nathan Whitaker 2025-01-15 15:42:27 -08:00
  • 0034582903 handle npm specifiers earlier Nathan Whitaker 2025-01-15 15:42:18 -08:00
  • 2963fe35b4
    lint Bartek Iwańczuk 2025-01-16 00:41:47 +01:00
  • e01ab5c2ee clippy David Sherret 2025-01-15 18:33:36 -05:00
  • b124385563 Merge branch 'main' into refactor_deno_rt_crate David Sherret 2025-01-15 18:03:55 -05:00
  • 8719cb7a57 Merge remote-tracking branch 'upstream/main' into check-workspace-member-compiler-options Nayeem Rahman 2025-01-15 22:50:05 +00:00
  • 844fc5a65c appease clippy Nathan Whitaker 2025-01-15 14:40:13 -08:00
  • cf57a747b3 compiling David Sherret 2025-01-15 17:39:40 -05:00
  • 55b41a95fa remove deps from denort David Sherret 2025-01-15 17:39:13 -05:00
  • 12863520bd remove unnecessary resolution step Nathan Whitaker 2025-01-15 14:34:36 -08:00
  • b98db2951e use referrer Nathan Whitaker 2025-01-15 14:02:29 -08:00
  • f352408b70 more compiler error fixes David Sherret 2025-01-15 16:57:36 -05:00
  • a5d228ed26 only for import specifiers Nathan Whitaker 2025-01-15 13:52:36 -08:00
  • b25d1b07b2 compiling denort David Sherret 2025-01-15 16:30:03 -05:00
  • 8d3b799761
    almost compiles Bartek Iwańczuk 2025-01-15 22:23:24 +01:00
  • fedec070da appease clippy Nathan Whitaker 2025-01-15 13:13:12 -08:00
  • fde1d53f23 correctly resolve compilerOptions.types Nathan Whitaker 2025-01-15 13:05:08 -08:00
  • 4209bb503c
    Merge branch 'main' into deno_process_crate Bartek Iwańczuk 2025-01-15 21:15:32 +01:00
  • a02ee7adf9
    ci: try to fix caching on Mac ARM (#27685) Bartek Iwańczuk 2025-01-15 18:09:08 +00:00
  • b78cdda02c
    ci: try to fix caching on Mac ARM Bartek Iwańczuk 2025-01-15 18:29:02 +01:00
  • 4ffee6b33a Start on refactor David Sherret 2025-01-15 11:54:29 -05:00
  • e2695ce613
    fix(ext/console): change Temporal color Bartek Iwańczuk 2025-01-15 17:44:14 +01:00
  • 4951c0c6a4 docs Phil Hawksworth 2025-01-14 10:54:11 +00:00
  • ac881e318c Trigger build Finley Baker 2025-01-09 08:24:09 -07:00
  • fa3ca121de Use SafeRexExp for separator module Finley Baker 2025-01-06 07:18:54 -07:00
  • e817cd1c4f fix(ext/node): Use primordials in deno/ext/node/polyfills/internal/util/debuglog.ts Finley Baker 2025-01-09 08:11:22 -07:00
  • a37cb0e71a
    Merge branch 'main' into deno_process_crate Bartek Iwańczuk 2025-01-15 17:29:19 +01:00
  • 3b79fc5326
    add test Yoshiya Hinosawa 2025-01-16 00:46:01 +09:00
  • 4d3c3f29db Build with newer libuv stefnotch 2025-01-15 15:59:42 +01:00
  • c5d9abc52b Prep for test explorer watch mode stefnotch 2025-01-15 15:43:02 +01:00
  • 7ba1f31814 Precise error message reporting stefnotch 2025-01-15 15:42:44 +01:00
  • 113896f710 Compile without cmake stefnotch 2025-01-03 11:34:57 +08:00
  • 02bcb950c4
    Merge branch 'main' into jsdoc-console Jo Franchetti 2025-01-15 14:44:36 +00:00
  • 6490e4742e Merge branch 'jsdoc-console' of https://github.com/denoland/deno into jsdoc-console Jo Franchetti 2025-01-15 14:39:57 +00:00
  • 8508321059 ignore Jo Franchetti 2025-01-15 14:39:55 +00:00
  • 05dc69932d
    refactor: create deno_lib crate (#27673) David Sherret 2025-01-15 09:35:46 -05:00
  • a26ec3c8ad
    Merge branch 'main' into jsdoc-console Jo Franchetti 2025-01-15 14:18:25 +00:00
  • a7156a158c
    Update ext/console/lib.deno_console.d.ts Jo Franchetti 2025-01-15 14:17:54 +00:00
  • 3adeef142f
    Update ext/console/lib.deno_console.d.ts Jo Franchetti 2025-01-15 14:17:42 +00:00
  • 9c89bdee41
    Update ext/console/lib.deno_console.d.ts Jo Franchetti 2025-01-15 14:17:34 +00:00
  • a0da3f50bc Merge branch 'jsdoc-console' of https://github.com/denoland/deno into jsdoc-console Jo Franchetti 2025-01-15 13:38:00 +00:00
  • 04c2571b72 put descriptions on method definitions Jo Franchetti 2025-01-15 13:35:50 +00:00
  • 101f07d410
    cycle cache key Bartek Iwańczuk 2025-01-15 14:15:37 +01:00
  • 5fac67f279
    remove unused file Bartek Iwańczuk 2025-01-15 14:04:48 +01:00
  • b8152445d0
    add windows-sys dep Bartek Iwańczuk 2025-01-15 12:48:54 +01:00
  • 134092b46d
    Merge branch 'main' into deno_process_crate Bartek Iwańczuk 2025-01-15 12:40:50 +01:00
  • 4d55b558b4
    Merge 3ff08abde9 into 836a623d99 HasanAlrimawi 2025-01-15 12:32:07 +01:00
  • ce7de0c542
    winapi Bartek Iwańczuk 2025-01-15 12:31:23 +01:00
  • 9f582f1afa
    fix nix dep Bartek Iwańczuk 2025-01-15 12:21:25 +01:00
  • c625e5b456
    bump deno_os Bartek Iwańczuk 2025-01-15 12:18:18 +01:00
  • 1f474fd01b
    refactor: add 'deno_process' crate Bartek Iwańczuk 2025-01-15 12:15:05 +01:00
  • 836a623d99
    ci: use self-hosted mac arm runner (#27568) Bartek Iwańczuk 2025-01-15 11:03:05 +00:00
  • 5e145e9893
    Merge branch 'main' into reland_mac_arm_runner Bartek Iwańczuk 2025-01-15 10:21:20 +00:00
  • 757b58a0fd
    fix(ext/node): propagate socket error to client request object Yoshiya Hinosawa 2025-01-15 18:21:51 +09:00
  • e250b23b73 fix(ext/node): deno test zhangyongsheng.dev__dcar 2025-01-15 16:52:37 +08:00
  • 27adf4c797 fix: [build] cleanup! zhangyongsheng.dev__dcar 2025-01-15 15:20:13 +08:00
  • 485877eaeb fix: [build] cleanup! zhangyongsheng.dev__dcar 2025-01-15 15:17:37 +08:00
  • 8d195e4d97 fix(ext/node): test zhangyongsheng.dev__dcar 2025-01-15 15:07:08 +08:00
  • a75cd2a9d6 fix(ext/node): add FileHandle#datasync & FileHandle#sync zhangyongsheng.dev__dcar 2025-01-15 13:26:42 +08:00
  • b22a50cb0c
    fix(ext/node): add chown method to FileHandle class (#27638) Masato Yoshioka 2025-01-15 17:15:07 +09:00
  • 3a85f8980e
    Merge branch 'main' into refactor_deno_lib_crate David Sherret 2025-01-14 23:55:26 -05:00
  • f670c62468
    Apply suggestions from code review Yoshiya Hinosawa 2025-01-15 13:28:35 +09:00
  • afc23fb2e0
    chore: fix ci by removing remote server dependent test (#27674) David Sherret 2025-01-14 23:06:57 -05:00
  • defbee2033 clippy David Sherret 2025-01-14 21:54:09 -05:00
  • 6128282d6e Merge remote-tracking branch 'upstream/main' into check-workspace-member-compiler-options Nayeem Rahman 2025-01-15 02:53:07 +00:00
  • 516061d2e5 move into sub folder of cli David Sherret 2025-01-14 21:43:11 -05:00
  • 331b75e427 chore: fix ci by removing esm.sh dependent test David Sherret 2025-01-14 21:17:59 -05:00
  • 3bc7642dcf test(ext/dns): Test for dns resolving siaeyy 2025-01-15 05:27:52 +03:00
  • e9a1b8e83a feat(node/dns): Tts for A and AAAA record queries siaeyy 2025-01-15 05:26:21 +03:00
  • f5d1f3f038 feat(ext/net): Dns resolving for tts siaeyy 2025-01-15 05:25:19 +03:00
  • 406162d7b8 feat(ts/dns): RecordWithTtl interface siaeyy 2025-01-15 05:23:39 +03:00
  • fa58e826b6 chore: fix ci by removing esm.sh dependent test David Sherret 2025-01-14 21:17:59 -05:00
  • de0d9f964a add back comment David Sherret 2025-01-14 20:23:43 -05:00
  • ea0c6e14f8 fix David Sherret 2025-01-14 20:19:48 -05:00
  • 08e9bf1b2d fix(tests/fs_handle): Modified tests no longer use temporary files Masato Yoshioka 2025-01-15 10:18:18 +09:00
  • 8dfc8c0cf0 Merge remote-tracking branch 'upstream/main' into refactor_deno_lib_crate David Sherret 2025-01-14 20:16:08 -05:00
  • 6fc3d78990 clippy David Sherret 2025-01-14 20:14:49 -05:00
  • ad93ec6c93 move worker code over David Sherret 2025-01-14 20:05:42 -05:00