-
Updated
May 7, 2020 - JavaScript
#
import
Here are 853 public repositories matching this topic...
Import and export tools for elasticsearch
Import arbitrary code from Stack Overflow as Python modules.
-
Updated
Oct 1, 2019 - Python
💆🏻 Frizz free, context-aware, JavaScript modules
javascript
browserify
module-loader
webpack
es6
responsive
amd
requirejs
import
mediaqueries
conditioner
-
Updated
Oct 21, 2019 - JavaScript
A pass extension for importing data from most of the existing password manager.
-
Updated
May 4, 2020 - Python
library for importing functions from dlls in a hidden, reverse engineer unfriendly way
windows
hashing
export
obfuscation
cpp
static-analysis
reverse-engineering
malware
macros
small
import
game-hacking
header-only
compile-time
anti-reversing
getprocaddress
iterates-trough
getmodulehandle
-
Updated
Apr 17, 2020 - C++
garak
opened
Oct 15, 2017
Open
Full phpspec tests
6
themikejr
commented
Jun 14, 2019
Please correct me if I'm wrong, but as far as I can tell, this library does not currently offer the option to allow firestore to generate ID for documents in collection or subcollections, rather the ID has to be specified upfront in the data that is being imported.
If this is currently not supported, I suggest a feature where a token like <docId> can be inserted into JSON that is being import
ESLint plugin to help enforce a configurable order for import statements
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
Apr 21, 2020 - Ruby
CouchDB import tool to allow data to be bulk inserted
-
Updated
Apr 17, 2020 - JavaScript
A library supporting generic Magento 2 import functionality
-
Updated
May 7, 2020 - PHP
Webpack plugin that allows to configure path or URL for fetching dynamic imports
-
Updated
Mar 15, 2020 - JavaScript
Prevent `require` from searching upwards for required modules
-
Updated
May 24, 2018 - JavaScript
Python API to execute shell functions as they would be Python functions
-
Updated
Jul 25, 2019 - Python
-
Updated
May 2, 2019 - Swift
A Xcode Source Editor Extension to sort your header imports and remove duplicates, similar to iSort.
-
Updated
Oct 28, 2016 - Objective-C
Improve this page
Add a description, image, and links to the import topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the import topic, visit your repo's landing page and select "manage topics."
So, apparently we need these helpers (quite like polyfills) to target platforms, which don't have some of the newer features yet (like
async/await). Ok.However, if I target
es2017,es2018(ores2025when it comes),tscwill produce code that doesn't need to rely on these helpers, and there's no need for this lib?Would it make sense to document which helpers are required on whic