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

Support Script Re-exports #8

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

Support Script Re-exports #8

wants to merge 3 commits into from

Conversation

marklundin
Copy link
Member

@marklundin marklundin commented Sep 6, 2024

For completeness, this PR adds support for parsing re-exported scripts. Includes tests

export { SSAOPostEffect as SSAO } from './lib.mjs';

src/index.js Outdated Show resolved Hide resolved
test/tests/valid/export.test.js Show resolved Hide resolved
Co-authored-by: KPal <48248865+kpal81xd@users.noreply.github.com>
@marklundin marklundin requested review from kpal81xd and removed request for kpal81xd September 13, 2024 14:26
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