Skip to content

renaudpawlak/jsweet-amd-bug

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project illustrates a bug in JSweet's 1.1.x code generation when the output is set to AMD modules. Java-side imports from parent packages cause a failure at require-load time. Requirejs' loader runs the code for the deepest package first, which means the parent package has not yet populated it's exports object.

This bug is not relevant anymore in JSweet >= 1.2 since module generation strategy was full reworked.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 63.5%
  • HTML 36.5%