Skip to content

Commit cba4e44

Browse files
authored
Monaco & Themes (codesandbox#647)
* Monaco v11 * tokenize * Add more themes * Hi (codesandbox#952) <!-- Please make sure you are familiar with and follow the instructions in the contributing guidelines (found in the CONTRIBUTING.md file). Please fill out the information below to expedite the review and (hopefully) merge of your pull request! --> <!-- Is it a Bug fix, feature, docs update, ... --> **What kind of change does this PR introduce?** <!-- You can also link to an open issue here --> **What is the current behavior?** <!-- if this is a feature change --> **What is the new behavior?** <!-- Have you done all of these things? --> **Checklist**: <!-- add "N/A" to the end of each line that's irrelevant to your changes --> <!-- to check an item, place an "x" in the box like so: "- [x] Documentation" --> - [ ] Documentation - [ ] Tests - [ ] Ready to be merged <!-- In your opinion, is this ready to be merged as soon as it's reviewed? --> - [ ] Added myself to contributors table <!-- this is optional, see the contributing guidelines for instructions --> <!-- feel free to add additional comments --> <!-- Thank you for contributing! --> * Progress * Push! * Fixes * Fix referencing * Fix * Revert 2 files * Console log cleanup * More stuff * Fix Lint * Fix another lint * Huh * Add monaco editor * Finally fix LRU cache problem * Add comment * Fix loading other modes than javascript * Theme picker and fixes * Add more info * fix lint * Fix codesandbox colors * Fix CodeSandbox theme * More * Fix * Add stuff * Add notification for theming * Remove unused import * Fix reopening modules fast * Remove log statement * Fix code changing in the background for Monaco * Make doc swapping async * Make pendingOperation multiplied * Fix lint bug * Fix more lints * Fixes * Fix live * Fix lint * Fix live module async switching * Fix switching * Fix value checks * Force CircleCI * Show error frames for syntax errors * Fix editor states * Always include the commonjs babel plugin * Fix save all modules prettify in live * Fix transform sending * Don't allow editor changes to be sent * Support hc themes * Add HC theme as default * Host dank ourselves
1 parent 9cda4b3 commit cba4e44

File tree

1,921 files changed

+1340221
-1168
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,921 files changed

+1340221
-1168
lines changed

packages/app/config/babel.dev.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
'env',
1111
{
1212
targets: {
13-
ie: 11,
13+
chrome: 67,
1414
// We currently minify with uglify
1515
// Remove after https://github.com/mishoo/UglifyJS2/issues/448
1616
uglify: true,
@@ -24,7 +24,6 @@ module.exports = {
2424
'react',
2525
],
2626
plugins: [
27-
require.resolve('babel-plugin-transform-async-to-generator'),
2827
require.resolve('babel-plugin-transform-object-rest-spread'),
2928
require.resolve('babel-plugin-transform-class-properties'),
3029
require.resolve('babel-plugin-transform-runtime'),

0 commit comments

Comments
 (0)