FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
TLReactNativeProject/node_modules/ast-types/main.js at master · debugcheck/TLReactNativeProject · GitHub
debugcheck
/
TLReactNativeProject
Public
forked from
leechuanjun/TLReactNativeProject
Notifications
You must be signed in to change notification settings
Fork
1
Star
4
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
TLReactNativeProject
/
node_modules
/
ast-types
/
main.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
33 lines (29 loc) · 1.11 KB
Breadcrumbs
TLReactNativeProject
/
node_modules
/
ast-types
/
main.js
Copy path
File metadata and controls
executable file
·
33 lines (29 loc) · 1.11 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
var
types
=
require
(
"./lib/types"
)
;
// This core module of AST types captures ES5 as it is parsed today by
// git://github.com/ariya/esprima.git#master.
require
(
"./def/core"
)
;
// Feel free to add to or remove from this list of extension modules to
// configure the precise type hierarchy that you need.
require
(
"./def/es6"
)
;
require
(
"./def/es7"
)
;
require
(
"./def/mozilla"
)
;
require
(
"./def/e4x"
)
;
require
(
"./def/fb-harmony"
)
;
require
(
"./def/esprima"
)
;
require
(
"./def/babel"
)
;
types
.
finalize
(
)
;
exports
.
Type
=
types
.
Type
;
exports
.
builtInTypes
=
types
.
builtInTypes
;
exports
.
namedTypes
=
types
.
namedTypes
;
exports
.
builders
=
types
.
builders
;
exports
.
defineMethod
=
types
.
defineMethod
;
exports
.
getFieldNames
=
types
.
getFieldNames
;
exports
.
getFieldValue
=
types
.
getFieldValue
;
exports
.
eachField
=
types
.
eachField
;
exports
.
someField
=
types
.
someField
;
exports
.
getSupertypeNames
=
types
.
getSupertypeNames
;
exports
.
astNodesAreEquivalent
=
require
(
"./lib/equiv"
)
;
exports
.
finalize
=
types
.
finalize
;
exports
.
NodePath
=
require
(
"./lib/node-path"
)
;
exports
.
PathVisitor
=
require
(
"./lib/path-visitor"
)
;
exports
.
visit
=
exports
.
PathVisitor
.
visit
;
Back
|
FazBrowse Home
|
New Git URL