Skip to content

Commit 4ebf547

Browse files
authored
replace monaco editor with compiled version (ritz078#290) (ritz078#291)
* rename exported functions * replace monaco editor with compiled version * fixes * cancel old API requests
1 parent 3b1eb48 commit 4ebf547

77 files changed

Lines changed: 874 additions & 235539 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ dist
66
.DS_Store
77
public/static/monaco/*.worker.js.map
88
.tool-versions
9+
heroku

assets/svgs/Error404.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from "react";
22

3-
export default function() {
3+
export default function Error404() {
44
return (
55
<svg
66
data-name="Layer 1"

assets/svgs/Error500.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from "react";
22

3-
export default function() {
3+
export default function Error500() {
44
return (
55
<svg
66
data-name="Layer 1"

assets/svgs/Npm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from "react";
22

3-
export default function() {
3+
export default function Npm() {
44
return (
55
<svg
66
xmlns="http://www.w3.org/2000/svg"

assets/vendor/babel-plugin-js-to-mobx-state-tree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import isEmpty from "lodash/isEmpty";
66
* @param t
77
* @returns {{visitor: {ArrayExpression: (function(*)), NullLiteral: (function(*)), StringLiteral: (function(*)), NumericLiteral: (function(*)), ArrowFunctionExpression: (function(*)), FunctionExpression: (function(*)), BooleanLiteral: (function(*)), Program: (function(*, *)), ObjectExpression: (function(*))}}}
88
*/
9-
export default function({ types: t }) {
9+
export default function BabelPluginJsToMobxStateTree({ types: t }) {
1010
return {
1111
visitor: {
1212
ArrayExpression(path) {

0 commit comments

Comments
 (0)