function jspretty__tokenize() { var depthlist = [ ["global", 0] ], pdepth = [], // identify variable declarations vart = { count: [], index: [], len : -1 }, car = { honda : "white", kia : "green", toyota: "blue" }, error = [ message, token[g] + error[1] ], longarr = [1, 2, 3, 4, 5, 6, 7, 8, 9]; class ({cat : "meow", dogggy : "bark"}); return {cat: "meow", dogggy: "bark"}; return { cat: "meow", dog: ["bark", "growl"] }; foo({a: "a", b: "b", c: "c"}); foo(t, ["a", "b", "c"]); foo(t, { a: "a", b: "b", c: "c" }); import React, {PropTypes} from 'react'; import {Bar, Foo} from 'FooBar'; import ("a", "b", "c") from "wherever"; import ({a: "a", b: "b", c: "c"}) from "wherever"; import (["a", "b", "c"]) from "wherever"; const {DefaultRoute, Redirect, Route} = Router; class App extends Component { render() { return (
Hello World
); } } };