File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
3
- const http = require ( 'http' ) ;
4
- const path = require ( 'path' ) ;
5
- const fs = require ( 'fs' ) ;
3
+ const http = require ( 'node: http' ) ;
4
+ const path = require ( 'node: path' ) ;
5
+ const fs = require ( 'node: fs' ) ;
6
6
7
7
const api = new Map ( ) ;
8
8
Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
3
- const http = require ( 'http' ) ;
4
- const path = require ( 'path' ) ;
5
- const fs = require ( 'fs' ) ;
3
+ const http = require ( 'node: http' ) ;
4
+ const path = require ( 'node: path' ) ;
5
+ const fs = require ( 'node: fs' ) ;
6
6
const WebSocket = require ( 'ws' ) ;
7
7
8
8
const api = new Map ( ) ;
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2019-2021 How.Programming.Works contributors
3
+ Copyright (c) 2019-2022 How.Programming.Works contributors
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments