You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -84,7 +84,7 @@ console.log(lexer.CompleteJSON()); // will print `{"a":[true]}`
84
84
85
85
For more examples please see: [examples](./examples/)
86
86
87
-
## Characteristics
87
+
###Characteristics
88
88
89
89
- Coded in ES6+ or TypeScript, easily compile and generate production code
90
90
- Supports multi environment, including default browsers, Node, AMD, CMD, Webpack, Rollup, Fis and so on.
@@ -94,7 +94,7 @@ For more examples please see: [examples](./examples/)
94
94
turn on `legacy mode`. Under `legacy mode`, the module system can be compatible with `IE6-8`. For more information on legacy mode,
95
95
please see rollup supplemental file.
96
96
97
-
## Compatibility
97
+
###Compatibility
98
98
Unit tests guarantee support on the following environment:
99
99
100
100
| IE | CH | FF | SF | OP | IOS | Android | Node |
@@ -104,6 +104,14 @@ Unit tests guarantee support on the following environment:
104
104
> Note: Compiling code depend on ES5, so you need import [es5-shim](http://github.com/es-shims/es5-shim/) to compatible with `IE6-8`, here is a [demo](./demo/demo-global.html)
105
105
106
106
107
+
### Try to Find This Library in Another Programming Language?
0 commit comments