Skip to content

DDC source maps product excellence #30939

Open
@matanlurey

Description

@matanlurey

Thanks to hard work by many, the DDC stack traces in the latest SDK look good 🤞

There are still some minor things, though, for example around closures:

test('...', () {
  expect(...);
});

Emits:

package:test            expect
foo_test.dart 216:9  test$.test.dart.fn

I never wrote test$.test.dart.fn. It would be nice for this to say:

package:test           expect
foo_test.dart 216:9 test

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2A bug or feature request we're likely to work onarea-web-jsIssues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.dev-compiler-errorsdev-compiler-uxweb-dev-compiler

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions