You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ JS testing framework, etc.
33
33
npm install
34
34
```
35
35
36
-
### Editor support
36
+
### Editor support for developing this project
37
37
38
38
Use this deprecated [VSCode extension](https://marketplace.visualstudio.com/items?itemName=hackwaly.ocaml).
39
39
The extension requires using an opam switch for ocaml 4.02.3, where `merlin` and `ocp-indent` are installed.
@@ -259,7 +259,7 @@ As soon as the bundle is loaded, you will get access to following functions (as
259
259
-`compile_super_errors(code: string)`: Compiles given code and outputs `super_errors` related messages on `console.error`
260
260
-`compile_super_errors_ppx_v2(code: string)`: Compiles given code with the React v2 syntax
261
261
-`compile_super_errors_ppx_v3(code: string)`: Compiles given code with the React v3 syntax
262
-
-`load_module(cmi_path: string, cmi_content: string, cmj_name: string, cmj_content: string)`: Loads a module into the compiler (see notes on `cmj` / `cmi` below)
262
+
-`load_module(cmi_path: string, cmi_content: string, cmj_name: string, cmj_content: string)`: Loads a module into the compiler (see notes on `cmj` / `cmi` below)
263
263
264
264
For each compile every successful operation will return `{js_code: string}`.
265
265
On compile errors, the returned object will be `{js_error_msg: string}`.
@@ -372,7 +372,7 @@ version.
372
372
373
373
## Contributing to the Documentation
374
374
375
-
See https://github.com/BuckleScript/bucklescript.github.io
375
+
See https://github.com/reason-association/reasonml.org/
376
376
377
377
## Contributing to the API Reference
378
378
@@ -417,11 +417,6 @@ First it will try to generate `bin/config_whole_compiler.ml` based on existing
417
417
OCaml installation, if it fails, it will try to invoke `node scripts/buildocaml.js` to
418
418
install an OCaml compiler from scratch, and retry again.
419
419
420
-
### Publish Process
421
-
422
-
- Run `make force-snapshotml`
423
-
- Bump the compiler version
424
-
425
420
## Code structure
426
421
427
422
The highlevel architecture is illustrated as below:
0 commit comments