mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-18 21:41:46 +08:00
061ea63322
* Integrate @nlowe's documentation and tests * Use filepath.Clean() instead of filepath.Abs() * Use a stackless implementation
8 lines
No EOL
143 B
JavaScript
8 lines
No EOL
143 B
JavaScript
require('pkg/js/parse_tests/complexImports/b/d/d.js');
|
|
|
|
function b() {
|
|
return [
|
|
d(),
|
|
CNAME("B", "foo.com.")
|
|
];
|
|
} |