Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
1
third-party/vendor/swc_ecma_loader/tests/hoisting/node_modules/jquery/index.js
generated
vendored
Normal file
1
third-party/vendor/swc_ecma_loader/tests/hoisting/node_modules/jquery/index.js
generated
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
console.log("hello world!");
|
||||
4
third-party/vendor/swc_ecma_loader/tests/hoisting/node_modules/jquery/package.json
generated
vendored
Normal file
4
third-party/vendor/swc_ecma_loader/tests/hoisting/node_modules/jquery/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"name": "jquery",
|
||||
"main": "index.js"
|
||||
}
|
||||
0
third-party/vendor/swc_ecma_loader/tests/hoisting/packages/app/file.js
vendored
Normal file
0
third-party/vendor/swc_ecma_loader/tests/hoisting/packages/app/file.js
vendored
Normal file
1
third-party/vendor/swc_ecma_loader/tests/hoisting/packages/app/node_modules/example/index.js
generated
vendored
Normal file
1
third-party/vendor/swc_ecma_loader/tests/hoisting/packages/app/node_modules/example/index.js
generated
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
console.log("hello world!");
|
||||
4
third-party/vendor/swc_ecma_loader/tests/hoisting/packages/app/node_modules/example/package.json
generated
vendored
Normal file
4
third-party/vendor/swc_ecma_loader/tests/hoisting/packages/app/node_modules/example/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"name": "example",
|
||||
"main": "index.js"
|
||||
}
|
||||
4
third-party/vendor/swc_ecma_loader/tests/hoisting/packages/app/package.json
vendored
Normal file
4
third-party/vendor/swc_ecma_loader/tests/hoisting/packages/app/package.json
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"name": "app",
|
||||
"main": "file.js"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue