This website requires JavaScript.
Explore
Help
Register
Sign In
balsoft
/
ligo
Watch
1
Star
0
Fork
0
You've already forked ligo
Code
Issues
Pull Requests
Releases
Wiki
Activity
ligo
/
tools
/
webide
/
packages
/
server
/
src
/
schemas
/
share-latest.ts
4 lines
89 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Improving syntax selection UI
2020-02-24 19:29:11 +00:00
import
{
SchemaMigrationV2
}
from
'./share-v2'
;
Import webide into main ligo monorepo When this is merged https://gitlab.com/ligolang/ligo-web-ide/ will be marked as deprecated. This MR does not hook up the webide build to the main CI. The CI integration will come in a subsequent MR for the sake of making review easier.
2020-02-06 19:04:18 -08:00
Improving syntax selection UI
2020-02-24 19:29:11 +00:00
export
default
new
SchemaMigrationV2
(
)
;
Reference in New Issue
Copy Permalink