Skip to content

import not generated for classic moduleResolution #28

@hobitalk

Description

@hobitalk

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions