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

feat : Add the ability to generate sourcemaps from CLI #1826

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

SkySingh04
Copy link
Contributor

@SkySingh04 SkySingh04 commented Jan 15, 2025

Signed-off-by: Akash [email protected]

1. Does this PR affect any open issues?(Y/N) and add issue references

  • N
  • Y

Fixes #1630

2. What is the scope of this PR (e.g. component or file name):

3. Provide a description of the PR(e.g. more details, effects, motivations or doc link):

  • Affects user behaviors
  • Contains syntax changes
  • Contains variable changes
  • Contains experimental features
  • Performance regression: Consumes more CPU
  • Performance regression: Consumes more Memory
  • Other

4. Are there any breaking changes?(Y/N) and describe the breaking changes(e.g. more details, motivations or doc link):

  • N
  • Y

5. Are there test cases for these changes?(Y/N) select and add more details, references or doc links:

  • Unit test
  • Integration test
  • Benchmark (add benchmark stats below)
  • Manual test (add detailed scripts or steps below)
  • Other

@SkySingh04 SkySingh04 marked this pull request as draft January 15, 2025 18:28
@SkySingh04 SkySingh04 marked this pull request as ready for review January 18, 2025 12:44
@SkySingh04
Copy link
Contributor Author

SkySingh04 commented Jan 18, 2025

Hi @Peefy @zong-zhe and team,

I’ve been working on implementing the ability to generate sourcemaps via the CLI, as outlined in this issue. The current implementation tracks and writes the mapping between the source lines and the generated YAML lines. This has taken over 12 hours of work so far, and I’d greatly appreciate any feedback on the approach and implementation details before proceeding further to write tests for it.

Since this feature is part of the v1.0 release milestone (due January 31st), I want to ensure we’re on the right track early on. Let me know your thoughts!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

generate sourcemaps
1 participant