@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 +2 -1
- package/dist/browser.js +293 -280
- package/dist/browser.js.map +2 -2
- package/dist/civet +6 -6
- package/dist/cli.js.map +3 -3
- package/dist/main.js +293 -280
- package/package.json +1 -1
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
|
|
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
|