Giter VIP home page Giter VIP logo

online-editor's People

Contributors

ft-blue avatar nouzbe avatar stephanoumenos avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

stephanoumenos

online-editor's Issues

Benchmark parsing libraries

Ultimately, we need to make parse accept a string representing TypeScript code and return the corresponding abstract syntax tree.

There are several parsing solutions. See https://www.npmtrends.com/nearley-vs-jison-vs-acorn-vs-esprima.
Of course, there is also the option of writing one.

Let's explore these options and use this GitHub issue as a thread to discuss their pros and cons, given the timeframe and that our main goal here is to learn.

Reverse engineer Monaco editor

Ultimately, we will transform App.tsx to make it become an editor where the user can write TypeScript code and benefit from (at least) syntax highlighting and autocompletion.

The first step is to understand how an editor chooses to display what it displays, given an abstract syntax tree. This can be done by reverse engineering Monaco Editor (VS Code's editor). A very first step can be to go through Help>Toggle developer tool directly in VS Code in order to inspect the editor's DOM and see how it seems to be linked to the code you wrote in it. An optional, more advanced step would be to clone it (https://github.com/microsoft/vscode), start it up in dev mode and try to debug it.

Let's use this GitHub issue as a thread to discuss our findings. Once we have a good picture, we will be able to start coding.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.