jsinterface

Results 8 issues of jsinterface

I've managed to revive this switching to node V8 and editing the used socket.io version to require the EventEmitter (although i was looking for another extension i used 2 years...

The documentation talks about a doc.addSvg function in modules/svg.js: https://artskydj.github.io/jsPDF/docs/module-svg.html#~addSvg Using version 2.5.1, it's not present. What is the reason behind that, and how to insert an SVG without painting...

In a loader module I'm handling sources with omitted `type` import attribute on JSON imports, by assigning `context.importAttributes.type` in the load hook, while caching the outputs. When the attributes are...

esm
loaders

I've been quite lost for a few days not knowing where a SyntaxError was coming from in a module's import graph, as I'm compiling typescript imports by returning {source:output,shortCircuit:true,format:"module"} from...

trying to test this in a graphically rather limited wayland environment (chrome os), and i worked through a few errors to satisfy the gui dependencies, but libadwaita being a more...

enhancement

back with another case study: parsed file: https://github.com/socketio/socket.io/blob/main/lib/socket.ts#L98 ```js /* The handshake details */ export interface Handshake { /* The headers sent as part of the handshake */ headers: IncomingHttpHeaders;...

Shouldn't this condition be a negation? https://github.com/TyrealHu/acorn-typescript/blob/8956dc50370c7ee2ea97a3c903611079192b28d5/src/index.ts#L3938 detected in parsing file: https://github.com/socketio/socket.io-adapter/blob/28f60b880ad04ff4b48ade0cd529f1970643604f/lib/index.ts#L438 error: ``` Failed to patriate typescript "file:///mnt/chromeos/GoogleDrive/MyDrive/blik/rauch_2014_socketio_adapter/0/lib/index.ts" due to SyntaxError: This member cannot have an 'override' modifier because...

I'm trying to build React packages from source, by passing "packages/react/src/React.js" as the entry point to Rollup and transpiling the modules to ESM with flow-parser. Several modules in the `react`...

Status: Unconfirmed