Skip to content

Commit fc67447

Browse files
committed
Rename Bs_platform_api binding
1 parent b1f8663 commit fc67447

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

common/CompilerManagerHook.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
The interface is defined with a finite state and action dispatcher.
99
*/
1010

11-
open Bs_platform_api;
11+
open RescriptCompilerApi;
1212

1313
module LoadScript = {
1414
type err;

re_pages/Playground.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ open Util.ReactStuff;
1515
*/
1616

1717
open CompilerManagerHook;
18-
module Api = Bs_platform_api;
18+
module Api = RescriptCompilerApi;
1919

2020
// Used for compressing / decompressing code for url sharing
2121
module LzString = {

0 commit comments

Comments
 (0)