NativeScript / worker-loader

36 stars 20 forks source link

fix: some files missing from __worker-chunks.json #24

Closed DickSmith closed 5 years ago

DickSmith commented 5 years ago

Not all workers are being consistently added to the __worker-chunks.json This then causes other issues, of course.

DickSmith commented 5 years ago

Any movement on this? I know other people on Community Slack have run into it.

DickSmith commented 5 years ago

Occurs on macOS, Linux, and Windows:


registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
Warning: there already is an extend called com.tns.FragmentClass.
Warning: The static binding generator will generate extend from:vendor.js implementation
Exception in thread "main" java.io.IOException: File already exists. This may lead to undesired behavior.
Please change the name of one of the extended classes.
File:C:\__REDACTED__\java\com\tns\FragmentClass.java Class: com.tns.FragmentClass
        at org.nativescript.staticbindinggenerator.Generator.writeBindings(Generator.java:78)
        at org.nativescript.staticbindinggenerator.Main.main(Main.java:48)```