Opened 17 years ago
Closed 12 years ago
#1238 closed New Feature (fixed)
Auto-correct missing semi-colons
Reported by: | Frederico Caldeira Knabben | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Project : CKPackager | Version: | |
Keywords: | Cc: |
Description
It is happening too often that missing semi-colons comes to break the compressed source produced by FCKpackager. We should find ways to detect those cases, and automatically correct them in the compressed output.
It would be nice to have them reported in the program output too, so we have a chance to fix them in the original source.
Change History (3)
comment:1 Changed 17 years ago by
Keywords: | Confirmed added |
---|
comment:2 Changed 16 years ago by
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
I think that this issue expired since we use now linter and Google Closure Compiler.
Check out chapter 7.9 (Automatic Semicolon Insertion) at the ECMA-262 specifications.