Fixes issue #131, WebInspector CSSMetaData.js does not compile, Undefined label '_33880_402'. do..while look needed a break label for unlabeled break. Added test case to test/transformations |
|
More...
|
about 12 years ago
|
Fixes #130, inspector.js does not load, '}' expected. Uses const key word. Set option traceur.options.blockBinding. Add test to test/transformations/tests.js. |
|
More...
|
about 12 years ago
|
sync to traceur-compiler at 66f40011656da976ed7580ca6b4dd87544cffb93 |
|
More...
|
about 12 years ago
|
Fixes #129, require.js does not run: for-in break fails. BreakStatement/ContinueStatement requires an Identifier |
|
More...
|
about 12 years ago
|
Test case for issue #129, for-in break fails |
|
More...
|
about 12 years ago
|
Fixes #127 require.js does not run: must not evaluate RHS of ?: if false. Add transformConditionalExpression to LinearizeTransformer. Add test to transformations/test.js |
|
More...
|
about 12 years ago
|
Fixes #126, require.js does not run, need to short circuit && and ||. Add _transformShortCircuit to LinearizeTransformer. |
|
More...
|
about 12 years ago
|
Repurpose ifDemo to become unit tests for transformations, starting with issue #126 and #122 |
|
More...
|
about 12 years ago
|
Fixes #125, Support multiple file projects. Refactor FileViewModel and QuerypointPanel to introduce FileChainViewModel and EditorViewModel leveraging ko. Add test case for lastChange Across two files. This version does not support simultaneous file-views |
|
More...
|
about 12 years ago
|
Set .page onto project rather than panel |
|
More...
|
about 12 years ago
|
Remove reload-and-trace option from initial panel for now at least |
|
More...
|
about 12 years ago
|
Fix expected results from two tests |
|
More...
|
about 12 years ago
|
Fix transformation of typeof() operator for KO test case |
|
More...
|
about 12 years ago
|
Fixes #121 Move css rule for .eventIndicator to a seperate file |
|
More...
|
about 12 years ago
|
FIXME, multiple ValueChangeTransformers are being run because something is reseting hasValueChangeTransform |
|
More...
|
about 12 years ago
|
Warn if we have an assignment we cannot trace with lastChange |
|
More...
|
about 12 years ago
|
Wrap comma expr on LHS in paren expression, since var __qp_33 = a, b; is illegal. |
|
More...
|
about 12 years ago
|
Comments added en Log.js and LogScrubber.js |
|
More...
|
about 12 years ago
|
Treat Querypoint.QPPreprocessor.useAsyncPreprocessor as class static rather than member of singleton object |
|
More...
|
about 12 years ago
|
Sync up to changes in traceur Function handling |
|
More...
|
about 12 years ago
|
Fixes #120 Browsing through asynchronous turns |
|
More...
|
about 12 years ago
|
Fixes #120 Browsing through asynchronous turns |
|
More...
|
about 12 years ago
|
sync to traceur compiler |
|
More...
|
about 12 years ago
|
Fixes #119 Asynchronous turns don't have target. |
|
More...
|
about 12 years ago
|
Fixes #118 Asynchronous turns aren't being displayed in scrubber bar |
|
More...
|
about 12 years ago
|
Workaround for Chrome 26 flexbox issues |
|
More...
|
about 12 years ago
|
Add (trival) AllInFileTransformer to mark trees of files being traced; Move the LinearizeTransformer to the beginning of the transformations. Guard the QPTreeWriter tracing with the flag from AllInFileTransformer. Adjust the doNotTrace markers now that Linearize is applied first. Clone the trees before transforming them. Change Linearize to deal with references and ValueChange to not introduce temps. |
|
More...
|
about 12 years ago
|
Fixes #113 Cull the traceview list to the currently-shown load |
|
More...
|
about 12 years ago
|
Complete the conversion to the (synchronous) script preprocessor: Wrap traceur in different function per usrbincc comment on traceur newsgroup; |
|
More...
|
about 12 years ago
|
Added tests and partial fix for issue #70 |
|
More...
|
about 12 years ago
|