Skip to content

Commit

Permalink
refactor(monorepo): editor-input (#2313)
Browse files Browse the repository at this point in the history
Like #2312 , this brings in the editor-input project to Onivim proper - I believe these are the last two dependencies needed to let us bring editor-core-types into the project.
  • Loading branch information
bryphe authored Aug 18, 2020
1 parent d56e1f6 commit 7eece8f
Show file tree
Hide file tree
Showing 24 changed files with 1,796 additions and 79 deletions.
20 changes: 1 addition & 19 deletions bench.esy.lock/index.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 1 addition & 19 deletions esy.lock/index.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 1 addition & 19 deletions integrationtest.esy.lock/index.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@
"@reason-native-web/esy-openssl": "*",
"axios": "^0.19.0",
"editor-core-types": "*",
"editor-input": "*",
"esy-angle-prebuilt": "^1.0.0",
"esy-macdylibbundler": "*",
"esy-oniguruma": "onivim/esy-oniguruma#4698ce4",
Expand Down
2 changes: 1 addition & 1 deletion src/Input/dune
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
(libraries
str
bigarray
editor-input
reason-sdl2
Revery.zed
lwt
lwt.unix
Oni2.core
Oni2.core.whenExpr
Oni2.editor-input
Rench
Revery
)
Expand Down
2 changes: 1 addition & 1 deletion src/Store/dune
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
yojson
ppx_deriving.runtime
ppx_deriving_yojson.runtime
editor-input
Oni2.core
Oni2.core.whenExpr
Oni2.editor-input
Oni2.model
Oni2.input
Oni2.syntax_client
Expand Down
Loading

0 comments on commit 7eece8f

Please sign in to comment.