UNPKG
gulp-declare
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.0
0.0.1
0.0.0
Safely declare namespaces and set their properties
github.com/lazd/gulp-declare
lazd/gulp-declare
gulp-declare
/
test
/
expected
/
processNameByPath.js
3 lines
•
157 B
JavaScript
View Raw
1
2
3
this
[
"App"
] =
this
[
"App"
] || {};
this
[
"App"
][
"templates"
] =
this
[
"App"
][
"templates"
] || {};
this
[
"App"
][
"templates"
][
"Main"
] = function() {
return
"Main"
; };