File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
- <!--
2
- # This file is automatically generated by the `jsarch`
3
- # module. Do not change it elsewhere, changes would
4
- # be overriden.
5
- -->
1
+ [ // ] : # ( )
2
+ [ // ] : # ( This file is automatically generated by the `jsarch` )
3
+ [ // ] : # ( module. Do not change it elsewhere, changes would )
4
+ [ // ] : # ( be overriden. )
5
+ [ // ] : # ( )
6
6
# Architecture Notes
7
7
8
8
Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ types.finalize();
32
32
const ARCHITECTURE_NOTE_REGEXP = / ^ \s * A r c h i t e c t u r e N o t e # ( (?: \d + (?: \. (? = \d ) | ) ) { 1 , 8 } ) : \s + ( [ ^ \r \n $ ] * ) / ;
33
33
const SHEBANG_REGEXP = / # ! ( \/ \w + ) + n o d e / ;
34
34
const EOL_REGEXP = / \n / g;
35
- const JSARCH_PREFIX = `<!--
36
- # This file is automatically generated by the \`jsarch\`
37
- # module. Do not change it elsewhere, changes would
38
- # be overriden.
39
- -->
35
+ const JSARCH_PREFIX = `[//]: # ( )
36
+ [//]: # ( This file is automatically generated by the \`jsarch\`)
37
+ [//]: # ( module. Do not change it elsewhere, changes would)
38
+ [//]: # ( be overriden.)
39
+ [//]: # ( )
40
40
` ;
41
41
42
42
/* Architecture Note #1.3: Title level
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ const assert = require('assert');
4
4
const sinon = require ( 'sinon' ) ;
5
5
const Knifecycle = require ( 'knifecycle' ) . default ;
6
6
const initJSArch = require ( './jsarch' ) ;
7
- const JSARCH_PREFIX = `<!--
8
- # This file is automatically generated by the \`jsarch\`
9
- # module. Do not change it elsewhere, changes would
10
- # be overriden.
11
- -->
7
+ const JSARCH_PREFIX = `[//]: # ( )
8
+ [//]: # ( This file is automatically generated by the \`jsarch\`)
9
+ [//]: # ( module. Do not change it elsewhere, changes would)
10
+ [//]: # ( be overriden.)
11
+ [//]: # ( )
12
12
` ;
13
13
14
14
describe ( 'jsArch service' , ( ) => {
You can’t perform that action at this time.
0 commit comments