mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-28 00:14:42 +00:00
Make require() compliant with CommonJS Modules/1.1
This commit is contained in:
12
editions/testcommonjs/tiddlers/relative/submodule/b.js
Normal file
12
editions/testcommonjs/tiddlers/relative/submodule/b.js
Normal file
@@ -0,0 +1,12 @@
|
||||
/*\
|
||||
title: submodule/b.js
|
||||
type: application/javascript
|
||||
module-type: library
|
||||
|
||||
Relative test B
|
||||
|
||||
\*/
|
||||
|
||||
exports.foo = function () {
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user