You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the only way to make the ES check is to use the command line.
This proposal is to also have the possibility to consume it from without node (as a function) - without spawning a child process to execute the command.
Why Is This Update Needed?
Many FE build tools are written in Node, and having an API to do the ES check would be great. It would be faster than spawning a process, error handling could be fine-tuned.
This is seen in many places - i.e: webpack or babel do it.
Feasibility
Looking at the main file, it should be easy to split it in 2 (the command line part and the actual processing)
I'll be happy to open a PR if the proposal gets a go-ahead
Are There Examples Of This Requested Update Elsewhere?
Read about references issues here. Provide paragraph text responses to each header.
The text was updated successfully, but these errors were encountered:
Requested Update
Right now the only way to make the ES check is to use the command line.
This proposal is to also have the possibility to consume it from without node (as a function) - without spawning a child process to execute the command.
Why Is This Update Needed?
Many FE build tools are written in Node, and having an API to do the ES check would be great. It would be faster than spawning a process, error handling could be fine-tuned.
This is seen in many places - i.e: webpack or babel do it.
Feasibility
Looking at the main file, it should be easy to split it in 2 (the command line part and the actual processing)
I'll be happy to open a PR if the proposal gets a go-ahead
Are There Examples Of This Requested Update Elsewhere?
The text was updated successfully, but these errors were encountered: