Code Monkey home page Code Monkey logo

sc-debugger's People

Contributors

cyrusfirheir avatar

Stargazers

 avatar  avatar

Watchers

 avatar

sc-debugger's Issues

good theme and styling

Hello, can you please tell me what game or the url for this ? i love the theme and styling
68747470733a2f2f696d6775722e636f6d2f51427a755669552e706e67
and this
68747470733a2f2f696d6775722e636f6d2f5854374b4e41612e706e67

and if still in development, can i ask the source please? no logic is fine, just want the theme and styling. thx before

Display of non-identifier property names

Property names that are not valid identifiers are currently displayed via the dot notation, when they really should be using the square bracket notation. That should probably be checked for and handled if you want the display to mimic actual usage in TwineScript/JavaScript.

For example, the following sets up an object whose property names are not valid identifiers—not an exhaustive example—and would thus require the use of the square bracket notation in actual usage:

<<set $foo to {
	'a property'   : 1,
	'a "property"' : 2,
	"a 'property'" : 3,
	"a #property"  : 4
}>>

Currently display in dot notation:

$foo.a property
$foo.a "property"
$foo.a 'property'
$foo.a #property

When square bracket notation would be more appropriate:

$foo.["a property"]
$foo.["a \"property\""]
$foo.["a 'property'"]
$foo.["a #property"]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.