Opened 10 years ago
Closed 10 years ago
#13277 closed defect (fixed)
build flag insertAbsMids fails when AMD module specifies an absolute module id
Reported by: | Rawld Gill | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | BuildSystem | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
For example,
define( "dojox/data/CsvStore", ["dojo", "dojox", "dojo/data/util/filter", "dojo/data/util/simpleFetch"], function(dojo, dojox) {
causes an extra absolute module id to be inserted when insertAbsMids is set truthy.
Change History (2)
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
While analyzing this issue, it seems that the insertAbsMids build flag should default to truthy if a v1x profile is being used since these kind of profiles tend to indicate non-AMD patterns such as including modules in script elements. Also, this is the way releases will be built.