1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-24 06:13:17 +00:00
TiddlyWiki5/editions/testcommonjs/tiddlers
natecain 881325b7ed Make require() compliant with CommonJS 1.0
This includes potentially breaking changes.
  Specifically, before this patch tiddlywiki would default to relative module identifiers
  Now, tiddlywiki will only search relative paths if explicitly specified
  Additionally, some "defaulted export contexts" were removed
    (some modules may make assumptions about context)
Some unit tests were modified slightly from their originals
  Tiddlywiki doesn't have a notion of a "main" program's path
  Some require calls were explicitly made relative
  None of these changes should affect the requirement under test in each case
2013-09-17 21:10:24 -04:00
..
absolute Make require() compliant with CommonJS 1.0 2013-09-17 21:10:24 -04:00
cyclic Make require() compliant with CommonJS 1.0 2013-09-17 21:10:24 -04:00
determinism Make require() compliant with CommonJS 1.0 2013-09-17 21:10:24 -04:00
exactExports Make require() compliant with CommonJS 1.0 2013-09-17 21:10:24 -04:00
hasOwnProperty Make require() compliant with CommonJS 1.0 2013-09-17 21:10:24 -04:00
method Make require() compliant with CommonJS 1.0 2013-09-17 21:10:24 -04:00
missing Make require() compliant with CommonJS 1.0 2013-09-17 21:10:24 -04:00
monkeys Make require() compliant with CommonJS 1.0 2013-09-17 21:10:24 -04:00
nested Make require() compliant with CommonJS 1.0 2013-09-17 21:10:24 -04:00
relative Make require() compliant with CommonJS 1.0 2013-09-17 21:10:24 -04:00
transitive Make require() compliant with CommonJS 1.0 2013-09-17 21:10:24 -04:00
allTests.js Make require() compliant with CommonJS 1.0 2013-09-17 21:10:24 -04:00
GettingStarted.tid Make require() compliant with CommonJS 1.0 2013-09-17 21:10:24 -04:00
test.js Make require() compliant with CommonJS 1.0 2013-09-17 21:10:24 -04:00