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: Source Maps for Code Generation #714

Merged
merged 21 commits into from
Nov 2, 2023
Merged

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    f087d2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4596f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85f7e29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    128ac7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6596b05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2fca0ed View commit details
    Browse the repository at this point in the history
  7. fix: remove sourcesContent from sourcemaps as tests would differ on d…

    …ifferent platforms (crlf / lf)
    WinPlay02 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    2f08831 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cea4b00 View commit details
    Browse the repository at this point in the history
  9. test: fix coverage

    WinPlay02 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    033dad7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c51ac72 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    963c2ae View commit details
    Browse the repository at this point in the history
  2. feat: source maps now matches convention

    refactor: changed listTestPythonJsonFiles to listTestFilesWithExtensions
    
    Co-authored-by: Lars Reimann <[email protected]>
    WinPlay02 and lars-reimann committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    d6f3663 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3d964d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58095f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43e8294 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' of https://github.com/Safe-DS/DSL into generator-…

    …source-maps
    
    # Conflicts:
    #	package-lock.json
    #	packages/safe-ds-lang/package.json
    WinPlay02 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    4538078 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6124433 View commit details
    Browse the repository at this point in the history
  8. refactor: accept GenerateOptions in generator service, rename Generat…

    …eOptions for cli to CliGenerateOptions
    
    feat: accept --sourcemaps parameter, to enable sourcemap generation
    WinPlay02 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    7509405 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'generator-source-maps' of https://github.com/Safe-DS/DSL

    …into generator-source-maps
    
    # Conflicts:
    #	packages/safe-ds-lang/tests/helpers/testResources.ts
    #	packages/safe-ds-lang/tests/language/generation/safe-ds-python-generator.test.ts
    WinPlay02 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    6b87808 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7a15620 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    666ef96 View commit details
    Browse the repository at this point in the history