summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Marion <trismarion@gmail.com>2018-06-22 15:30:35 +0200
committerRyan Dahl <ry@tinyclouds.org>2018-06-22 15:30:35 +0200
commit3b595253a2e9f8badc416f85d0b09bf48f344634 (patch)
tree85939e43b504cf0ff78f69a1912209e90b67ffe5
parent86354a29a40fb97e334f951428239ab8e171e2dd (diff)
Move `deno2` folder to `src` (#277)
-rw-r--r--.travis.yml4
-rw-r--r--README.md2
-rw-r--r--src/.gclient (renamed from deno2/.gclient)0
-rw-r--r--src/.gitignore (renamed from deno2/.gitignore)0
-rw-r--r--src/.gn (renamed from deno2/.gn)0
-rw-r--r--src/BUILD.gn (renamed from deno2/BUILD.gn)0
l---------src/build (renamed from deno2/build)0
l---------src/build_overrides (renamed from deno2/build_overrides)0
l---------src/buildtools (renamed from deno2/buildtools)0
-rw-r--r--src/deno.cc (renamed from deno2/deno.cc)0
-rw-r--r--src/deno.gni (renamed from deno2/deno.gni)0
-rw-r--r--src/deno_internal.h (renamed from deno2/deno_internal.h)0
-rw-r--r--src/empty.rs (renamed from deno2/empty.rs)0
-rw-r--r--src/file_util.cc (renamed from deno2/file_util.cc)0
-rw-r--r--src/file_util.h (renamed from deno2/file_util.h)0
-rw-r--r--src/file_util_test.cc (renamed from deno2/file_util_test.cc)0
-rw-r--r--src/from_snapshot.cc (renamed from deno2/from_snapshot.cc)0
-rw-r--r--src/include/deno.h (renamed from deno2/include/deno.h)0
-rw-r--r--src/js/deno.d.ts (renamed from deno2/js/deno.d.ts)0
-rw-r--r--src/js/main.ts (renamed from deno2/js/main.ts)0
-rw-r--r--src/js/mock_runtime.js (renamed from deno2/js/mock_runtime.js)0
-rw-r--r--src/js/msg.pb.d.ts (renamed from deno2/js/msg.pb.d.ts)0
-rw-r--r--src/js/msg.pb.js (renamed from deno2/js/msg.pb.js)0
-rw-r--r--src/js/package.json (renamed from deno2/js/package.json)0
-rwxr-xr-xsrc/js/pbjs_hack.py (renamed from deno2/js/pbjs_hack.py)0
-rwxr-xr-xsrc/js/run_node.py (renamed from deno2/js/run_node.py)0
-rw-r--r--src/js/tsconfig.json (renamed from deno2/js/tsconfig.json)0
-rw-r--r--src/js/yarn.lock (renamed from deno2/js/yarn.lock)0
-rw-r--r--src/main.cc (renamed from deno2/main.cc)0
-rw-r--r--src/main.rs (renamed from deno2/main.rs)0
-rw-r--r--src/mock_runtime_test.cc (renamed from deno2/mock_runtime_test.cc)0
-rw-r--r--src/msg.proto (renamed from deno2/msg.proto)0
-rw-r--r--src/snapshot_creator.cc (renamed from deno2/snapshot_creator.cc)0
l---------src/testing (renamed from deno2/testing)0
l---------src/third_party/googletest (renamed from deno2/third_party/googletest)0
l---------src/third_party/jinja2 (renamed from deno2/third_party/jinja2)0
l---------src/third_party/llvm-build (renamed from deno2/third_party/llvm-build)0
l---------src/third_party/markupsafe (renamed from deno2/third_party/markupsafe)0
l---------src/tools/clang (renamed from deno2/tools/clang)0
-rwxr-xr-xsrc/tools/format.sh (renamed from deno2/tools/format.sh)0
-rwxr-xr-xsrc/tools/lint.sh (renamed from deno2/tools/lint.sh)0
41 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 0f9b33e67..8a9d35cde 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ branches:
cache:
ccache: true
directories:
- - deno2/js/node_modules/
+ - src/js/node_modules/
- $DEPOT_TOOLS_PATH
- $BUILD_PATH
env:
@@ -19,7 +19,7 @@ before_install: |
fi
install:
- export PATH=$PATH:$DEPOT_TOOLS_PATH
- - cd deno2
+ - cd src
# Sync dependencies.
# TODO(ry) These sync steps are very terrible and only here temporarily.
# A single deno_deps git submodule should be created which contains V8,
diff --git a/README.md b/README.md
index f56f15c1f..6206b0f48 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,7 @@ includes submitting trivial PRs (like improving README build instructions).
First install the javascript deps.
- cd deno2
+ cd src
cd js; yarn install
diff --git a/deno2/.gclient b/src/.gclient
index ec0dd52e5..ec0dd52e5 100644
--- a/deno2/.gclient
+++ b/src/.gclient
diff --git a/deno2/.gitignore b/src/.gitignore
index 5b720fd15..5b720fd15 100644
--- a/deno2/.gitignore
+++ b/src/.gitignore
diff --git a/deno2/.gn b/src/.gn
index 1fd465e5c..1fd465e5c 100644
--- a/deno2/.gn
+++ b/src/.gn
diff --git a/deno2/BUILD.gn b/src/BUILD.gn
index 7693d4c27..7693d4c27 100644
--- a/deno2/BUILD.gn
+++ b/src/BUILD.gn
diff --git a/deno2/build b/src/build
index 3a238b508..3a238b508 120000
--- a/deno2/build
+++ b/src/build
diff --git a/deno2/build_overrides b/src/build_overrides
index 06eeb9d4c..06eeb9d4c 120000
--- a/deno2/build_overrides
+++ b/src/build_overrides
diff --git a/deno2/buildtools b/src/buildtools
index c5b1c451c..c5b1c451c 120000
--- a/deno2/buildtools
+++ b/src/buildtools
diff --git a/deno2/deno.cc b/src/deno.cc
index 0ebdf380c..0ebdf380c 100644
--- a/deno2/deno.cc
+++ b/src/deno.cc
diff --git a/deno2/deno.gni b/src/deno.gni
index 66deaa96c..66deaa96c 100644
--- a/deno2/deno.gni
+++ b/src/deno.gni
diff --git a/deno2/deno_internal.h b/src/deno_internal.h
index e0a4c34a4..e0a4c34a4 100644
--- a/deno2/deno_internal.h
+++ b/src/deno_internal.h
diff --git a/deno2/empty.rs b/src/empty.rs
index 8b1378917..8b1378917 100644
--- a/deno2/empty.rs
+++ b/src/empty.rs
diff --git a/deno2/file_util.cc b/src/file_util.cc
index 20711bae7..20711bae7 100644
--- a/deno2/file_util.cc
+++ b/src/file_util.cc
diff --git a/deno2/file_util.h b/src/file_util.h
index 87e39299d..87e39299d 100644
--- a/deno2/file_util.h
+++ b/src/file_util.h
diff --git a/deno2/file_util_test.cc b/src/file_util_test.cc
index 3b1c3e239..3b1c3e239 100644
--- a/deno2/file_util_test.cc
+++ b/src/file_util_test.cc
diff --git a/deno2/from_snapshot.cc b/src/from_snapshot.cc
index 97d5885a9..97d5885a9 100644
--- a/deno2/from_snapshot.cc
+++ b/src/from_snapshot.cc
diff --git a/deno2/include/deno.h b/src/include/deno.h
index 6246d1d23..6246d1d23 100644
--- a/deno2/include/deno.h
+++ b/src/include/deno.h
diff --git a/deno2/js/deno.d.ts b/src/js/deno.d.ts
index 4f8a7bc3d..4f8a7bc3d 100644
--- a/deno2/js/deno.d.ts
+++ b/src/js/deno.d.ts
diff --git a/deno2/js/main.ts b/src/js/main.ts
index d2d61f419..d2d61f419 100644
--- a/deno2/js/main.ts
+++ b/src/js/main.ts
diff --git a/deno2/js/mock_runtime.js b/src/js/mock_runtime.js
index 1e7a6afe2..1e7a6afe2 100644
--- a/deno2/js/mock_runtime.js
+++ b/src/js/mock_runtime.js
diff --git a/deno2/js/msg.pb.d.ts b/src/js/msg.pb.d.ts
index 1bfb94f38..1bfb94f38 100644
--- a/deno2/js/msg.pb.d.ts
+++ b/src/js/msg.pb.d.ts
diff --git a/deno2/js/msg.pb.js b/src/js/msg.pb.js
index 6cfd473ba..6cfd473ba 100644
--- a/deno2/js/msg.pb.js
+++ b/src/js/msg.pb.js
diff --git a/deno2/js/package.json b/src/js/package.json
index 60199e609..60199e609 100644
--- a/deno2/js/package.json
+++ b/src/js/package.json
diff --git a/deno2/js/pbjs_hack.py b/src/js/pbjs_hack.py
index e0e1ab06f..e0e1ab06f 100755
--- a/deno2/js/pbjs_hack.py
+++ b/src/js/pbjs_hack.py
diff --git a/deno2/js/run_node.py b/src/js/run_node.py
index 1a69dc502..1a69dc502 100755
--- a/deno2/js/run_node.py
+++ b/src/js/run_node.py
diff --git a/deno2/js/tsconfig.json b/src/js/tsconfig.json
index e9d42d62d..e9d42d62d 100644
--- a/deno2/js/tsconfig.json
+++ b/src/js/tsconfig.json
diff --git a/deno2/js/yarn.lock b/src/js/yarn.lock
index 412b8c005..412b8c005 100644
--- a/deno2/js/yarn.lock
+++ b/src/js/yarn.lock
diff --git a/deno2/main.cc b/src/main.cc
index 2a10b8820..2a10b8820 100644
--- a/deno2/main.cc
+++ b/src/main.cc
diff --git a/deno2/main.rs b/src/main.rs
index 2ba31a16c..2ba31a16c 100644
--- a/deno2/main.rs
+++ b/src/main.rs
diff --git a/deno2/mock_runtime_test.cc b/src/mock_runtime_test.cc
index 5f44902ad..5f44902ad 100644
--- a/deno2/mock_runtime_test.cc
+++ b/src/mock_runtime_test.cc
diff --git a/deno2/msg.proto b/src/msg.proto
index 6c4d1f9e1..6c4d1f9e1 100644
--- a/deno2/msg.proto
+++ b/src/msg.proto
diff --git a/deno2/snapshot_creator.cc b/src/snapshot_creator.cc
index b822abd6e..b822abd6e 100644
--- a/deno2/snapshot_creator.cc
+++ b/src/snapshot_creator.cc
diff --git a/deno2/testing b/src/testing
index ed34f4824..ed34f4824 120000
--- a/deno2/testing
+++ b/src/testing
diff --git a/deno2/third_party/googletest b/src/third_party/googletest
index 21e82410c..21e82410c 120000
--- a/deno2/third_party/googletest
+++ b/src/third_party/googletest
diff --git a/deno2/third_party/jinja2 b/src/third_party/jinja2
index 36528ba75..36528ba75 120000
--- a/deno2/third_party/jinja2
+++ b/src/third_party/jinja2
diff --git a/deno2/third_party/llvm-build b/src/third_party/llvm-build
index 7aebd3382..7aebd3382 120000
--- a/deno2/third_party/llvm-build
+++ b/src/third_party/llvm-build
diff --git a/deno2/third_party/markupsafe b/src/third_party/markupsafe
index b0960604b..b0960604b 120000
--- a/deno2/third_party/markupsafe
+++ b/src/third_party/markupsafe
diff --git a/deno2/tools/clang b/src/tools/clang
index 7f66b6537..7f66b6537 120000
--- a/deno2/tools/clang
+++ b/src/tools/clang
diff --git a/deno2/tools/format.sh b/src/tools/format.sh
index 59f8d1be0..59f8d1be0 100755
--- a/deno2/tools/format.sh
+++ b/src/tools/format.sh
diff --git a/deno2/tools/lint.sh b/src/tools/lint.sh
index 64a452f0a..64a452f0a 100755
--- a/deno2/tools/lint.sh
+++ b/src/tools/lint.sh