-
Updated
Jul 8, 2020 - JavaScript
#
import
Here are 880 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
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
Jun 24, 2020 - C++
A pass extension for importing data from most of the existing password manager.
importer
password-manager
password
import
pass
password-store
pass-extension
keepass-importer
pimport
-
Updated
Jul 9, 2020 - Python
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
garak
opened
Oct 15, 2017
Open
Full phpspec tests
6
ESLint plugin to help enforce a configurable order for import statements
-
Updated
Jul 10, 2020 - JavaScript
-
Updated
Apr 21, 2020 - Ruby
CouchDB import tool to allow data to be bulk inserted
-
Updated
May 19, 2020 - JavaScript
This is a library that provides generic functionalities for the implementation of imports. In addition to maximum performance and optimized memory consumption, Pacemaker can also be used to implement imports in distributed scenarios that place the highest demands on speed and stability.
-
Updated
Jul 2, 2020 - PHP
Webpack plugin that allows to configure path or URL for fetching dynamic imports
-
Updated
Jun 6, 2020 - JavaScript
JSON to DataSet and DataSet to JSON converter
export
delphi
converter
json
dataset
import
nested
serialize
json-array
dataset-serialize
child-dataset
tojsonobject
-
Updated
Jul 9, 2020 - Pascal
This tool helps users to import contributions to GitHub from private git repositories, or from public repositories that are not hosted in GitHub.
github
contributions
gitlab
statistics
bitbucket
import
contributions-discover
contributions-calendar
private-repository
-
Updated
Aug 14, 2019 - Python
Prevent `require` from searching upwards for required modules
-
Updated
May 24, 2018 - JavaScript
-
Updated
May 2, 2019 - Swift
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