Skip to content

Commit 615a6a2

Browse files
author
Hongbo Zhang
committed
bump a new version
1 parent 6e9e64a commit 615a6a2

File tree

382 files changed

+977
-1000
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

382 files changed

+977
-1000
lines changed

docs/Compiler-options.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
BuckleScript inherits the command line arguments of the [OCaml compiler](http://caml.inria.fr/pub/docs/manual-ocaml/comp.html). It also adds several flags:
22

3+
* -bs-files
4+
5+
so that you can do
6+
7+
```bash
8+
bsc -bs-files *.ml *.mli
9+
```
10+
The compiler will sort the order of input files before starting compilation
11+
312
* -bs-module
413

514
Specify the JavaScript module system to use in the generated JavaScript code. Supported values are `commonjs`, `amdjs` and `goog:<namespace>`

0 commit comments

Comments
 (0)