File tree
162 files changed
+12978
-7525
lines changed- example
- wsdls
- lib
- security
- templates
- src
- parser
- soap
- soap12
- wsdl
- xsd
- security
- test
- qname
- security
- wsdl
- connection
- recursive
- strict
- wsdlImport
- xsdinclude
- xsds
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
162 files changed
+12978
-7525
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + |
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
|
3 commit comments
djorg83 commentedon May 5, 2017
This refactor is missing 'use strict' on almost every file. We are using node v5.6.0. This completely breaks everything!
raymondfeng commentedon May 5, 2017
@djorg83 Please create an issue and explain why missing
use strict
breaks. If possible, a patch will be really helpful too.rmg commentedon Jun 14, 2017
@raymondfeng because node 4+ only allow
class
,let
,const
, etc. in strict mode.See #107 for the fix.