Skip to content

Commit

Permalink
Improved docs + example for custom JSON parsing for bigint/numeric
Browse files Browse the repository at this point in the history
  • Loading branch information
jawj committed Nov 27, 2023
1 parent ea2d469 commit 45b2937
Show file tree
Hide file tree
Showing 216 changed files with 45,449 additions and 5,435 deletions.
4 changes: 3 additions & 1 deletion docs/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,10 @@ document.addEventListener('click', function (e) {

tsDefs.setCompilerOptions({
strict: true,
target: ts.ScriptTarget.ES2017,
target: ts.ScriptTarget.ES2020,
module: ts.ModuleKind.ESNext,
allowSyntheticDefaultImports: true,
esModuleInterop: true,
});
for (var file in zapatosBundle) tsDefs.addExtraLib(zapatosBundle[file], `file:///${file}`);

Expand Down
323 changes: 205 additions & 118 deletions docs/index.html

Large diffs are not rendered by default.

Binary file not shown.
22 changes: 22 additions & 0 deletions docs/monaco/base/worker/workerMain.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions docs/monaco/basic-languages/abap/abap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions docs/monaco/basic-languages/apex/apex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 45b2937

Please sign in to comment.