Home
last modified time | relevance | path

Searched refs:JSX (Results 1 – 8 of 8) sorted by relevance

/plugin/asciidocjs/node_modules/babylon/
DREADME.md16 - 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
DCHANGELOG.md836 - Add JSX spread children ([#42](https://github.com/babel/babylon/pull/42)) @calebmer
/plugin/asciidocjs/node_modules/babel-types/
DREADME.md1017 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/
DNEWS21 * Syntax highlighting for diff, Go, JSX, Lua Page, TCL and YAML
/plugin/asciidocjs/node_modules/acorn/
DREADME.md364 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/
DREADME.md362 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/
DREADME.md103 * `ReactJsxFilter`: compiles React JSX into JavaScript
/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts1539 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;