apache / apache/royale-compiler

Minification Issue - Packages That include ".prototype." Fail on Release Builds

Open
#181 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.