@danielx/civet 0.3.7 → 0.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -134,11 +134,12 @@ Things Changed from CoffeeScript
134
134
  Things Added that CoffeeScript didn't
135
135
  ---
136
136
 
137
- - TypeScript Types
137
+ - TypeScript Compatibility
138
138
  - Function annotations
139
139
  - `namespace`
140
140
  - `interface`
141
141
  - TypeParameters
142
+ - `!` non-null assertions
142
143
  - `:=` readonly class field initializer
143
144
  ```typescript
144
145
  class A