mirror of
https://github.com/systemjs/systemjs.git
synced 2026-01-25 14:57:38 +00:00
13 lines
251 B
JavaScript
13 lines
251 B
JavaScript
exports.d1 = require(
|
|
'./commonjs-d.js'
|
|
);
|
|
|
|
exports.d2 = (require
|
|
("./commonjs-d.js"));
|
|
|
|
exports.d3 = "require('not a dep')";
|
|
|
|
// exports.d4 = "text require('still not a dep') text";
|
|
|
|
// exports.d5 = 'text \'quote\' require("yet still not a dep")';
|