-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #815 from splitio/SDKS-8407_baseline
Large segments support in client-side
- Loading branch information
Showing
111 changed files
with
1,228 additions
and
4,131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,8 +19,8 @@ dump.rdb | |
/stats | ||
|
||
## transpiled code | ||
/lib | ||
/es | ||
/cjs | ||
/esm | ||
/umd | ||
|
||
## TS tests compilated files | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"main": "../lib/factory/browser.js", | ||
"module": "../es/factory/browser.js", | ||
"main": "../cjs/factory/browser.js", | ||
"module": "../esm/factory/browser.js", | ||
"types": "../types/client/index.d.ts" | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.