Make wrap*/unwrap methods an optional module
The .wrap*() and .unwrap() methods are very generalized and can often be replaced by a short code sequence in user code. Removing them from the build saves about 175 bytes min+gz, 733 minified.
Change History (6)
| Component: |
unfiled →
manipulation
|
| Milestone: |
None →
2.0
|
| Owner: |
set to dmethvin
|
| Priority: |
undecided →
low
|
| Status: |
new →
assigned
|
| Type: |
bug →
feature
|
| Version: |
1.9.1 →
2.0b1
|
| Resolution: |
→ fixed
|
| Status: |
assigned →
closed
|
| Resolution: |
fixed
|
| Status: |
closed →
reopened
|
| Milestone: |
2.0 →
1.10/2.0
|
| Status: |
reopened →
open
|
| Resolution: |
→ fixed
|
| Status: |
open →
closed
|
| Component: |
manipulation →
build
|
Fix #13741. Make wrap/unwrap methods optional. Close gh-1222.