C
C
crazyjs2015-03-26 19:50:37
JavaScript
crazyjs, 2015-03-26 19:50:37

What is this project going through?

I saw this entry in the start file of the framework:
(The file itself also has the .js extension)
What is such a project going to do?

import "start";
import "compat/";

import "arrays/";
import "behavior/";
import "color/";
import "core/";
import "dsv/";
import "event/";
import "format/";
import "geo/";
import "geom/";
import "interpolate/";
import "layout/";
import "math/";
import "scale/";
import "selection/";
import "svg/";
import "time/";
import "transition/";
import "xhr/";

import "end";

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey, 2015-03-26
@crazyjs

You can compile into one file using es6-module-transpiler

M
Maxim, 2015-03-26
@Qumbeez

Nothing. In this case, import in JS is like import in CSS. Import module content, without any bindings. https://developer.mozilla.org/en/docs/Web/JavaScript...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question