Changes between Version 3 and Version 12 of Ticket #11919
- Timestamp:
- Nov 6, 2010, 11:44:39 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11919
- Property Owner changed from James Burke to Rawld Gill
-
Property
Status
changed from
new
toassigned
-
Property
Summary
changed from
AMD transform build tool problems
toAMD transform build tool limitations
-
Ticket #11919 – Description
v3 v12 1 * anonymous module definitions are not transformed by the build tool. 2 {{{ 3 define(["some/dep"], function (dep) { 1 The build system now contains transforms that take modules written in the AMD format back to the v1.5 module format. These transforms are intended as a '''temporary, short-term hack for early adopters''' of the AMD module format. Aside from ensuring that the transforms work with released dojo code, no guarantees are made re these transforms. 4 2 5 // define the module 6 7 }); 8 }}} 9 10 it seems that the transform expects a module name. 11 12 * numbers not accepted in the identifier returned by the module 13 14 * using relative paths in dependency list doesn't work 15 16 * using a single-quote when passing a module name won't be recognized 17 eg `define('something', ...)`; 3 With this understanding, this ticket tracks capabilities and problems with these transforms.