dependabot[bot] 2a4d7851ef Bump pathval from 1.1.0 to 1.1.1 in /test/monaco (#227783) hai 2 semanas
..
dist 4e0de3a8f4 Move workbench workers off EditorWorker (#225796) hai 1 mes
esm-check 5e92794be6 Re-enable running our eslint rules using ts-node (#159495) %!s(int64=2) %!d(string=hai) anos
.gitignore bd369c638e Add check that the editor's ESM JS files can be loaded in a browser %!s(int64=2) %!d(string=hai) anos
.mocharc.json 9945754a62 Add editor smoke test (ported from `monaco-editor`) %!s(int64=3) %!d(string=hai) anos
README.md b5a6aa14a8 feat: switch to npm as default package manager (#226927) hai 2 semanas
core.js cab9713422 Fixes #141994: Address eslint problems %!s(int64=2) %!d(string=hai) anos
monaco.test.ts 4e0de3a8f4 Move workbench workers off EditorWorker (#225796) hai 1 mes
package-lock.json 2a4d7851ef Bump pathval from 1.1.0 to 1.1.1 in /test/monaco (#227783) hai 2 semanas
package.json bd369c638e Add check that the editor's ESM JS files can be loaded in a browser %!s(int64=2) %!d(string=hai) anos
runner.js cab9713422 Fixes #141994: Address eslint problems %!s(int64=2) %!d(string=hai) anos
tsconfig.json 84607a2fe2 Fix some always true/false errors in codebase (#223359) hai 1 mes
webpack.config.js e2670a457f Fixes "_b is not defined" error hai 10 meses

README.md

Monaco Editor Test

This directory contains scripts that are used to smoke test the Monaco Editor distribution.

Setup & Bundle

$test/monaco> npm i $test/monaco> npm run bundle

Compile and run tests

$test/monaco> npm run compile $test/monaco> npm run test