2009-12-25 02:09:24 -05:00
|
|
|
# This (javascript) file is generated from lib/coffee_script/narwhal/loader.cs
|
|
|
|
|
|
|
|
coffeescript: null
|
2009-12-25 02:28:01 -05:00
|
|
|
factories: {}
|
2009-12-25 02:09:24 -05:00
|
|
|
|
2009-12-25 02:28:01 -05:00
|
|
|
loader: {
|
2009-12-25 02:09:24 -05:00
|
|
|
|
2009-12-25 02:28:01 -05:00
|
|
|
# Reload the coffee-script environment from source.
|
|
|
|
reload: topId, path =>
|
2009-12-25 02:09:24 -05:00
|
|
|
coffeescript ||: require('coffee-script')
|
2009-12-25 02:28:01 -05:00
|
|
|
factories[topId]: coffeescript.makeNarwhalFactory(path).
|
2009-12-25 02:09:24 -05:00
|
|
|
|
2009-12-25 02:28:01 -05:00
|
|
|
# Ensure that the coffee-script environment is loaded.
|
|
|
|
load: topId, path =>
|
|
|
|
factories[topId] ||: this.reload(topId, path).
|
2009-12-25 02:09:24 -05:00
|
|
|
|
2009-12-25 02:28:01 -05:00
|
|
|
}
|
2009-12-25 02:09:24 -05:00
|
|
|
|
2009-12-25 02:28:01 -05:00
|
|
|
require.loader.loaders.unshift([".cs", loader])
|