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

import not generated for classic moduleResolution #28

Open
hobitalk opened this issue Jul 26, 2018 · 3 comments
Open

import not generated for classic moduleResolution #28

hobitalk opened this issue Jul 26, 2018 · 3 comments

Comments

@hobitalk
Copy link

cannot find name 'Store' at /jsweet-examples/src/main/java/org/jsweet/examples/todomvc/ToDos.java(95)

with: pom.xml

org.jsweet
jsweet-maven-plugin
2.2.0-SNAPSHOT

true
true
target/js

        <module>es2015</module>
        <moduleResolution>classic</moduleResolution>
        <targetVersion>ES6</targetVersion>
				<candiesJsOut>target/candies</candiesJsOut>
			</configuration>
			<executions>
				<execution>
					<id>generate-js</id>
					<phase>generate-sources</phase>
					<goals>
						<goal>jsweet</goal>
					</goals>
				</execution>
			</executions>
		</plugin>
@lgrignon
Copy link
Collaborator

Hi, thanks for reporting!
Could you please post the generated TS & JS code please?

Thanks again

@hobitalk
Copy link
Author

todo.zip

@lgrignon
Copy link
Collaborator

lgrignon commented Oct 6, 2018

Thanks, I will take a look if possible soon

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

No branches or pull requests

2 participants