Coder Social home page Coder Social logo

小型的编译器

v1期望完成

const a = item => console.log('123');

转化为:

var a = function(item) {
    console.log('123');
}

v1 done

  • 整个流程串起来了
  • 这只是个开始

jianleiHuang's Projects

adaptivecards icon adaptivecards

A new way for developers to exchange card content in a common and consistent way.

angular-styleguide icon angular-styleguide

Angular Style Guide: A starting point for Angular development teams to provide consistency through good practices.

async icon async

Async utilities for node and the browser

awesome-angular2 icon awesome-angular2

:page_facing_up: A curated list of awesome Angular 2 and Angular 4 resources by @AngularClass

awesome-react-native icon awesome-react-native

An "awesome" type curated list of React Native components, news, tools, and learning material

babel-handbook icon babel-handbook

:blue_book: A guided handbook on how to use Babel and how to create plugins for Babel.

babylon icon babylon

PSA: this repo has been moved into babel/babel -->

basedo icon basedo

数据层解决方案,基于 redux 和 redux-obserable

bootstrap icon bootstrap

The most popular front-end framework for developing responsive, mobile first projects on the web.

chai icon chai

BDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework.

d3 icon d3

A JavaScript visualization library for HTML and SVG.

ds icon ds

IPC based on domain socket

dva icon dva

🚀 Front-end framework based on react, redux, react-redux, react-router and redux-saga, inspired by elm and choo.

es6tutorial icon es6tutorial

《ECMAScript 6入门》是一本开源的JavaScript语言教程,全面介绍ECMAScript 6新增的语法特性。

eventproxy icon eventproxy

An implementation of task/event based asynchronous pattern.

f8app icon f8app

Source code of the official F8 app of 2016, powered by React Native and other Facebook open source projects.

fks icon fks

前端技能汇总 Frontend Knowledge Structure

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.