19bdace85a
Extracts the parser to `@handlebars/parser`, where it can be shared between different implementations. This means that e.g. Glimmer/Ember will be able to iterate on new features without forcing Handlebars to adopt them immediately, and vice versa. All implementors will be able to absorb changes as it makes sense for them.
25 lines
334 B
Plaintext
25 lines
334 B
Plaintext
.rvmrc
|
|
.DS_Store
|
|
/tmp/
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
npm-debug.log
|
|
sauce_connect.log*
|
|
.idea
|
|
yarn-error.log
|
|
node_modules
|
|
/handlebars-release.tgz
|
|
.nyc_output
|
|
|
|
# Generated files
|
|
/coverage/
|
|
/dist/
|
|
/integration-testing/*/dist/
|
|
|
|
# Third-party or files that must remain unchanged
|
|
/spec/expected/
|
|
/spec/vendor
|
|
|
|
# JS-Snippets
|
|
src/*.js
|