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

Changed default behavior for module ModuleName statements (without quotes) and fixed wrong export state of referenced namespaces/modules #242

Merged
merged 1 commit into from
Mar 28, 2023

Conversation

timocov
Copy link
Owner

@timocov timocov commented Mar 28, 2023

Previously, for some reason name ModuleName was treated the same as with quotes i.e. it was checked whether that name should be exported.

Now every used module with such name will be inlined regardless of --inline-declare-externals option.

Fixes #237
Fixes #241

…quotes) and fixed wrong `export` state of references namespaces/modules

Previously, for some reason name `ModuleName` was treated the same as with quotes
i.e. it was checked whether that name should be exported.

Now every used module with such name will be inlined regardless of `--inline-declare-externals` option.

Fixes #237
Fixes #241
@timocov timocov merged commit f205932 into master Mar 28, 2023
@timocov timocov deleted the fix237-and-241 branch March 28, 2023 19:04
@timocov timocov changed the title Changed default behavior for module ModuleName statements (without quotes) and fixed wrong export state of references namespaces/modules Changed default behavior for module ModuleName statements (without quotes) and fixed wrong export state of referenced namespaces/modules Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant