Commit f3d5ef0
1 file changed
+1
-1
lines changed- Cargo.lock+6-6
- Cargo.toml+3-3
- cli/args/flags.rs+25-23
- cli/main.rs+8
- cli/tools/fmt.rs+26-15
- cli/tsc/dts/lib.deno.ns.d.ts+83
- cli/tsc/dts/lib.deno.unstable.d.ts-89
- ext/node/global.rs+1-5
- ext/node/lib.rs+1-5
- ext/node/polyfills/assert.ts+47-8
- ext/node/polyfills/internal/streams/compose.js+1-1
- ext/node/polyfills/internal/streams/duplex.js+2-2
- ext/node/polyfills/internal/streams/duplexify.js+3-3
- ext/node/polyfills/internal/streams/passthrough.js+1-1
- ext/node/polyfills/internal/streams/pipeline.js+3-3
- ext/node/polyfills/internal/streams/transform.js+1-1
- ext/node/polyfills/internal_binding/mod.ts+2-1
- ext/node/polyfills/internal_binding/tty_wrap.ts+22
- ext/node/polyfills/stream.ts+5-5
- ext/node/polyfills/stream/consumers.js+29-4
- ext/node/polyfills/tty.js+1-19
- runtime/fmt_errors.rs-20
- runtime/js/90_deno_ns.js+1-4
- runtime/js/98_global_scope_shared.js+6-6
- tests/node_compat/config.jsonc+4
- tests/node_compat/run_all_test_unmodified.ts+1
- tests/node_compat/runner/TODO.md+1-5
- tests/node_compat/test/parallel/test-assert-fail-deprecation.js+77
- tests/node_compat/test/parallel/test-stream-aliases-legacy.js+21
- tests/node_compat/test/parallel/test-stream-base-prototype-accessors-enumerability.js+28
- tests/node_compat/test/parallel/test-stream-consumers.js+269
- tests/specs/cli/otel_basic/http_propagators.ts+2-2
- tests/specs/cli/otel_basic/main.ts-1
- tests/specs/fmt/external_formatter/badly_formatted.in+16
- tests/specs/fmt/external_formatter/well_formatted.out+25
- tests/specs/fmt/external_formatter/well_formatted_unstable_sql.out+25
- tests/specs/fmt/external_formatter/well_formatted_use_tabs.out+25
- tests/specs/fmt/mustache/__test__.jsonc+18
- tests/specs/fmt/mustache/badly_formatted.mustache+6
- tests/specs/fmt/mustache/broken.mustache+1
- tests/specs/fmt/mustache/broken.out+4
- tests/specs/fmt/mustache/well_formatted.mustache+7
- tests/specs/fmt/svg/__test__.jsonc+18
- tests/specs/fmt/svg/badly_formatted.svg+5
- tests/specs/fmt/svg/broken.out+4
- tests/specs/fmt/svg/broken.svg+2
- tests/specs/fmt/svg/well_formatted.svg+6
- tests/specs/fmt/xml/__test__.jsonc+18
- tests/specs/fmt/xml/badly_formatted.xml+26
- tests/specs/fmt/xml/broken.out+4
- tests/specs/fmt/xml/broken.xml+4
- tests/specs/fmt/xml/well_formatted.xml+26
- tests/specs/run/conditional_exports/__test__.jsonc+8
- tests/specs/run/node_globals_hints/__test__.jsonc-10
- tests/specs/run/node_globals_hints/buffer.js-1
- tests/specs/run/node_globals_hints/buffer.out-8
- tests/specs/run/node_globals_hints/global.js-1
- tests/specs/run/node_globals_hints/global.out-8
- tests/unit/globals_test.ts+1-1
0 commit comments