mirror of
https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
synced 2025-08-29 19:35:57 +02:00
permet l'ajout des frameworks et des routes
This commit is contained in:
9
app/node_modules/hyntax/lib/constants/ast-nodes.js
generated
vendored
Normal file
9
app/node_modules/hyntax/lib/constants/ast-nodes.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
NODE_DOCUMENT: 'document',
|
||||
NODE_TAG: 'tag',
|
||||
NODE_TEXT: 'text',
|
||||
NODE_DOCTYPE: 'doctype',
|
||||
NODE_COMMENT: 'comment',
|
||||
NODE_SCRIPT: 'script',
|
||||
NODE_STYLE: 'style'
|
||||
}
|
Reference in New Issue
Block a user