Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ses: source maps #2329

Open
boneskull opened this issue Jun 21, 2024 · 0 comments
Open

ses: source maps #2329

boneskull opened this issue Jun 21, 2024 · 0 comments
Labels
debugging support devex developer experience enhancement New feature or request ses tooling

Comments

@boneskull
Copy link
Contributor

What is the Problem Being Solved?

ses ships bundles, yet it ships no source maps. This can make debugging more challenging than necessary when consuming ses via a CJS package.

Description of the Design

As part of the build process for ses, *.js in dist/ should have an associated *.js.map file.

These files should be shipped when ses is published.

Security Considerations

none

Scaling Considerations

none

Test Plan

depends if we have to hand-roll it. if we do, then we should assert the generated source maps are at least valid / parseable.

Compatibility Considerations

none

Upgrade Considerations

none

@boneskull boneskull added enhancement New feature or request tooling ses devex developer experience labels Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debugging support devex developer experience enhancement New feature or request ses tooling
Projects
None yet
Development

No branches or pull requests

2 participants