apache / apache/royale-compiler
Minification Issue - Packages That include ".prototype." Fail on Release Builds
Open
- Dominant language
- Java
- Stars
- 113
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
It appears that having anything within a package/folder of "prototype" fails minification; app fails to start.
**Steps to Reproduce**
1. _Create an AS file within a package that includes a folder named "package"_
```
package com.something.prototype
{
public class SomeClassName
{
. . .
}
}
```
2. Perform a release build
**Expected Results**
Application launches without issue.
**Actual Results**
Application fails to launch as something is corrupt within the produced minified javascript.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.