Skip to content

Conversation

@etiennenoel
Copy link

No description provided.

@etiennenoel etiennenoel requested a review from mathieugh April 6, 2021 15:33
Comment on lines +17 to +18
"module": "./dist/lib/esm/index.js",
"main": "./dist/lib/cjs/index.js",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pourquoi ici c'est dans differentes libs ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

J'ai copié notre package.json qu'on a dans pristine.

import {Marshaller} from "./Marshaller";
import {BinarySet} from "./BinarySet";
import {NumberValue} from "./NumberValue";
import {NumberValueSet} from "./NumberValueSet";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tous les tests sont commentés ici c'est voulu ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh merde je pensais que ce bogue était réglé merci.


for (const asyncInput of [true, false]) {
const asyncInput = false;
//for (const asyncInput of [false, true]) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On loop pu ici ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Je pourrais le remettre mais en gros j'ai splitté les tests en deux et je set la variable mais je vais le remettre comme c'était.

'table',
{DeleteRequest: {Key: {foo: {B: '🐎👱❤'}}}}
'table',
{DeleteRequest: {Key: {foo: {B: new TextEncoder().encode('🐎👱❤')}}}}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow on s'amuse avec des emojis ici

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oui pour utf-8 :O

@etiennenoel etiennenoel merged commit 2522fad into master Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants