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

[BUG] Source block code should not truncate #3496

Open
xelaint opened this issue Feb 13, 2025 · 2 comments
Open

[BUG] Source block code should not truncate #3496

xelaint opened this issue Feb 13, 2025 · 2 comments
Assignees
Labels
package: daff.io @daffodil/daff.io
Milestone

Comments

@xelaint
Copy link
Member

xelaint commented Feb 13, 2025

🐛 Bug report

Current Behavior

Source block code should not truncate

Image

Expected Behavior

All code in source block should be visible.

Minimal reproduction of the problem with instructions

What is the motivation / use case for changing the behavior?

Environment


Daffodil version: X.Y.Z
Angular version: X.Y.Z 

 
For Tooling issues:
- Node version: XX  
- Platform:  

Others:

@xelaint xelaint added the bug A confirmed bug report label Feb 13, 2025
@xelaint xelaint added this to the Daffodil v1.0 milestone Feb 13, 2025
@xelaint xelaint added package: daff.io @daffodil/daff.io and removed bug A confirmed bug report labels Feb 13, 2025
@griest024
Copy link
Member

This is a "feature" of whatever is generating the types under the hood. I don't know if there is a way to disable this but it will require some significant research to find so I will put this in the backlog for now.

@griest024
Copy link
Member

griest024 commented Mar 7, 2025

Use ts.TypeChecker (accessible as doc.typeChecker) to properly generate correct types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: daff.io @daffodil/daff.io
Projects
None yet
Development

No branches or pull requests

2 participants