File tree Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ### Added
6
+
7
+ - Add ` v8-compile-cache ` to make faster startup ([ #139 ] ( https://github.com/marp-team/marp-cli/pull/139 ) )
8
+
5
9
## v0.13.0 - 2019-08-23
6
10
7
11
### Fixed
Original file line number Diff line number Diff line change 2
2
3
3
'use strict'
4
4
5
+ require ( 'v8-compile-cache' )
5
6
require ( './lib/marp-cli.js' )
6
7
. default ( process . argv . slice ( 2 ) )
7
8
. then ( exitCode => process . on ( 'exit' , ( ) => process . exit ( exitCode ) ) )
Original file line number Diff line number Diff line change 142
142
"serve-index" : " ^1.9.1" ,
143
143
"strip-ansi" : " ^5.2.0" ,
144
144
"tmp" : " ^0.1.0" ,
145
+ "v8-compile-cache" : " ^2.1.0" ,
145
146
"wrap-ansi" : " ^6.0.0" ,
146
147
"ws" : " ^7.1.2" ,
147
148
"yargs" : " ^14.0.0"
Original file line number Diff line number Diff line change @@ -7852,6 +7852,11 @@ uuid@^3.3.2:
7852
7852
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866"
7853
7853
integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==
7854
7854
7855
+ v8-compile-cache@^2.1.0 :
7856
+ version "2.1.0"
7857
+ resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz#e14de37b31a6d194f5690d67efc4e7f6fc6ab30e"
7858
+ integrity sha512-usZBT3PW+LOjM25wbqIlZwPeJV+3OSz3M1k1Ws8snlW39dZyYL9lOGC5FgPVHfk0jKmjiDV8Z0mIbVQPiwFs7g==
7859
+
7855
7860
validate-npm-package-license@^3.0.1 :
7856
7861
version "3.0.4"
7857
7862
resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"
You can’t perform that action at this time.
0 commit comments