question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support multiple files

See original GitHub issue

It would be amazing if ts2ocaml could support generating bindings for multiple files at once (i.e supporting imports).

This would make creating bindings much more straightforward.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:14 (11 by maintainers)

github_iconTop GitHub Comments

2reactions
cannorincommented, Dec 1, 2021

I think I can close this with #35 and #37.

1reaction
cannorincommented, Nov 24, 2021

I’m working on it in #37

Read more comments on GitHub >

github_iconTop Results From Across the Web

Multiple file selection | Can I use... Support tables for ...
Multiple file selection. - LS. Allows users to select multiple files in the file picker. Usage % of. all users, all tracked, tracked...
Read more >
HTML input multiple Attribute
Note: The multiple attribute works with the following input types: email, and file. Tip: For <input type="file"> : To select multiple files, hold...
Read more >
How to open one or multiple files - web.dev
To open a file, call showOpenFilePicker() , which returns a promise with an array of the picked file or files. If you need...
Read more >
How to select multiple files with <input type="file">?
New answer: In HTML5 you can add the multiple attribute to select more than 1 file. <input type="file" name="filefield" multiple="multiple"> ...
Read more >
How to allow multiple file uploads in HTML forms
In this article, we will learn how to allow multiple files uploads in HTML forms. We use the multiple attributes, to allow multiple...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found