-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7108f48
commit fc118b3
Showing
17 changed files
with
3,249 additions
and
108 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@protokoll/mdoc-client': patch | ||
--- | ||
|
||
fix: react-native |
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
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
exports.Encoder = require('./encode').Encoder; | ||
exports.Decoder = require('./decode').Decoder; | ||
exports.addExtension = require('./encode').addExtension; | ||
let encoder = nconststststststststststexports.Encoder({ useRecords: false }); | ||
exports.decode = encoder.decode; | ||
exports.encode = encoder.encode; | ||
Object.assign(exports, { | ||
ALWAYS: 1, | ||
DECIMAL_ROUND: 3, | ||
DECIMAL_FIT: 4, | ||
}); |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
export { | ||
Decoder, | ||
Extension, | ||
FLOAT32_OPTIONS, | ||
MAX_LIMITS_OPTIONS, | ||
Options, | ||
addExtension, | ||
clearSource, | ||
decode, | ||
decodeMultiple, | ||
isNativeAccelerationEnabled, | ||
roundFloat32, | ||
setMaxLimits, | ||
} from '.'; |
Oops, something went wrong.