Searched refs:JSX (Results 1 – 8 of 8) sorted by relevance
| /plugin/asciidocjs/node_modules/babylon/ |
| D | README.md | 16 - Support for JSX and Flow. 72 AST for JSX code is based on [Facebook JSX AST][] with the addition of one node type: 97 [Facebook JSX AST]: https://github.com/facebook/jsx/blob/master/AST.md
|
| D | CHANGELOG.md | 836 - Add JSX spread children ([#42](https://github.com/babel/babylon/pull/42)) @calebmer
|
| /plugin/asciidocjs/node_modules/babel-types/ |
| D | README.md | 1017 Aliases: `JSX`, `Immutable` 1031 Aliases: `JSX`, `Immutable` 1044 Aliases: `JSX`, `Immutable`, `Expression` 1060 Aliases: `JSX`, `Expression` 1072 Aliases: `JSX`, `Immutable` 1085 Aliases: `JSX`, `Expression` 1098 Aliases: `JSX`, `Expression` 1112 Aliases: `JSX` 1126 Aliases: `JSX`, `Immutable` 1141 Aliases: `JSX` [all …]
|
| /plugin/aceeditor/ |
| D | NEWS | 21 * Syntax highlighting for diff, Go, JSX, Lua Page, TCL and YAML
|
| /plugin/asciidocjs/node_modules/acorn/ |
| D | README.md | 364 parsing types and a plugin for parsing JSX-style XML literals, you 365 could load them both and parse code with both JSX tags and types. 405 …- [`acorn-jsx`](https://github.com/RReverser/acorn-jsx): Parse [Facebook JSX syntax extensions](ht…
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/ |
| D | README.md | 362 parsing types and a plugin for parsing JSX-style XML literals, you 363 could load them both and parse code with both JSX tags and types. 403 …- [`acorn-jsx`](https://github.com/RReverser/acorn-jsx): Parse [Facebook JSX syntax extensions](ht…
|
| /plugin/jplayer/vendor/kriswallsmith/assetic/ |
| D | README.md | 103 * `ReactJsxFilter`: compiles React JSX into JavaScript
|
| /plugin/asciidocjs/node_modules/@types/babel-types/ |
| D | index.d.ts | 1539 export type JSX = alias 2247 export function isJSX(node: object | null | undefined, opts?: object): node is JSX; 2766 export function assertJSX(node: object | null | undefined, opts?: object): asserts node is JSX;
|