amdjs / amdjs-api

Houses the Asynchronous Module Definition API
https://groups.google.com/group/amd-implement
4.31k stars 499 forks source link

require.defined() and require.specified() #13

Closed pscheit closed 11 years ago

pscheit commented 11 years ago

Hello everyone,

i stumbled about these two methods on stackoverflow

are these part of the standard? Or will they become part of the standard?

Thank you very much Philipp

jrburke commented 11 years ago

It is best to ask on the amd-implement list: https://groups.google.com/group/amd-implement

as not all implementers track these issues.

These are not standard though. My guess is that defined may be standardizable, although, to match the es module loaders spec it may be better to call it 'has'. But best to talk about it on the amd-implement list.