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

Add support for @stdlib imports for syntax highlighting (Issue #51) #52

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

skulidropek
Copy link
Contributor

@skulidropek skulidropek commented Nov 12, 2024

This PR resolves issue
#51 by adding support for @StdLib imports in the resolveImports method. Imports like @stdlib/deploy and @stdlib/ownable are now correctly resolved to paths in the node_modules/@tact-lang/compiler/stdlib/libs directory, enabling syntax highlighting and other IDE features.

Changes:
Updated resolveImports to handle @StdLib imports.

Testing: Verified that @StdLib imports are correctly recognized and syntax highlighting works as expected.

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.

2 participants