Hidekatsu Izuno
Hidekatsu Izuno
The current pom.xml has unnecessary dependencies that use for test only. I remove them. - removes dependency for javacc. - marks a test scope to easymock and mockito-core.
Closure-stylesheets lacks some source map options that exists in a latest closure-compiler. For example: --source_map_include_content, --source_map_input, --source_map_location_mapping I implements source_map_include_content option for now. I wish to be implemented other options.
I get a strange behavior when I use a transition in a await block. I write a sample repl script. when you click next button, a inner element increase. [REPL](https://svelte.technology/repl?version=2.9.3&gist=1ef30fd7c1f39b995e2049ef0a233a33)
### Description Vue History State Plugin is usefull for restoring the states when users press "Back" or "Foward". # Features - Restore the last state when going forward or back....