wesboyt
wesboyt
Hey cimi, thanks for getting involved with ion-js! I would recommend checking out commit 3f80e64d7d87ec37fa293f7d39386addd9144cda There were breaking changes introduced to the library after that commit that will corrupt your...
Hey Cimi sorry about the delayed response, I didn't notice your comment. A few months ago we started expanding the testing suite and realized how incredibly broken the library actually...
Will require adding some concept of an IO wrapper/stream that will apply to the web or node. Probably part of a larger async IO refactoring.
> It's been a few years since this issue was opened. @wesboyt: Could you either comment on this issue with your updated thoughts or close it if it's no longer...
The lowlevelbinarywriter could easily reset its writeable object but it wouldn't save much as its mostly a wrapper with some byte generation methods. The writeable inside could have a clear()...
ImportLocation: (import_name: string, location: int) SymbolToken: (text: string, import_location: ImportLocation), where (null, null) represents symbol zero.
are you on an older version of the repo or something? I'm getting: Error: SymbolID greater than maxID. at LocalSymbolTable.getSymbolText (/Users/wesboyt/Dev/ion-js/dist/commonjs/es6/IonLocalSymbolTable.js:60:19) at TextReader.annotations (/Users/wesboyt/Dev/ion-js/dist/commonjs/es6/IonTextReader.js:211:47) at Object. (/Users/wesboyt/Dev/ion-js/localTest.js:9:20) at Module._compile (internal/modules/cjs/loader.js:776:30)...
What value does it add?
In typescript theres little difference between a checking a error's "class" and checking an errors string message. instance of is just checking a string in an object's prototype vs checking...
thanks guys running into exactly this issue