Shahar Soel

Results 187 comments of Shahar Soel

Need to investigate this again as such an adapter may also be used to conserve memory and implement token channels.

Additional testing has showed a large strange regression in the CSS benchmark (x3/x4 slower). This is probably due to some de-optimization happening in V8 internals. The other performance scenarios (JSON/ECMA5)...

Refactoring the parser to multiple traits may make it easier to extract the Lexer Adapter API and provide a custom implementation **without** suffering a performance penalty. This should be evaluated...

Hello. If you plan on developing the d.ts definitions APIs as part of this repository. But keep this repository as a vanilla JS project. There is a way to do...

I think that in 6+ months or so all maintained nodejs versions (16+) will support ESM natively.

> Same problem here, i'll just move to yarn again @souzaramon might want to give PNPM a try, as far as I understand it never hoists anything because it utilizes...

Hello @stnmtz The signatures are created from UI5 SDK metadata files (created from UI5 source code) in the UI5 build process. - e.g: https://github.com/SAP/ui5-typescript/blob/master/test-packages/openui5-snapshot-test/input-sdk/sap.m.designtime.api.json This metadata is manually created by...

Hello @stnmtz I agree that producing type signatures that contain compilation errors is a bit strange. But as mentioned earlier the main initial driver for this topic was to support...

@codeworrior I reviewed #217

Looks like it is being automatically converted to an interface and not treated as a namespace, this is probably done as URLHelper is used as a type name somewhere and...