-
Notifications
You must be signed in to change notification settings - Fork 1
Update sdk 3.0 #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Need to fix the compilation of all the tests.
| "module": "./dist/lib/esm/index.js", | ||
| "main": "./dist/lib/cjs/index.js", |
There was a problem hiding this comment.
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 ?
There was a problem hiding this comment.
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"; |
There was a problem hiding this comment.
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 ?
There was a problem hiding this comment.
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]) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On loop pu ici ?
There was a problem hiding this comment.
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('🐎👱❤')}}}} |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
No description provided.