Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
fix component and page bugs and update login fix conversion issues be…
Browse files Browse the repository at this point in the history
…tween camecase and kebalcase in resources
  • Loading branch information
joshuamshana committed Mar 2, 2021
1 parent 546cb1e commit 6120f07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions functions/components/code-editor.component.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ export const codeEditorComponent = function (id, codes, language = 'typescript',
allowNonTsExtensions: true
});
const libSource = '';
const libUri = 'ts:filename/facts.d.ts';
const libSource = "";
const libUri = 'ts:filename/bfast.d.ts';
monaco.languages.typescript.javascriptDefaults.addExtraLib(libSource, libUri);
// When resolving definitions and references, the editor will try to use created models.
// Creating a model for the library allows "peek definition/references" commands to work with the library.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

0 comments on commit 6120f07

Please sign in to comment.