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

Fallback to checking access under typia. for when unable to resolve declaration path #936

Conversation

andymac4182
Copy link

When using typia with Parcel it only passes in the file contents and uses isolatedModules to speed up compilation. This breaks typia being able to do type checked resolution. This PR falls back to just checking for accesses under typia to support this use case.

I am still trying to work out how to add a new set of unit tests to run under parcel or similar style of execution to test this.
Any advise on where to modify that would be great :)

Before submitting a Pull Request, please test your code.

If you created a new feature, then create the unit test function, too.

# COMPILE
npm run build

# RE-WRITE TEST PROGRAMS IF REQUIRED
npm run test:template

# BUILD TEST PROGRAM
npm run build:test

# DO TEST
npm run test

Learn more about the CONTRIBUTING

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.

1 participant