Overview
| features | npm | yarn |
|---|---|---|
| lock file | package-lock.json | yarn.lock |
| using workspaces | supported | supported |
| Full list of countries with official state name, aplha-2 and aplha-3 code, and ccTLD. |
| let regex = `import | |
| (?: | |
| ["'\s]* | |
| ([\w*{}\n, ]+) | |
| from\s* | |
| )? | |
| ["'\s]* | |
| ([@\w/_-]+) | |
| ["'\s]* | |
| ;? |
To remove a submodule you need to:
| // It's known that I need arg1, arg2, arg3 | |
| function myThing(arg1, arg2, arg2) { | |
| return arg1 + arg2 + arg3; | |
| } | |
| registerWithInjector(myThing); |
| #include "main.h" | |
| int main(int argc, char** argv) | |
| { | |
| QApplication app(argc, argv); | |
| MyTreeWidget w; | |
| w.show(); |