use directories for structure

This commit is contained in:
s2
2020-05-26 10:37:57 +02:00
parent 66580d4847
commit ae4aaf2668
1287 changed files with 92093 additions and 13113 deletions

28
node_modules/acorn-dynamic-import/CHANGELOG.md generated vendored Normal file
View File

@@ -0,0 +1,28 @@
# 4.0.0
- Updating to Acorn 6.
# 3.0.0
- Adding acorn walk support.
- Bump acorn version.
# 2.0.2
- Fixing parsing of `yield import()`.
# 2.0.1
- Removing unnecessary `in-publish` dependency.
# 2.0.0
- Updating acorn version to >= 4.
# 1.0.1
- Fixes for publishing the module.
# 1.0.0
- Initial release of plugin.