forked from requirejs/requirejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tasks.txt
122 lines (80 loc) · 3.95 KB
/
tasks.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
Release Notes
-------------------
1.1 items?
--------------
- map stuff
- with config:
http://groups.google.com/group/requirejs/browse_thread/thread/b382d90534f883db#
https://groups.google.com/group/amd-implement/browse_thread/thread/c36e284a7f85021a/2290754c54b3ddad?#2290754c54b3ddad
- remove special jquery detection, only do it for define() calls.
- check bug list
- robust handling for anon modules loaded outside loader.
- read config from main.js file for build?
- baseUrl and name optional in optimizer? r.js -o include=a,b out=foo.js
- globals: config to help underscore case?
- remove packagePaths config.
- Just remove packages config altogether, suggest volojs for making adapter modules.
- requirejs.undef
- example of requirejs.onError for fallback.
- what about onError cleanup: https://github.com/jrburke/requirejs/issues/156?
- allow error handler either per context, or per top-level require call.
- Config options: "main" and rename "deps" to "include" to match how build can read config now.
Next release
--------------
- ie 10, order plugin not working?
https://github.com/jrburke/requirejs/issues/185
- add pluginBuilder to the load api
- problem with just require(['./relative/id']) inside a define call, the relative
parentMap is not used because missing a function callback?
- make a note: order plugin is only useful for some top level dependencies that
do not use define/require api. otherwise mixing is bad.
- require-cs circular ref: https://github.com/jrburke/require-cs/issues/13
- Split plugins and their docs into separate repos with READMEs, keep the
tests in requirejs repo for now.
- coffeescript 1.2 released, switch over the cs plugin.
- make a decision matrix of when to use what. Mention lowercase names for file name convention.
- order plugin not work with phantomjs build?
CentOS 5.6 (Final), PhantomJS 1.4.1, Qt 4.7
- paths entry for socket.io to remote domain/port, but then do a require.toUrl('socket.io') and it returns
a local path instead of the remote path?
- Should mention 'empty:' on the optimization page, particularly for excluding content.
- Try dojo with requirejs
- http://sfoster.dojotoolkit.org/dojobox/1.7-branch/util/debug.profile.js
- http://jsfiddle.net/sfoster/ztfdZ/
- upload plugins to cdnjs
- Spine
- handlebars
- raphael
- less
- jquery plugins
- Work on module adapter format: make sure global for jquery uses jQuery.
- If OK, then do pull request for backbone branch.
- clarify commonjs wrapping in amd api page.
- Doc: add info about overriding requirejs.onError.
- consider opt in fallback for define calls, detect require, doc.write it...
- Need to document define.amd.jQuery flag.
--------
- onResourceLoad, useful?
- cdnjs: how to use with fallback
- has() source trimming, needs brace matching?
- need to surface pragmasOnSave better?
- example using backbone and such.
- example that shows how to do a "include *" in a build.
- coffeescript: extend duplication: https://github.com/jrburke/require-cs/issues/7
- integrate properly with cpm
- A way to support local file/other kinds of caches?
http://groups.google.com/group/requirejs/browse_thread/thread/77092307ac6b9acb
http://www.html5rocks.com/en/tutorials/file/filesystem/#toc-filesystemurls
Docs:
- Pointer to motivations behind current thing, reason for dependencies.
- Update the coffeescript plugin to use the writeFile API?
- jjb's diagnostic/debug branch with dependency mappings
- https://github.com/jrburke/requirejs/issues/104: define as a special dependency?
- replacement for modify that intercepts callbacks, holds off until another module loads them?
- A way to show dependency graph too?
- Minify the require.js files with UglifyJS.
- https://github.com/jrburke/requirejs/pull/71: process by 2/21
- If any other info: IE checkLoaded recursion? https://github.com/jrburke/requirejs/issues/82
- require.modify alternative syntax/patch.
- has.js plugins
- Visualization of dependencies, highlighting circular dependencies