Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit84e5574

Browse files
authored
Updated CommonJS to ES Modules to reflect Purescript 0.15 update. (#448)
1 parent581caaa commit84e5574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎language/FFI.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ When importing values from the FFI, the values themselves are defined in separat
1616
```javascript
1717
// src/Math.js
1818
"use strict";
19-
exports.pow=function(x) {
19+
exportfunctionpow(x) {
2020
returnfunction(y) {
2121
returnMath.pow(x,y);
2222
};

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp