-
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes direct imports of 'index.js', 'test/assertions.js' and 'test/arbitraries.js' for Node 14 users.
- Loading branch information
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,10 +57,10 @@ single files that come with all of Fluture's dependencies pre-bundled. | |
- [Fluture Module Minified][]: A minified EcmaScript module without TypeScript | ||
typings. Not recommended for Deno. | ||
|
||
[Fluture Script]: https://cdn.jsdelivr.net/gh/fluture-js/[email protected].0/dist/bundle.js | ||
[Fluture Script Minified]: https://cdn.jsdelivr.net/gh/fluture-js/[email protected].0/dist/bundle.min.js | ||
[Fluture Module]: https://cdn.jsdelivr.net/gh/fluture-js/[email protected].0/dist/module.js | ||
[Fluture Module Minified]: https://cdn.jsdelivr.net/gh/fluture-js/[email protected].0/dist/module.min.js | ||
[Fluture Script]: https://cdn.jsdelivr.net/gh/fluture-js/[email protected].1/dist/bundle.js | ||
[Fluture Script Minified]: https://cdn.jsdelivr.net/gh/fluture-js/[email protected].1/dist/bundle.min.js | ||
[Fluture Module]: https://cdn.jsdelivr.net/gh/fluture-js/[email protected].1/dist/module.js | ||
[Fluture Module Minified]: https://cdn.jsdelivr.net/gh/fluture-js/[email protected].1/dist/module.min.js | ||
|
||
## Usage | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* Fluture bundled; version 13.0.0 | ||
* Fluture bundled; version 13.0.1 | ||
*/ | ||
|
||
var Fluture = (function () { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
/** | ||
* Fluture bundled; version 13.0.0 | ||
* Fluture bundled; version 13.0.1 | ||
*/ | ||
|
||
/// <reference types="https://cdn.jsdelivr.net/gh/fluture-js/[email protected].0/index.d.ts" /> | ||
/// <reference types="https://cdn.jsdelivr.net/gh/fluture-js/[email protected].1/index.d.ts" /> | ||
|
||
function createCommonjsModule(fn, basedir, module) { | ||
return module = { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters